[hypr] Fix "special" keybinds
This commit is contained in:
parent
5a6036dd62
commit
f80c936737
4 changed files with 31 additions and 1 deletions
|
|
@ -131,6 +131,30 @@ bind = $flag+Alt+Shift, $right, movetoworkspace, e+1
|
|||
bind = $flag+Alt+Shift, left, movetoworkspace, e-1
|
||||
bind = $flag+Alt+Shift, right, movetoworkspace, e+1
|
||||
|
||||
# System
|
||||
|
||||
# Brightness
|
||||
bind = , XF86MonBrightnessDown, exec, brightnessctl -e s 5%- && $notify -b
|
||||
bind = , XF86MonBrightnessUp, exec, brightnessctl -e s +5% && $notify -b
|
||||
|
||||
# Audio
|
||||
bind = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 2%+ && $notify -v
|
||||
bind = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%- && $notify -v
|
||||
bind = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle && $notify -v
|
||||
bind = , XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||
|
||||
# Media
|
||||
bind = , XF86AudioPlay, exec, playerctl play-pause
|
||||
bind = , XF86AudioPrev, exec, playerctl previous
|
||||
bind = , XF86AudioNext, exec, playerctl next
|
||||
|
||||
bind = Shift, XF86AudioMute, exec, playerctl play-pause
|
||||
bind = Shift, XF86AudioLowerVolume, exec, playerctl previous
|
||||
bind = Shift, XF86AudioRaiseVolume, exec, playerctl next
|
||||
|
||||
# Other special keys
|
||||
bind = , XF86Calculator, exec, qalculate-gtk
|
||||
|
||||
# Shortcuts
|
||||
|
||||
# Reload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue