mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-08 14:18:24 +02:00
mute button on laptop and close & launch hyprpanel
This commit is contained in:
@@ -47,9 +47,12 @@ bind = SUPER,tab,changegroupactive
|
|||||||
# Manual bindings
|
# Manual bindings
|
||||||
bind = SUPER, F,fullscreen
|
bind = SUPER, F,fullscreen
|
||||||
bind = SUPER, D, exec, fuzzel --launch-prefix="uwsm app -- "
|
bind = SUPER, D, exec, fuzzel --launch-prefix="uwsm app -- "
|
||||||
|
bind = SUPER, Y, exec, hyprpanel -q
|
||||||
|
bind = SUPER, U, exec, hyprpanel
|
||||||
bindel = , XF86AudioRaiseVolume, exec, uwsm app -S out -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
bindel = , XF86AudioRaiseVolume, exec, uwsm app -S out -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||||
bindel = , XF86AudioLowerVolume, exec, uwsm app -S out -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
bindel = , XF86AudioLowerVolume, exec, uwsm app -S out -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||||
bindl = , XF86AudioMute, exec, uwsm app -S out -- wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
bindl = , XF86AudioMute, exec, uwsm app -S out -- wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||||
|
bindl = , XF86AudioMicMute, exec, uwsm app -S out -- wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||||
bindel = , F14, exec, uwsm app -S out -- wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
bindel = , F14, exec, uwsm app -S out -- wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||||
bindel = , F15, exec, uwsm app -S out -- wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
bindel = , F15, exec, uwsm app -S out -- wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||||
bindel = , F17, exec, uwsm app -S out -- wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%+
|
bindel = , F17, exec, uwsm app -S out -- wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%+
|
||||||
|
|||||||
Reference in New Issue
Block a user