forked from extern/nix-config
hyprland: Try bordersize windowrule
This is kinda cool however v0.27.2 and above appear to introduce a white flash for me when starting Hyprland. Because of this, I'll probably stay on v0.27.0 for the time being and only patch things I really want.
This commit is contained in:
parent
e3cf378b31
commit
563fdc4e3f
@ -221,6 +221,7 @@ in
|
|||||||
windowrulev2 = nodim,title:^(Picture-in-Picture)$
|
windowrulev2 = nodim,title:^(Picture-in-Picture)$
|
||||||
windowrulev2 = tile,class:^(.qemu-system-x86_64-wrapped)$
|
windowrulev2 = tile,class:^(.qemu-system-x86_64-wrapped)$
|
||||||
windowrulev2 = opacity ${opacity} ${opacity},class:^(thunar)$
|
windowrulev2 = opacity ${opacity} ${opacity},class:^(thunar)$
|
||||||
|
windowrulev2 = bordersize 2,floating:1
|
||||||
|
|
||||||
# Scroll through existing workspaces with super + scroll
|
# Scroll through existing workspaces with super + scroll
|
||||||
bind = $SUPER, mouse_down, workspace, e+1
|
bind = $SUPER, mouse_down, workspace, e+1
|
||||||
|
Loading…
Reference in New Issue
Block a user