feat: close fullscreen window when new window opens

This commit is contained in:
Nydragon 2024-08-10 14:04:35 +02:00
parent 4b8ce88a8a
commit bfe61f27ed
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g

View file

@ -129,7 +129,8 @@ lib.mkIf osConfig.programs.hyprland.enable {
misc = {
force_default_wallpaper = 0;
disable_hyprland_logo = false;
focus_on_activate = true; # Open windows without focusing them
focus_on_activate = false; # Open windows without focusing them
new_window_takes_over_fullscreen = 2; # When a new window opens, the current fullscreen window returns to its tiled state
};
bindm = [ "$mod,mouse:272,movewindow" ];