From 93a7bcb0b4169adecd3956f3c672e555fe35f711 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 8 Jan 2024 23:40:06 +0300 Subject: [PATCH] Don't allow initial focus --- modules/hyprland/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index b17a015..47ebc20 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -21,6 +21,10 @@ monitor = , preferred, auto, 1 '' + + '' + windowrule = noinitialfocus + '' + + '' exec-once = wl-paste --type text --watch cliphist store -max-items 1000 exec-once = wl-paste --type image --watch cliphist store -max-items 1000