Fix hyprland v2 rule definitions, disable firefox legacy webrtc indicator
This commit is contained in:
parent
c4897c3532
commit
19ff5aa248
|
@ -187,11 +187,7 @@ in {
|
||||||
windowrule = workspace 5,(fractal)
|
windowrule = workspace 5,(fractal)
|
||||||
windowrule = workspace 5,(discord)
|
windowrule = workspace 5,(discord)
|
||||||
windowrule = workspace 5,(teams-for-linux)
|
windowrule = workspace 5,(teams-for-linux)
|
||||||
windowrule = workspace 5,title:^(Zoom|zoom).*,xwayland:1
|
|
||||||
windowrule = nofullscreenrequest,title:^(Zoom|zoom).*
|
|
||||||
windowrule = workspace 6,(Nxplayer.bin)
|
windowrule = workspace 6,(Nxplayer.bin)
|
||||||
windowrule = float,class:(Nxplayer.bin),title:^(NoMachine)$
|
|
||||||
windowrule = maximize,class:(Nxplayer.bin),title:^(NoMachine).+$
|
|
||||||
windowrule = float,(foot)
|
windowrule = float,(foot)
|
||||||
windowrule = center,(foot)
|
windowrule = center,(foot)
|
||||||
windowrule = float,(pavucontrol)
|
windowrule = float,(pavucontrol)
|
||||||
|
@ -207,6 +203,9 @@ in {
|
||||||
windowrule = move 10% 10%,(otpclient)
|
windowrule = move 10% 10%,(otpclient)
|
||||||
windowrule = float,(thunar)
|
windowrule = float,(thunar)
|
||||||
windowrule = center,(thunar)
|
windowrule = center,(thunar)
|
||||||
|
|
||||||
|
windowrulev2 = float,class:(Nxplayer.bin),title:^(NoMachine)$
|
||||||
|
windowrulev2 = maximize,class:(Nxplayer.bin),title:^(NoMachine).+$
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
xdg.configFile."hypr/display.conf".text = lib.mkDefault ''
|
xdg.configFile."hypr/display.conf".text = lib.mkDefault ''
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
"intl.locale.requested" = "en-GB,en-US";
|
"intl.locale.requested" = "en-GB,en-US";
|
||||||
"intl.regional_prefs.use_os_locales" = false;
|
"intl.regional_prefs.use_os_locales" = false;
|
||||||
"media.eme.enabled" = true;
|
"media.eme.enabled" = true;
|
||||||
|
"privacy.webrtc.legacyGlobalIndicator" = false;
|
||||||
"signon.management.page.breach-alerts.enabled" = false;
|
"signon.management.page.breach-alerts.enabled" = false;
|
||||||
"signon.rememberSignons" = false;
|
"signon.rememberSignons" = false;
|
||||||
"browser.newtabpage.pinned" = [
|
"browser.newtabpage.pinned" = [
|
||||||
|
|
Loading…
Reference in a new issue