Add host config option for scren lock command
This commit is contained in:
parent
906441df7a
commit
b27c24a1b8
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ bindsym $mod+Shift+c reload
|
||||||
bindsym $mod+Shift+r restart
|
bindsym $mod+Shift+r restart
|
||||||
bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
|
bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
bindsym $mod+Shift+p exec swaylock -c 000000
|
bindsym $mod+Shift+p exec ${host.get('lock-cmd', 'swaylock -c 000000')}
|
||||||
|
|
||||||
# Blank individual displays
|
# Blank individual displays
|
||||||
bindsym $mod+o output - dpms off
|
bindsym $mod+o output - dpms off
|
||||||
|
|
Loading…
Add table
Reference in a new issue