From 71d028d3aca681b9b6c638ad18232be641164df1 Mon Sep 17 00:00:00 2001 From: cuu Date: Tue, 1 Jan 2019 07:09:46 +0000 Subject: [PATCH] ... --- main.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index d062d7f..367b458 100644 --- a/main.go +++ b/main.go @@ -218,14 +218,15 @@ func InspectionTeam(main_screen *UI.MainScreen) { } } -//power stuff dealer +//If not under awesomeWM, AutoRedraw improves the experience of gsnotify +//awesomeWM can hold individual window's content from being polluted without redrawing func AutoRedraw(main_screen *UI.MainScreen) { for { if main_screen.TitleBar.InLowBackLight < 0 { UI.SwapAndShow() } - gotime.Sleep(500 * gotime.Millisecond) + gotime.Sleep(650 * gotime.Millisecond) } }