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.
This commit is contained in:
parent
ff4d1cafc8
commit
a9e6816645
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
bindsym $mod+Print exec scrot ~/tmp/screenshots/'%Y-%m-%d_%H:%M:%S_$wx$h.png'
|
||||||
|
|
||||||
# lock screen
|
# lock screen
|
||||||
bindsym $mod+l exec fuzzy-i3lock
|
bindsym $mod+Shift+l exec fuzzy-i3lock
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
Loading…
Reference in a new issue