From 870f198b2244a0d1e4a0fb69bafdcbab9ee3ae50 Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Mon, 27 Mar 2017 14:02:36 -0400 Subject: [PATCH] Add fuzzy lock to i3 --- .i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.i3/config b/.i3/config index 6cf5297..09cb7be 100644 --- a/.i3/config +++ b/.i3/config @@ -136,7 +136,7 @@ bindsym $mod+Shift+p restart bindsym $mod+Shift+period 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'" ## Lock the screen -bindsym Control+Mod1+l exec i3lock +bindsym Control+Mod1+l exec i3lock --fuzzy # resize window (you can also use the mouse for that) mode "resize" {