mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-18 06:31:01 +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 dmenu_path | dmenu | xargs swaymsg exec --
|
||||||
set $menu bemenu-run | xargs swaymsg exec --
|
set $menu bemenu-run | xargs swaymsg exec --
|
||||||
|
|
||||||
|
# Screen lock command
|
||||||
|
set $ScreenLockCmd swaylock -c 000000 -f
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
#
|
#
|
||||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||||
@ -200,6 +203,9 @@ mode "resize" {
|
|||||||
}
|
}
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
|
# Lock screen
|
||||||
|
bindsym Control+$mod+l exec $ScreenLockCmd
|
||||||
|
|
||||||
#
|
#
|
||||||
# Status Bar:
|
# Status Bar:
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user