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
|
||||
windowrulev2 = [
|
||||
"suppressevent maximize, class:.*"
|
||||
"idleinhibit fullscreen, class:.*"
|
||||
windowrule = [
|
||||
"suppress_event maximize, match:class .*"
|
||||
"idle_inhibit fullscreen, match:class .*"
|
||||
];
|
||||
|
||||
# Startup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue