hyprland: add screenshot keybind
This commit is contained in:
parent
5ba5d4d830
commit
ae2e509ec5
|
|
@ -24,7 +24,8 @@ bind = $mainMod, escape, exec, sysact
|
||||||
|
|
||||||
# Applications
|
# Applications
|
||||||
bind = $mainMod, W, exec, $browser
|
bind = $mainMod, W, exec, $browser
|
||||||
bind = ,PRINT, exec, screenshot
|
bind = ,PRINT, exec, hypr_screenshot.sh
|
||||||
|
bind = $mainMod SHIFT, P, exec, hypr_screenshot.sh
|
||||||
|
|
||||||
# Music Controls
|
# Music Controls
|
||||||
bind = $mainMod, m, exec, $terminal -e zsh -i -c "ncmpcpp"
|
bind = $mainMod, m, exec, $terminal -e zsh -i -c "ncmpcpp"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue