Change behavior for opening an app behind a fullscreen one, comment

This commit is contained in:
Salt 2025-01-21 01:07:05 -06:00
parent 40bfa59169
commit d08697c431

View File

@ -67,8 +67,14 @@ misc {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
disable_splash_rendering = true
# if there is a fullscreen or maximized window, decide whether a new tiled
# window opened should replace it, stay behind or disable the
# fullscreen/maximized state.
# 0 - behind, 1 - takes over, 2 - unfullscreen/unmaxize [0/1/2]
new_window_takes_over_fullscreen = 2
}
xwayland {
# This disables scaling in xwayland apps. I prefer the crispness to blurriness
force_zero_scaling = true
}