workspaces
This commit is contained in:
parent
6097df0c27
commit
a09a675b41
2 changed files with 13 additions and 0 deletions
|
|
@ -27,4 +27,9 @@ windowrule = opacity 0.999, firefox
|
|||
windowrulev2 = workspace 3,float,class:(steam)
|
||||
windowrule = workspace 4, class:^(steam_app_*)$
|
||||
|
||||
# Workspaces
|
||||
workspace = 1, persistent:true
|
||||
workspace = 2, persistent:true
|
||||
workspace = 3, persistent:true
|
||||
workspace = 4, persistent:true
|
||||
|
||||
|
|
|
|||
|
|
@ -42,6 +42,14 @@
|
|||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"default": "",
|
||||
"active": "",
|
||||
"1": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
},
|
||||
"persistent-workspaces": {
|
||||
"*": 4, // 5 workspaces by default on every monitor
|
||||
},
|
||||
},
|
||||
"hyprland/window": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue