mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 05:04:34 +00:00
Change video keybind
This commit is contained in:
parent
0bcfd32b78
commit
ee3dc5a256
|
@ -48,8 +48,8 @@ binde = , XF86MonBrightnessDown, exec, brightness -d 5% -n
|
||||||
$SCREENSHOT_FORMAT = "${XDG_SCREENSHOTS_DIR:-$HOME/Pictures/Screenshots}/Screenshot_$(date +%Y-%m-%d_%H-%M-%S).png"
|
$SCREENSHOT_FORMAT = "${XDG_SCREENSHOTS_DIR:-$HOME/Pictures/Screenshots}/Screenshot_$(date +%Y-%m-%d_%H-%M-%S).png"
|
||||||
$SCREENSHOT_DELAY = 2000
|
$SCREENSHOT_DELAY = 2000
|
||||||
|
|
||||||
bind = , 248, exec, quick-record --notify toggle
|
bind = , 642, exec, quick-record --notify toggle
|
||||||
bind = SUPER, 248, exec, quick-record toggle
|
bind = SUPER, 642, exec, quick-record toggle
|
||||||
bind = ALT, Print, exec, wl-copy --type image/png "$(hyprpicker)" && notify-send 'Picked color' "$(wl-paste) (saved to clipboard)"
|
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 = , Print, exec, screenshot --notify --copy --target area
|
||||||
bind = SUPER, Print, exec, screenshot --notify --copy --target area --edit
|
bind = SUPER, Print, exec, screenshot --notify --copy --target area --edit
|
||||||
|
|
Loading…
Reference in a new issue