From 2639405353885514ba534b2d50aa9eccb515fba1 Mon Sep 17 00:00:00 2001 From: Myned Date: Wed, 30 Oct 2024 19:13:50 -0500 Subject: [PATCH] hyprland: remove walker/waybar service restart on exec Signed-off-by: Myned --- options/custom/desktops/hyprland/settings.nix | 2 -- options/custom/programs/waybar/default.nix | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/options/custom/desktops/hyprland/settings.nix b/options/custom/desktops/hyprland/settings.nix index ce85f74..0c2e820 100644 --- a/options/custom/desktops/hyprland/settings.nix +++ b/options/custom/desktops/hyprland/settings.nix @@ -60,8 +60,6 @@ in { # https://wiki.hyprland.org/Configuring/Keywords/#executing exec = [ "${left} --init --scroll kensington-orbit-wireless-tb-mouse" # Enforce left-pawed state - "${sleep} 1 && ${systemctl} --user restart walker" - "${sleep} 1 && ${systemctl} --user restart waybar" ]; # https://wiki.hyprland.org/Configuring/Keywords/#executing diff --git a/options/custom/programs/waybar/default.nix b/options/custom/programs/waybar/default.nix index e4d6896..5ca9f8a 100644 --- a/options/custom/programs/waybar/default.nix +++ b/options/custom/programs/waybar/default.nix @@ -102,6 +102,8 @@ in { }; in { status = { + reload_style_on_change = true; # Reload CSS when modified + ## GLOBAL ## layer = "top"; position = "bottom";