Switch H0615 to use chromium as well
This commit is contained in:
parent
6a544fb7d4
commit
7dee50295b
|
@ -34,15 +34,9 @@
|
||||||
"network"
|
"network"
|
||||||
"backlight"
|
"backlight"
|
||||||
"battery"
|
"battery"
|
||||||
"battery#bat2"
|
|
||||||
"tray"
|
"tray"
|
||||||
];
|
];
|
||||||
"wlr/workspaces" = {
|
"wlr/workspaces" = {"format-icons" = {"5" = "";};};
|
||||||
"format-icons" = {
|
|
||||||
"2" = "";
|
|
||||||
"5" = "";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
alt = {
|
alt = {
|
||||||
"include" = [
|
"include" = [
|
||||||
|
@ -53,12 +47,7 @@
|
||||||
"modules-left" = [];
|
"modules-left" = [];
|
||||||
"modules-center" = ["wlr/workspaces"];
|
"modules-center" = ["wlr/workspaces"];
|
||||||
"modules-right" = [];
|
"modules-right" = [];
|
||||||
"wlr/workspaces" = {
|
"wlr/workspaces" = {"format-icons" = {"5" = "";};};
|
||||||
"format-icons" = {
|
|
||||||
"2" = "";
|
|
||||||
"5" = "";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -6,7 +6,6 @@ monitor=DP-1,preferred,auto,auto,transform,1
|
||||||
windowrule = float, title:^([Zz]oom).*$
|
windowrule = float, title:^([Zz]oom).*$
|
||||||
windowrule = float, ^(Nxplayer.bin)$
|
windowrule = float, ^(Nxplayer.bin)$
|
||||||
windowrule = center, title:^([Zz]oom).*$
|
windowrule = center, title:^([Zz]oom).*$
|
||||||
windowrule = workspace 2 silent, ^(Microsoft-edge)$
|
|
||||||
windowrule = workspace 4, title:^([Zz]oom).*$
|
windowrule = workspace 4, title:^([Zz]oom).*$
|
||||||
windowrule = workspace 5 silent, ^(Nxplayer.bin)$
|
windowrule = workspace 5 silent, ^(Nxplayer.bin)$
|
||||||
|
|
||||||
|
@ -18,5 +17,3 @@ wsbind=2,HDMI-A-1
|
||||||
wsbind=3,HDMI-A-1
|
wsbind=3,HDMI-A-1
|
||||||
wsbind=4,HDMI-A-1
|
wsbind=4,HDMI-A-1
|
||||||
wsbind=5,HDMI-A-1
|
wsbind=5,HDMI-A-1
|
||||||
|
|
||||||
exec-once = microsoft-edge
|
|
||||||
|
|
Loading…
Reference in a new issue