hyprland add firefox opacity rules
This commit is contained in:
parent
fa69970620
commit
e6b6cd09ba
@ -9,7 +9,7 @@
|
||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||
|
||||
workspace = 1, monitor:HDMI-A-1
|
||||
workspace = 2, monitor: DVI-D-1
|
||||
workspace = 2, monitor:DVI-D-1
|
||||
|
||||
# Ignore maximize requests from apps. You'll probably like this.
|
||||
|
||||
@ -41,6 +41,9 @@ windowrulev2 = size 25%, title:^(Picture(-| )in(-| )[Pp]icture)$
|
||||
windowrulev2 = float, title:^(Picture(-| )in(-| )[Pp]icture)$
|
||||
windowrulev2 = pin, title:^(Picture(-| )in(-| )[Pp]icture)$
|
||||
|
||||
#no opacity on firefox
|
||||
windowrulev2 = opacity 1 override 1 override,class:^firefox.*$
|
||||
|
||||
# Dialogs
|
||||
windowrule=float,title:^(Open File)(.*)$
|
||||
windowrule=float,title:^(Select a File)(.*)$
|
||||
|
Loading…
Reference in New Issue
Block a user