diff --git a/hyprland/.config/hypr/config.d/00-basic.conf b/hyprland/.config/hypr/config.d/00-basic.conf index abc157aa..e49e7fe7 100644 --- a/hyprland/.config/hypr/config.d/00-basic.conf +++ b/hyprland/.config/hypr/config.d/00-basic.conf @@ -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 }