Update hyprland windowrules
This commit is contained in:
parent
867e56cdf1
commit
46f4507034
1 changed files with 9 additions and 15 deletions
|
|
@ -341,22 +341,16 @@ in {
|
||||||
|
|
||||||
windowrule = [
|
windowrule = [
|
||||||
# window rules
|
# window rules
|
||||||
"tile,^(.*)(Spotify)(.*)$"
|
"float,class:^(.*)(OxiCalc)(.*)$"
|
||||||
"float,^(.*)(OxiCalc)(.*)$"
|
"float,class:^(.*)(winecfg.exe)(.*)$"
|
||||||
"float,^(.*)(winecfg.exe)(.*)$"
|
"float,class:^(.*)(copyq)(.*)$"
|
||||||
"float,^(.*)(speed.exe)(.*)$"
|
"center,class:^(.*)(swappy)(.*)$"
|
||||||
"float,^(.*)(copyq)(.*)$"
|
|
||||||
"center,^(.*)(swappy)(.*)$"
|
|
||||||
"float,title:^(.*)(Spirit)(.*)$"
|
|
||||||
"float,title:^(.*)(reset)(.*)$"
|
"float,title:^(.*)(reset)(.*)$"
|
||||||
"workspace 10 silent,^(.*)(steam)(.*)$"
|
"workspace 10 silent,class:^(.*)(steam)(.*)$"
|
||||||
"workspace 9 silent,^(.*)(dota)(.*)$"
|
"workspace 9 silent,class:^(.*)(dota)(.*)$"
|
||||||
"workspace 9 silent,^(.*)(battlebits)(.*)$"
|
"workspace 9 silent,class:^(.*)(battlebits)(.*)$"
|
||||||
"workspace 9 silent,^(.*)(aoe)(.*)$"
|
"workspace 9 silent,class:^(.*)(aoe)(.*)$"
|
||||||
"suppressevent fullscreen maximize,^(.*)(neovide)(.*)$"
|
"suppressevent fullscreen maximize,class:^(.*)(neovide)(.*)$"
|
||||||
];
|
|
||||||
|
|
||||||
windowrulev2 = [
|
|
||||||
"immediate,class:^(.*)(Pal)$"
|
"immediate,class:^(.*)(Pal)$"
|
||||||
"immediate,class:^(.*)(dota2)$"
|
"immediate,class:^(.*)(dota2)$"
|
||||||
"immediate,class:^(.*)(needforspeedheat.exe)$"
|
"immediate,class:^(.*)(needforspeedheat.exe)$"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue