From 2bae3f06bd917413f295cb97cf2b062751dde80b Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Tue, 27 Dec 2022 11:18:02 +0100 Subject: [PATCH] fix indent in bindings conf --- config.d/90-bindings.conf | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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: