mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -08:00
Revert "feat(waybar): persist 3-7 workspaces"
This reverts commit 3afdfdca93
.
This commit is contained in:
parent
3afdfdca93
commit
39da05484b
1 changed files with 14 additions and 9 deletions
|
@ -251,15 +251,20 @@ in
|
|||
|
||||
"hyprland/workspaces" = {
|
||||
show-special = true;
|
||||
persistent-workspaces = {
|
||||
"*" = [
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
||||
7
|
||||
];
|
||||
};
|
||||
# persistent-workspaces = {
|
||||
# "*" = [
|
||||
# 1
|
||||
# 2
|
||||
# 3
|
||||
# 4
|
||||
# 5
|
||||
# 6
|
||||
# 7
|
||||
# 8
|
||||
# 9
|
||||
# 10
|
||||
# ];
|
||||
# };
|
||||
format = "{icon}";
|
||||
on-click = "activate";
|
||||
format-icons = {
|
||||
|
|
Loading…
Reference in a new issue