diff --git a/.config/sway/config b/.config/sway/config index 0938772..fa3f1f3 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -212,4 +212,12 @@ bar { swaybar_command waybar } +# Lock screen +bindsym $mod+z exec swaylock -c 000000 + +# Take full screen screenshot with PrtScr +bindsym Print exec grim -t png /tmp/screen.png +# Take area screenshot with Shift+PrtScr +bindsym Shift+Print exec slurp + include /etc/sway/config.d/*