summaryrefslogtreecommitdiff
path: root/common/home/hyprland
diff options
context:
space:
mode:
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" ];
};
}