Waybar : Disable on main monitor.

This commit is contained in:
Dmitry Voronin 2024-06-24 14:23:42 +03:00
parent 5daa06db63
commit c6ce97e319
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -11,6 +11,10 @@ in {
position = "top";
spacing = 4;
start_hidden = false;
output = [
"!Huawei Technologies Co., Inc. ZQE-CBA 0xC080F622"
"*"
];
modules-left = [
"sway/workspaces"
"sway/scratchpad"
@ -31,6 +35,9 @@ in {
"custom/display"
"tray"
];
"sway/workspaces" = {
all-outputs = true;
};
"sway/language" = {
tooltip = false;
on-click = "swaymsg 'input * xkb_switch_layout next'";