mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
sway: add swaylock bind
This commit is contained in:
parent
d77f0d6bdc
commit
76bfa107fe
@ -20,6 +20,9 @@ set $term footclient
|
||||
#set $menu dmenu_path | dmenu | xargs swaymsg exec --
|
||||
set $menu bemenu-run | xargs swaymsg exec --
|
||||
|
||||
# Screen lock command
|
||||
set $ScreenLockCmd swaylock -c 000000 -f
|
||||
|
||||
### Output configuration
|
||||
#
|
||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||
@ -200,6 +203,9 @@ mode "resize" {
|
||||
}
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
# Lock screen
|
||||
bindsym Control+$mod+l exec $ScreenLockCmd
|
||||
|
||||
#
|
||||
# Status Bar:
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user