Fix errors/warnings after update
This commit is contained in:
parent
74bbc85aeb
commit
d6dbac7ace
1 changed files with 3 additions and 3 deletions
|
|
@ -148,9 +148,9 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
# Window rules
|
# Window rules
|
||||||
windowrulev2 = [
|
windowrule = [
|
||||||
"suppressevent maximize, class:.*"
|
"suppress_event maximize, match:class .*"
|
||||||
"idleinhibit fullscreen, class:.*"
|
"idle_inhibit fullscreen, match:class .*"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Startup
|
# Startup
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue