commit a099e97699468d06f07a0bb545941e877e4b23a0
parent da9f6be8e0e5e496388053af4b3d5732dc99f16b
Author: Peter <peter@minskio.co.uk>
Date: Sat, 12 Sep 2026 19:46:04 +0100
Add volume controller right click
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/home/wayle.nix b/home/wayle.nix
@@ -37,6 +37,7 @@ in
media = { icon-type = "default"; label-max-length= "15"; };
notifications = { popup-position = "bottom-right"; };
ram = { left-click = "alacritty -e htop"; };
+ volume = { right-click = "pavucontrol"; };
weather = { location = "Huddersfield"; };
window-title = { icon-show = false; };
};