From 66eaf0fe36167ffcd6209c4ae46cd14723c9435e Mon Sep 17 00:00:00 2001 From: andrey_varnavskiy Date: Tue, 10 Dec 2024 05:07:57 +0500 Subject: [PATCH] remove waybar delay --- home-manager/modules/hyprland/main.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/modules/hyprland/main.nix b/home-manager/modules/hyprland/main.nix index 6e6f065..45ace8d 100644 --- a/home-manager/modules/hyprland/main.nix +++ b/home-manager/modules/hyprland/main.nix @@ -20,7 +20,7 @@ "$menu" = "fuzzel"; exec-once = [ - "sleep 5 && waybar" + "waybar" "wl-paste --type text --watch cliphist store" "wl-paste --type image --watch cliphist store" ];