mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
hyprland: add screenshot bindings CONTROL F12 for keyboards without PRINT
This commit is contained in:
parent
35564169f2
commit
4a5a757c8a
|
@ -413,6 +413,8 @@
|
||||||
# Screenshot with hyprshot.
|
# Screenshot with hyprshot.
|
||||||
bind = , PRINT, exec, ${screenshot.screen}
|
bind = , PRINT, exec, ${screenshot.screen}
|
||||||
bind = ${modifier}, PRINT, exec, ${screenshot.region}
|
bind = ${modifier}, PRINT, exec, ${screenshot.region}
|
||||||
|
bind = CONTROL, F12, exec, ${screenshot.screen}
|
||||||
|
bind = ${modifier} CONTROL, F12, exec, ${screenshot.region}
|
||||||
|
|
||||||
# Show/hide waybar.
|
# Show/hide waybar.
|
||||||
bind = ${modifier}, F11, exec, pkill -SIGUSR1 waybar
|
bind = ${modifier}, F11, exec, pkill -SIGUSR1 waybar
|
||||||
|
|
Loading…
Reference in a new issue