forked from logan/dotfiles
PrntScr bind no longer repeats when held down
This commit is contained in:
parent
2b337c1f18
commit
8481a57afa
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ bindsym --locked --no-repeat XF86AudioPrev exec playerctl previous
|
|||
#bindsym Print exec flameshot gui -p ~/Pictures/Screenshots
|
||||
#bindsym Shift+Print exec flameshot full -p ~/Pictures/Screenshots
|
||||
#bindsym Ctrl+Shift+Print exec flameshot full -c
|
||||
bindsym Print exec grim -g "$(slurp)" - | swappy -f -
|
||||
bindsym --no-repeat Print exec grim -g "$(slurp)" - | swappy -f -
|
||||
|
||||
# Dunst
|
||||
#bindsym $mod+Mod1+Space dunstctl close
|
||||
|
|
Loading…
Reference in a new issue