mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
hyprland: make volume changes on key hold
Makes it easier to change the volume similar to dwm.
This commit is contained in:
parent
2a3b5500c5
commit
b3e0fbb5b5
@ -237,8 +237,6 @@ in
|
||||
|
||||
bindl = [
|
||||
", XF86AudioMute, exec, ${dunst-scripts}/bin/mv-mute"
|
||||
", XF86AudioRaiseVolume, exec, ${dunst-scripts}/bin/mv-up"
|
||||
", XF86AudioLowerVolume, exec, ${dunst-scripts}/bin/mv-down"
|
||||
", XF86AudioMicMute, exec, ${dunst-scripts}/bin/mv-mic"
|
||||
", XF86MonBrightnessDown, exec, ${dunst-scripts}/bin/mb-down"
|
||||
", XF86MonBrightnessUp, exec, ${dunst-scripts}/bin/mb-up"
|
||||
@ -251,6 +249,11 @@ in
|
||||
", XF86AudioRewind, exec, playerctl -p playerctld position 10-"
|
||||
", XF86Messenger, togglespecialworkspace"
|
||||
];
|
||||
|
||||
binde = [
|
||||
", XF86AudioRaiseVolume, exec, ${dunst-scripts}/bin/mv-up"
|
||||
", XF86AudioLowerVolume, exec, ${dunst-scripts}/bin/mv-down"
|
||||
];
|
||||
};
|
||||
|
||||
extraConfig = # hyprlang
|
||||
|
Loading…
Reference in New Issue
Block a user