mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 20:20:41 +00:00
Add quick-record script for easy screen capture recordings
This commit is contained in:
parent
88072cac31
commit
e7aa2bb510
2 changed files with 92 additions and 0 deletions
|
@ -195,6 +195,8 @@ binde = , XF86MonBrightnessUp, exec, brightness -i 5% -n
|
|||
binde = , XF86MonBrightnessDown, exec, brightness -d 5% -n
|
||||
|
||||
# Screenshots (with custom screenshot script)
|
||||
bind = , 248, exec, quick-record --notify toggle
|
||||
bind = SUPER, 248, exec, quick-record toggle
|
||||
bind = ALT, Print, exec, wl-copy --type image/png "$(hyprpicker)" && notify-send 'Picked color' "$(wl-paste) (saved to clipboard)"
|
||||
bind = , Print, exec, screenshot --notify --copy --target area
|
||||
bind = SUPER, Print, exec, screenshot --notify --copy --target area --edit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue