Compare commits
2 Commits
335066d785
...
83940e7325
| Author | SHA1 | Date | |
|---|---|---|---|
| 83940e7325 | |||
| fe6710c252 |
@@ -4,4 +4,4 @@
|
|||||||
|
|
||||||
monitor=,preferred,auto,1
|
monitor=,preferred,auto,1
|
||||||
monitor=eDP-1,preferred,auto,1.25
|
monitor=eDP-1,preferred,auto,1.25
|
||||||
#monitor=HDMI-A-1,3440x1440@100.00,auto,1
|
monitor=HDMI-A-1,1920x1080@100.00,auto,1
|
||||||
|
|||||||
@@ -2,38 +2,17 @@
|
|||||||
### WINDOWS AND WORKSPACES ###
|
### WINDOWS AND WORKSPACES ###
|
||||||
##############################
|
##############################
|
||||||
|
|
||||||
windowrule {
|
# Ignore maximize requests from apps. You'll probably like this.
|
||||||
# Ignore maximize requests from all apps. You'll probably like this.
|
windowrule = suppressevent maximize, class:.*
|
||||||
name = suppress-maximize-events
|
|
||||||
match:class = .*
|
|
||||||
|
|
||||||
suppress_event = maximize
|
# Fix some dragging issues with XWayland
|
||||||
}
|
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||||
|
|
||||||
windowrule {
|
windowrule = noblur, class:negative:^(Alacritty)$
|
||||||
# Fix some dragging issues with XWayland
|
|
||||||
name = fix-xwayland-drags
|
|
||||||
match:class = ^$
|
|
||||||
match:title = ^$
|
|
||||||
match:xwayland = true
|
|
||||||
match:float = true
|
|
||||||
match:fullscreen = false
|
|
||||||
match:pin = false
|
|
||||||
|
|
||||||
no_focus = true
|
windowrule = float,class:^(org.telegram.desktop)$
|
||||||
}
|
windowrule = float,class:^(nemo)$
|
||||||
|
windowrule = float,class:^(engrampa)$
|
||||||
windowrule {
|
windowrule = float,class:^(viewnior)$
|
||||||
name = float
|
windowrule = float,class:^(PortProton)$
|
||||||
match:class = ^(nemo|engrampa|org.telegram.desktop|viewnior|PortProton|org.pulseaudio.pavucontrol)$
|
|
||||||
|
|
||||||
float = true
|
|
||||||
}
|
|
||||||
|
|
||||||
windowrule {
|
|
||||||
name = unblur-except
|
|
||||||
match:class = negative:^(Alacritty)$
|
|
||||||
|
|
||||||
no_blur = true
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user