mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Update keybinds
This commit is contained in:
parent
84afdb1bbf
commit
590b681070
|
@ -1,6 +1,3 @@
|
|||
$SCREENSHOT_FORMAT = "${XDG_SCREENSHOTS_DIR:-$HOME/Pictures/Screenshots}/Screenshot_$(date +%Y-%m-%d_%H-%M-%S).png"
|
||||
$SCREENSHOT_DELAY = 2000
|
||||
|
||||
$MOUSE_LMB = mouse:272
|
||||
$MOUSE_RMB = mouse:273
|
||||
$MOUSE_MMB = mouse:274
|
||||
|
@ -12,7 +9,6 @@ bind = SUPER_SHIFT, Q, exec, menuquit
|
|||
bind = SUPER_CTRL, L, exec, loginctl lock-session
|
||||
bind = SUPER_SHIFT, L, exec, wlogout -p layer-shell
|
||||
bind = SUPER_SHIFT, T, exec, toggle-idle
|
||||
bind = SUPER_SHIFT, D, exec, toggle-notifications
|
||||
|
||||
# Programs
|
||||
bind = SUPER, R, exec, wofi --show drun
|
||||
|
@ -26,13 +22,13 @@ bind = SUPER, S, exec, spotify
|
|||
bind = SUPER, D, exec, discord
|
||||
bind = SUPER, C, exec, qalculate-gtk
|
||||
bind = , XF86Calculator, exec, qalculate-gtk
|
||||
bind = SUPER, N, exec, [float] kitty -e mknote
|
||||
|
||||
# Notifications
|
||||
bind = CTRL, grave, exec, dunstctl close
|
||||
bind = CTRL_SHIFT, grave, exec, dunstctl close-all
|
||||
bind = CTRL, period, exec, dunstctl history-pop
|
||||
bind = CTRL_SHIFT, period, exec, dunstctl context
|
||||
bind = SUPER_SHIFT, D, exec, toggle-notifications
|
||||
|
||||
# Volume comtrol
|
||||
binde = SUPER, Down, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05-
|
||||
|
@ -49,6 +45,9 @@ binde = , XF86MonBrightnessUp, exec, brightness -i 5% -n
|
|||
binde = , XF86MonBrightnessDown, exec, brightness -d 5% -n
|
||||
|
||||
# Screenshots (with custom screenshot script)
|
||||
$SCREENSHOT_FORMAT = "${XDG_SCREENSHOTS_DIR:-$HOME/Pictures/Screenshots}/Screenshot_$(date +%Y-%m-%d_%H-%M-%S).png"
|
||||
$SCREENSHOT_DELAY = 2000
|
||||
|
||||
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)"
|
||||
|
|
Loading…
Reference in a new issue