Waybar : Disable on main monitor.
This commit is contained in:
parent
5daa06db63
commit
c6ce97e319
|
@ -11,6 +11,10 @@ in {
|
||||||
position = "top";
|
position = "top";
|
||||||
spacing = 4;
|
spacing = 4;
|
||||||
start_hidden = false;
|
start_hidden = false;
|
||||||
|
output = [
|
||||||
|
"!Huawei Technologies Co., Inc. ZQE-CBA 0xC080F622"
|
||||||
|
"*"
|
||||||
|
];
|
||||||
modules-left = [
|
modules-left = [
|
||||||
"sway/workspaces"
|
"sway/workspaces"
|
||||||
"sway/scratchpad"
|
"sway/scratchpad"
|
||||||
|
@ -31,6 +35,9 @@ in {
|
||||||
"custom/display"
|
"custom/display"
|
||||||
"tray"
|
"tray"
|
||||||
];
|
];
|
||||||
|
"sway/workspaces" = {
|
||||||
|
all-outputs = true;
|
||||||
|
};
|
||||||
"sway/language" = {
|
"sway/language" = {
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
on-click = "swaymsg 'input * xkb_switch_layout next'";
|
on-click = "swaymsg 'input * xkb_switch_layout next'";
|
||||||
|
|
Loading…
Reference in a new issue