mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-20 11:11:38 +02:00
hyprland: make volume changes on key hold
Makes it easier to change the volume similar to dwm.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user