revert(gaming): move steam back to special workspace
Reverts the recent change that moved Steam into a named workspace. Steam is now handled via a special workspace again. The Waybar module configuration has also been updated to reflect this change.
This commit is contained in:
@@ -118,7 +118,6 @@ in {
|
||||
format-icons = {
|
||||
"music" = "";
|
||||
"gaming" = "";
|
||||
"steam" = "";
|
||||
"default" = "";
|
||||
"active" = "";
|
||||
|
||||
@@ -164,13 +163,15 @@ in {
|
||||
show-special = true;
|
||||
special-visible-only = true;
|
||||
all-outputs = true;
|
||||
ignore-workspaces = ["^([0-9]+|gaming|steam|music)$"];
|
||||
ignore-workspaces = ["^([0-9]+|gaming|music)$"];
|
||||
format = "{icon}";
|
||||
format-icons = {
|
||||
"special:youtube" = "";
|
||||
"special:steam" = "";
|
||||
"special:custom" = "";
|
||||
"special:preload" = "";
|
||||
"youtube" = "";
|
||||
"steam" = "";
|
||||
"custom" = "";
|
||||
"preload" = "";
|
||||
"default" = "";
|
||||
|
||||
Reference in New Issue
Block a user