diff --git a/dots/.config/hypr/hyprland.conf.nix b/dots/.config/hypr/hyprland.conf.nix index 9c5b90e..fc571e3 100644 --- a/dots/.config/hypr/hyprland.conf.nix +++ b/dots/.config/hypr/hyprland.conf.nix @@ -275,7 +275,7 @@ in { allow_session_lock_restore = ${boolToString hypr.misc.allowSessionLockRestore} background_color = ${toString hypr.misc.backgroundColor} close_special_on_empty = ${boolToString hypr.misc.closeSpecialOnEmpty} - on_focus_under_fullscreen = ${toString hypr.misc.onFocusUnderFullscreen} + #on_focus_under_fullscreen = ${toString hypr.misc.onFocusUnderFullscreen} exit_window_retains_fullscreen = ${boolToString hypr.misc.exitWindowRetainsFullscreen} initial_workspace_tracking = ${toString hypr.misc.initialWorkspaceTracking} middle_click_paste = ${boolToString hypr.misc.middleClickPaste} diff --git a/lib/hyprland/standard-options.nix b/lib/hyprland/standard-options.nix index 2127268..22352ed 100644 --- a/lib/hyprland/standard-options.nix +++ b/lib/hyprland/standard-options.nix @@ -1,7 +1,4 @@ -{ - lib, - ... -}: let +{lib, ...}: let inherit (lib) mkOption types; # v0.52.0