aboutsummaryrefslogtreecommitdiffstats
path: root/.config/qtile
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-01-15 00:40:53 +0100
committerDavid Runge <dave@sleepmap.de>2017-01-15 00:40:53 +0100
commit1d47e93372f62457de3d31b2f8976b60371ec7bf (patch)
tree18ae935add3b022788eccf583b9f7b5f35734744 /.config/qtile
parent1689525428244c0adc64d74735b92c50ec261bdb (diff)
downloaddotfiles-1d47e93372f62457de3d31b2f8976b60371ec7bf.tar.gz
dotfiles-1d47e93372f62457de3d31b2f8976b60371ec7bf.tar.bz2
dotfiles-1d47e93372f62457de3d31b2f8976b60371ec7bf.tar.xz
dotfiles-1d47e93372f62457de3d31b2f8976b60371ec7bf.zip
.config/qtile/config.py: Adding light-locker as lock command.
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