19 lines
583 B
Plaintext
19 lines
583 B
Plaintext
##############################
|
|
### WINDOWS AND WORKSPACES ###
|
|
##############################
|
|
|
|
# Ignore maximize requests from apps. You'll probably like this.
|
|
windowrule = suppressevent maximize, class:.*
|
|
|
|
# Fix some dragging issues with XWayland
|
|
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
|
|
|
windowrule = noblur, class:negative:^(Alacritty)$
|
|
|
|
windowrule = float,class:^(org.telegram.desktop)$
|
|
windowrule = float,class:^(nemo)$
|
|
windowrule = float,class:^(engrampa)$
|
|
windowrule = float,class:^(viewnior)$
|
|
windowrule = float,class:^(PortProton)$
|
|
|