Sway remove workspace assigns
Change waybar workspace icons to use numbered workspaces, rather than workspaces with specific purposes
This commit is contained in:
parent
f2749d886a
commit
6b08b57ccc
|
@ -76,19 +76,6 @@
|
|||
{command = "${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1";}
|
||||
{command = "${pkgs.protonmail-bridge}/bin/protonmail-bridge -n";}
|
||||
];
|
||||
assigns = {
|
||||
"3" = [
|
||||
{class = "^(libreoffice|soffice)(.*)$";}
|
||||
];
|
||||
"4" = [
|
||||
{class = "^WebCord$";}
|
||||
{class = "^Signal$";}
|
||||
];
|
||||
"5" = [
|
||||
{class = "^steam$";}
|
||||
{class = "^org.prismlauncher.PrismLauncher$";}
|
||||
];
|
||||
};
|
||||
window = {
|
||||
border = 1;
|
||||
commands = [
|
||||
|
|
|
@ -38,17 +38,13 @@
|
|||
"sway/workspaces" = {
|
||||
format = "{icon}";
|
||||
format-icons = {
|
||||
"1" = " ";
|
||||
"2" = " ";
|
||||
"3" = " ";
|
||||
"4" = " ";
|
||||
"5" = " ";
|
||||
"6" = " ";
|
||||
"7" = " ";
|
||||
"8" = " ";
|
||||
"9" = " ";
|
||||
"10" = " ";
|
||||
default = " ";
|
||||
"1" = " ";
|
||||
"2" = " ";
|
||||
"3" = " ";
|
||||
"4" = " ";
|
||||
"5" = " ";
|
||||
"6" = " ";
|
||||
default = " ";
|
||||
urgent = " ";
|
||||
};
|
||||
# show-special = false;
|
||||
|
@ -60,6 +56,7 @@
|
|||
"3" = [];
|
||||
"4" = [];
|
||||
"5" = [];
|
||||
"6" = [];
|
||||
};
|
||||
};
|
||||
"sway/window" = {
|
||||
|
|
Loading…
Reference in a new issue