Waybar: Close scratchpad on middle click instead of right.
This commit is contained in:
parent
a4b2bfd667
commit
150f1e096a
|
@ -51,7 +51,7 @@ in
|
|||
tooltip = true;
|
||||
tooltip-format = "{app}: {title}";
|
||||
on-click = "swaymsg 'scratchpad show'";
|
||||
on-click-right = "swayscript scratchpad_kill";
|
||||
on-click-middle = "swayscript scratchpad_kill";
|
||||
};
|
||||
tray = {
|
||||
# icon-size = 21;
|
||||
|
|
Loading…
Reference in a new issue