From e80227fad682ddf0a5d30087dcefa3bfd91e99dd Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sun, 27 Apr 2025 22:10:47 +0800 Subject: [PATCH] chore(hyprland): minor fixes --- configs/programs/hyprland.nix | 2 +- configs/programs/hyprshade.nix | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/configs/programs/hyprland.nix b/configs/programs/hyprland.nix index b5ca968..45d2b0d 100644 --- a/configs/programs/hyprland.nix +++ b/configs/programs/hyprland.nix @@ -123,7 +123,7 @@ "ALT_SHIFT, L, resizeactive, 10% 0" # Make fullscreen - "$mainMod, Up, fullscreen, 0" + "$mainMod, Up, fullscreen" # H and L to move between workspaces on the current monitor including creation "$mainMod_CTRL, H, workspace, r-1" diff --git a/configs/programs/hyprshade.nix b/configs/programs/hyprshade.nix index bb9c313..1b1b6ad 100644 --- a/configs/programs/hyprshade.nix +++ b/configs/programs/hyprshade.nix @@ -9,11 +9,6 @@ [[shades]] name = "vibrance" default = true # will be activated when no other shader is scheduled - - [[shades]] - name = "blue-light-filter" - start_time = 22:00:00 - end_time = 08:00:00 # optional if more than one shader has start_time ''; }; xdg.configFile."hypr/shaders" = {