From 7ccc66aabd808d8410824e047f77022d93175e26 Mon Sep 17 00:00:00 2001 From: finga Date: Fri, 25 Aug 2023 11:06:22 +0200 Subject: [PATCH] i3-config: Change lock shortcut In order for the super-l key combination to be available in other programs change it to super-shift-l. --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index d2d60b3..4d88917 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -41,7 +41,7 @@ bindsym $mod+Shift+Return exec i3-sensible-editor bindsym $mod+Print exec scrot ~/tmp/screenshots/'%Y-%m-%d_%H:%M:%S_$wx$h.png' # lock screen -bindsym $mod+l exec fuzzy-i3lock +bindsym $mod+Shift+l exec fuzzy-i3lock # kill focused window bindsym $mod+Shift+q kill