sway: Dumb down screenlocking, add wlogout keybind

This commit is contained in:
histalek 2021-12-25 22:07:17 +01:00
parent 33b7251ae0
commit 5b5e2c38fc
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03

View file

@ -23,8 +23,11 @@
bindsym $mod+Shift+c reload bindsym $mod+Shift+c reload
# Lock the screen # Lock the screen
#bindsym Mod5+l exec swaylock -c 000000 bindsym Mod5+l exec swaylock -c 000000
bindsym Mod5+l exec ~/.local/bin/scripts/lock_script #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 # 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 bindsym $mod+Shift+s exec IMG=~/Pictures/$(date +%Y-%m-%d_%H-%m-%s).png && grim -g "$(slurp)" $IMG && wl-copy < $IMG