From 0b1c19b481e12a0ea7b7c4b710bdc51da30cffd6 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Fri, 1 Jan 2021 14:05:23 +0100 Subject: [PATCH] sway/waybar: Open pavucontrol on right click Otherwise I open it accidentally all the time. --- users/simon/modules/sway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/simon/modules/sway.nix b/users/simon/modules/sway.nix index 79cb32a..38a008b 100644 --- a/users/simon/modules/sway.nix +++ b/users/simon/modules/sway.nix @@ -383,7 +383,7 @@ lib.mkIf config.sbruder.gui.enable { phone = " "; portable = " "; }; - on-click = "pavucontrol"; + on-click-right = "pavucontrol"; }; network = { format-wifi = "{essid} ({signalStrength}%) 直 ";