aboutsummaryrefslogtreecommitdiffstats
path: root/.config/qtile
diff options
context:
space:
mode:
Diffstat (limited to '.config/qtile')
-rw-r--r--.config/qtile/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py
index 2c07e6f..0253b05 100644
--- a/.config/qtile/config.py
+++ b/.config/qtile/config.py
@@ -12,7 +12,7 @@ home = os.path.expanduser("~")
terminal = "termite"
drun_launcher = "rofi -show drun"
run_launcher = "rofi -show run"
-lock = "/usr/bin/xscreensaver-command -lock"
+lock = "/usr/bin/light-locker-command -l"
brightness_step = "5"
brightness_up = "xbacklight -inc "+brightness_step
brightness_down = "xbacklight -dec "+brightness_step