mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 20:02:58 +01:00
add i3lock shortcut
This commit is contained in:
parent
314c75262f
commit
0bb5bcffe7
1 changed files with 3 additions and 0 deletions
|
@ -116,6 +116,9 @@ bindsym $mod+Shift+minus move scratchpad
|
|||
# Show the first scratchpad window
|
||||
bindsym $mod+minus scratchpad show
|
||||
|
||||
# Lock screen
|
||||
bindsym $mod+Ctrl+l exec i3lock -c 660000
|
||||
|
||||
# Define names for default workspaces for which we configure key bindings later on.
|
||||
# We use variables to avoid repeating the names in multiple places.
|
||||
set $ws1 "1"
|
||||
|
|
Loading…
Reference in a new issue