diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-10-27 21:07:47 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-10-27 21:07:47 +0100 |
| commit | 6d74f2061fe131b9e3b1c7bde9d05158dc3872f8 (patch) | |
| tree | 7f27827424e6fe2252398f816f1fbfe0f2ad72a5 /common/home | |
| parent | 9975844cb95642c1e5ed428e085df841e23a4308 (diff) | |
autostart signal
Diffstat (limited to 'common/home')
| -rw-r--r-- | common/home/hyprland/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix index be5fe0e..f29503f 100644 --- a/common/home/hyprland/default.nix +++ b/common/home/hyprland/default.nix @@ -139,5 +139,7 @@ "float,class:^(Hyprland::WinClass::Floating)$" "center,class:^(Hyprland::WinClass::Floating)$" ]; + + exec-once = [ "signal-desktop" ]; }; } |