Browse Source

fix: FOCUS_OUT on EXIT

micha 6 months ago
parent
commit
5ea7157ff8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      _LibreLightDesk.py

+ 4 - 0
_LibreLightDesk.py

@@ -2659,3 +2659,7 @@ if __run_main:
         time.sleep(1)
 
 
+    cmd="xset -display :0.0 r rate 240 20"
+    os.system(cmd)
+    print("FOCUS_OUT", cmd)
+    #os.system(cmd) # DISABLED