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" = {