diff --git a/config.d/90-bindings.conf b/config.d/90-bindings.conf index d2fc7dc..51af250 100644 --- a/config.d/90-bindings.conf +++ b/config.d/90-bindings.conf @@ -112,13 +112,15 @@ # If there are multiple scratchpad windows, this command cycles through them. bindsym $mod+minus scratchpad show - # 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 grim -g "$(slurp)" /home/vladan/Pictures/screen.png + +# 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 grim -g "$(slurp)" /tmp/screen.png # # Resizing containers: