From 1d47e93372f62457de3d31b2f8976b60371ec7bf Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 15 Jan 2017 00:40:53 +0100 Subject: .config/qtile/config.py: Adding light-locker as lock command. --- .config/qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') 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 -- cgit v1.2.3-54-g00ecf