mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 09:24:17 +01:00
hyprland: Float mullvad browser by default
Floating by default is necessary so the browser is initialized with the correct window size.
This commit is contained in:
parent
086a70107b
commit
8f45534128
@ -184,6 +184,8 @@ in
|
||||
"opacity ${opacity} ${opacity},class:^(thunar)$"
|
||||
"float,class:^(librewolf)$"
|
||||
"center 1,class:^(librewolf)$"
|
||||
"float,class:^(Mullvad Browser)$"
|
||||
"center 1,class:^(Mullvad Browser)$"
|
||||
];
|
||||
|
||||
misc = {
|
||||
|
Loading…
Reference in New Issue
Block a user