fix indent in bindings conf
This commit is contained in:
parent
ad9675b244
commit
2bae3f06bd
1 changed files with 8 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue