Switch workspace 3 back to being a files workspace
This commit is contained in:
parent
ddabbd5433
commit
d1e0ee95ea
|
@ -197,8 +197,10 @@
|
||||||
windowrule = [
|
windowrule = [
|
||||||
# Workspace binds
|
# Workspace binds
|
||||||
"workspace 2, (chromium-browser|firefox)"
|
"workspace 2, (chromium-browser|firefox)"
|
||||||
|
"workspace 3, (libreoffice|soffice)(.*)"
|
||||||
"workspace 4, (com.obsproject.Studio|WebCord|signal)"
|
"workspace 4, (com.obsproject.Studio|WebCord|signal)"
|
||||||
"workspace 5 silent, (steam|org.prismlauncher.PrismLauncher)" # Keep silent to avoid popups taking focus
|
"workspace 4, org.prismlauncher.PrismLauncher"
|
||||||
|
"workspace 5 silent, steam" # Keep silent to avoid popups taking focus
|
||||||
"workspace 6, (x2goclient|Nxplayer.bin)"
|
"workspace 6, (x2goclient|Nxplayer.bin)"
|
||||||
|
|
||||||
# Float + move system windows
|
# Float + move system windows
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
format-icons = {
|
format-icons = {
|
||||||
"1" = " ";
|
"1" = " ";
|
||||||
"2" = " ";
|
"2" = " ";
|
||||||
"3" = " ";
|
"3" = " ";
|
||||||
"4" = " ";
|
"4" = " ";
|
||||||
"5" = " ";
|
"5" = " ";
|
||||||
"6" = " ";
|
"6" = " ";
|
||||||
|
|
Loading…
Reference in a new issue