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.
|
# If there are multiple scratchpad windows, this command cycles through them.
|
||||||
bindsym $mod+minus scratchpad show
|
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
|
# Lock screen
|
||||||
# Take area screenshot with Shift+PrtScr
|
bindsym $mod+z exec swaylock -c 000000
|
||||||
bindsym Shift+Print exec grim -g "$(slurp)" /home/vladan/Pictures/screen.png
|
|
||||||
|
# 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:
|
# Resizing containers:
|
||||||
|
|
Loading…
Reference in a new issue