From 5588c1bf18bdb1a1f7a92edab6ecd0149dbb61a3 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 12 Sep 2016 01:21:04 +0200 Subject: Add screen locker config --- herbstluftwm/.config/herbstluftwm/autostart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart index ac07ad1..a47a59a 100755 --- a/herbstluftwm/.config/herbstluftwm/autostart +++ b/herbstluftwm/.config/herbstluftwm/autostart @@ -73,6 +73,8 @@ hc keybind $Mod-b spawn hlwm-run-or-raise Conkeror conkeror # frame. Start an Emacs daemon if necessary. hc keybind $Mod-t spawn hlwm-run-or-raise Emacs \ emacsclient --create-frame --alternate-editor='' +# Lock the screen with C-M-l. +hc keybind Control-Mod1-l spawn i3lock --color 000000 # Since I use the colemak keyboard layout, hjkl doesn't make much # sense. I use neio instead since that is almost in the same place -- cgit v1.2.3-54-g00ecf