From 70d52822df386b0c4343312cf5adb24389186071 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Thu, 27 Nov 2025 17:57:30 +0100 Subject: [PATCH] remove warning --- dots/.config/hypr/hyprland.conf.nix | 2 +- lib/hyprland/standard-options.nix | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) 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