From 82ded92900afbf678636bc35568e0b6e6b87eb4e Mon Sep 17 00:00:00 2001 From: Myned Date: Tue, 22 Oct 2024 07:51:41 -0500 Subject: [PATCH] hyprland: lower wait for execs Signed-off-by: Myned --- options/custom/desktops/hyprland/settings.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/options/custom/desktops/hyprland/settings.nix b/options/custom/desktops/hyprland/settings.nix index 0171731..8d10c65 100644 --- a/options/custom/desktops/hyprland/settings.nix +++ b/options/custom/desktops/hyprland/settings.nix @@ -60,8 +60,8 @@ in { # https://wiki.hyprland.org/Configuring/Keywords/#executing exec = [ "${left} --init --scroll kensington-orbit-wireless-tb-mouse" # Enforce left-pawed state - "${sleep} 5 && ${systemctl} --user restart walker" - "${sleep} 5 && ${systemctl} --user restart waybar" + "${sleep} 1 && ${systemctl} --user restart walker" + "${sleep} 1 && ${systemctl} --user restart waybar" ]; # https://wiki.hyprland.org/Configuring/Keywords/#executing @@ -70,8 +70,8 @@ in { ++ [ sway-audio-idle-inhibit # Inhibit idle while audio is playing "${audio} --init" # Enforce audio profile state - "${clipse} --clear" # Clear clipboard history "${clipse} --listen" # Monitor clipboard + "${sleep} 1 && ${clipse} --clear" # Clear clipboard history "${_1password} --silent" # Launch password manager in background "[group new lock; tile] ${firefox-esr}" ];