added firefox pip window rules
unfortunately this forces any fullscreen app out of fullscreen every time a new video starts but ig i will burn that bridge when it annoys me too much
This commit is contained in:
parent
c29ca4b140
commit
3174ad7da6
1 changed files with 10 additions and 0 deletions
|
@ -20,6 +20,16 @@
|
||||||
"name:bg_noise, monitor:desc:Lenovo Group Limited LEN G24-10 U5B4ZAM2, default:true, persistent:true"
|
"name:bg_noise, monitor:desc:Lenovo Group Limited LEN G24-10 U5B4ZAM2, default:true, persistent:true"
|
||||||
"name:main, monitor:eDP-2, default:true, persistent:true"
|
"name:main, monitor:eDP-2, default:true, persistent:true"
|
||||||
];
|
];
|
||||||
|
windowrulev2 = [
|
||||||
|
"keepaspectratio,class:^(floorp)$,title:^(Picture-in-Picture)$"
|
||||||
|
"noborder,class:^(floorp)$,title:^(Picture-in-Picture)$"
|
||||||
|
#"fakefullscreen,class:^(floorp)$,title:^(Floorp)$"
|
||||||
|
#"fakefullscreen,class:^(floorp)$,title:^(Picture-in-Picture)$"
|
||||||
|
"pin,class:^(floorp)$,title:^(Floorp)$"
|
||||||
|
"pin,class:^(floorp)$,title:^(Picture-in-Picture)$"
|
||||||
|
"float,class:^(floorp)$,title:^(Floorp)$"
|
||||||
|
"float,class:^(floorp)$,title:^(Picture-in-Picture)$"
|
||||||
|
];
|
||||||
|
|
||||||
# Define SUPER key as mod key
|
# Define SUPER key as mod key
|
||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue