add rules for notes editor
This commit is contained in:
parent
30f518235d
commit
75e1466204
1 changed files with 10 additions and 3 deletions
|
@ -2,8 +2,15 @@ windowrulev2 = tile,class:(Vivaldi-stable)
|
|||
|
||||
# prevent flameshot from requesting fullscreen
|
||||
# windowrulev2 = nofullscreenrequest,class:^(flameshot)$,title:^(flameshot)
|
||||
|
||||
# windowrulev2 = float,class:^(flameshot)$,title:^(flameshot)
|
||||
|
||||
set notes editor to floating
|
||||
windowrulev2 = float,class:^(notes-editor)$
|
||||
windowrulev2 = float,class:^(MultiViewer for F1)$
|
||||
|
||||
|
||||
windowrulev2 = float, class:^(notes-editor)$
|
||||
windowrulev2 = move 10% 10% ,class:^(notes-editor)$
|
||||
windowrulev2 = size 80% 80% ,class:^(notes-editor)$
|
||||
windowrulev2 = dimaround, class:^(notes-editor)$
|
||||
windowrulev2 = animation popin 50%, class:^(notes-editor)$
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue