My Qtile window manager configuration
git clone https://github.com/m-col/qtile-config
Files | Refs | Readme

Commit bd846f48207a9ea650c7ca9aed2229dd7d53978f
Parent: 78bacccec243dd8445b5b0e7a712cf3a19119ed4
Author: mcol <mcol@posteo.net>
Date: 2021-11-13 13:10:32 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-13 13:10:32 +0000

scratchpad: dont hide on focus lost

startup.sh Modified

@@ -28,7 +28,6 @@
 [[ -z "$QTILE_XEPHYR" ]] && {
     wlsunset -t 2500 -T 5700 -l 55.7 -L -3.1 &
     kanshi &
-    run_if_new keepassxc &
     run_if_new firefox &
     run_if_new irc &
 

scratchpad.py Modified

@@ -30,7 +30,7 @@
 
 conf = {
     "warp_pointer": False,
-    "on_focus_lost_hide": True,
+    "on_focus_lost_hide": False,
     "opacity": 1,
 }