sway: Dumb down screenlocking, add wlogout keybind
This commit is contained in:
parent
33b7251ae0
commit
5b5e2c38fc
1 changed files with 5 additions and 2 deletions
|
@ -23,8 +23,11 @@
|
|||
bindsym $mod+Shift+c reload
|
||||
|
||||
# Lock the screen
|
||||
#bindsym Mod5+l exec swaylock -c 000000
|
||||
bindsym Mod5+l exec ~/.local/bin/scripts/lock_script
|
||||
bindsym Mod5+l exec swaylock -c 000000
|
||||
#bindsym Mod5+l exec ~/.local/bin/scripts/lock_script
|
||||
|
||||
# Start wlogout
|
||||
bindsym Mod5+Shift+l exec wlogout
|
||||
|
||||
# Select area for screenshot and copy to clipboard
|
||||
bindsym $mod+Shift+s exec IMG=~/Pictures/$(date +%Y-%m-%d_%H-%m-%s).png && grim -g "$(slurp)" $IMG && wl-copy < $IMG
|
||||
|
|
Loading…
Add table
Reference in a new issue