1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
{
Dock = {
Output = {
Name = "*";
};
Edge = RIGHT;
Anchor = TOP;
Launchers = (
{
CommandLine = "/usr/bin/foot";
Icon = "terminal-48x48.png";
},
{
CommandLine = "/usr/bin/google-chrome --enable-features=UseOzonePlatform --ozone-platform=wayland";
Icon = "chrome-48x48.png";
},
{
CommandLine = "MOZ_ENABLE_WAYLAND=1 /usr/bin/firefox";
Icon = "firefox-48x48.png";
}
);
};
Clip = {
Output = {
Name = "*";
};
Edge = BOTTOM;
Anchor = RIGHT;
};
Workspaces = (
{
Name = Main;
},
{
Name = Second;
},
{
Name = Third;
// Color is optional here, overrides the style's BackgroundColor.
Color = "argb32:ff508050";
},
);
}
|