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