From 038e8ae38bdf7b32ee0c5997fd67bda4553a962c Mon Sep 17 00:00:00 2001 From: finga Date: Wed, 4 Dec 2019 22:31:08 +0100 Subject: [PATCH] add fuzzy-i3lock to i3 config --- .config/i3/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 71e9804..fe55cac 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -37,6 +37,9 @@ bindsym $mod+Return exec urxvt # start emacs bindsym $mod+Shift+Return exec em +# lock screen +bindsym $mod+l exec fuzzy-i3lock + # kill focused window bindsym $mod+Shift+q kill @@ -131,7 +134,7 @@ bindsym $mod+Shift+r restart bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" # open login screen on another vt (virtual terminal) -bindsym $mod+Shift+XF86HomePage exec "dm-tool switch-to-greeter" +bindsym $mod+Shift+XF86HomePage exec "dm-tool switch-to-greeter & fuzzy-i3lock" # resize window (you can also use the mouse for that) mode "resize" {