From ca368c83ece98d1a3038976c0fb6459efa997127 Mon Sep 17 00:00:00 2001 From: cuu Date: Sat, 8 Dec 2018 20:39:43 +0800 Subject: [PATCH] ... --- sysgo/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysgo/config.go b/sysgo/config.go index 43a87f0..23fb206 100644 --- a/sysgo/config.go +++ b/sysgo/config.go @@ -9,7 +9,7 @@ type PowerLevel struct { var PowerLevels map[string]*PowerLevel var ( - CurKeySet = "PC" // PC or GameShell + CurKeySet = "GameShell" // PC or GameShell DontLeave = false BackLight = "/proc/driver/backlight" Battery = "/sys/class/power_supply/axp20x-battery/uevent"