From 2fcd6ed271954984fef28b7c99481c117c190191 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Fri, 15 Nov 2024 10:22:33 +0100 Subject: [PATCH 1/3] Re-enable `swaync` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's not a VNC client 😖 --- hmModules/hyprland/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hmModules/hyprland/default.nix b/hmModules/hyprland/default.nix index 884d68b..5a86b29 100644 --- a/hmModules/hyprland/default.nix +++ b/hmModules/hyprland/default.nix @@ -23,9 +23,7 @@ in ../waybar ../swayidle ../gammastep - # ../wezterm - # ../wayvnc - # ../swaync + ../swaync ../foot ]; From fb18de26a0c62655cb919931d5590478bc3fecdd Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Fri, 15 Nov 2024 10:32:54 +0100 Subject: [PATCH 2/3] These Hyprland options don't exist anymore? --- hmModules/hyprland/hyprland.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hmModules/hyprland/hyprland.conf b/hmModules/hyprland/hyprland.conf index 1243b85..212b560 100644 --- a/hmModules/hyprland/hyprland.conf +++ b/hmModules/hyprland/hyprland.conf @@ -99,10 +99,10 @@ general { decoration { rounding = 8 - drop_shadow = true - shadow_range = 4 - shadow_render_power = 3 - col.shadow = rgba(a8cfee11) + # drop_shadow = true + # shadow_range = 4 + # shadow_render_power = 3 + # col.shadow = rgba(a8cfee11) } animations { From 442c3cec92578fb074ca05e618fafe820cc73e6b Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Fri, 15 Nov 2024 10:33:28 +0100 Subject: [PATCH 3/3] Remove kanshi --- hmModules/hyprland/default.nix | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/hmModules/hyprland/default.nix b/hmModules/hyprland/default.nix index 5a86b29..977132a 100644 --- a/hmModules/hyprland/default.nix +++ b/hmModules/hyprland/default.nix @@ -66,33 +66,6 @@ in enable = true; }; - # services.kanshi = { - # enable = true; - # systemdTarget = "hyprland-session.target"; - # profiles = { - # undocked = { - # outputs = [ - # { - # status = "enable"; - # criteria = "eDP-1"; - # } - # ]; - # }; - # docked = { - # outputs = [ - # { - # status = "disable"; - # criteria = "eDP-1"; - # } - # { - # status = "enable"; - # criteria = "DP-1"; - # } - # ]; - # }; - # }; - # }; - home.file.".icons/catppuccin-mocha-sapphire" = { source = "${pkgs.catppuccin-cursors.mochaSapphire}/share/icons/catppuccin-mocha-sapphire-cursors"; recursive = true;