From f04821fffea45a6753fdc9ec23fe8a82f7032865 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:56:38 +0100 Subject: [PATCH] Planify in fullscreen by default Former-commit-id: e63b86345b22c0c8b6e53fda5e7a94d23a7c3896 --- home/system/hyprland/default.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/home/system/hyprland/default.nix b/home/system/hyprland/default.nix index 7b37388..6ee35a3 100644 --- a/home/system/hyprland/default.nix +++ b/home/system/hyprland/default.nix @@ -91,12 +91,6 @@ in { "AQ_DRM_DEVICES,/dev/dri/card2:/dev/dri/card1" # CHANGEME: Related to the GPU ]; - windowrule = [ - "workspace 6, discord" - "workspace 7, spotify" - "workspace 8, io.github.alainm23.planify" - ]; - cursor = { no_hardware_cursors = true; default_monitor = "eDP-2"; @@ -143,6 +137,13 @@ in { windowrulev2 = [ "float, tag:modal" "pin, tag:modal" "center, tag:modal" ]; + windowrule = [ + "workspace 6, discord" + "workspace 7, spotify" + "workspace 8, io.github.alainm23.planify" + "fullscreen, io.github.alainm23.planify" + ]; + layerrule = [ "noanim, launcher" "noanim, ^ags-.*" ]; input = {