summaryrefslogtreecommitdiff
path: root/common/home/hyprland
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-10-27 21:07:47 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2024-10-27 21:07:47 +0100
commit6d74f2061fe131b9e3b1c7bde9d05158dc3872f8 (patch)
tree7f27827424e6fe2252398f816f1fbfe0f2ad72a5 /common/home/hyprland
parent9975844cb95642c1e5ed428e085df841e23a4308 (diff)
autostart signal
Diffstat (limited to 'common/home/hyprland')
-rw-r--r--common/home/hyprland/default.nix2
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" ];
};
}