nirish

config files for niri window manager
Log | Files | Refs | README | LICENSE

commit 42733557cccdead8df6ff48d543baf4c30bf1250
parent 5be47dbe936e8df457a9020174af948ea6f89239
Author: ryukamish <[email protected]>
Date:   Sun, 19 Apr 2026 19:29:35 +0530

add: pavucontrol click event for waybar

Diffstat:
Mwaybar/config.jsonc | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/waybar/config.jsonc b/waybar/config.jsonc @@ -75,7 +75,8 @@ "" ] }, - "on-click": "$TERMINAL --app-id=TUI.float -e wiremix", + // "on-click": "$TERMINAL --app-id=TUI.float -e wiremix", + "on-click": "pavucontrol", "tooltip-format": "{desc}", "scroll-step": 5 },