From 0f0c483d169619a94a4747b4774aef5c07dedcd3 Mon Sep 17 00:00:00 2001 From: Flinner Date: Sun, 4 Jul 2021 10:35:58 +0300 Subject: [PATCH] fix: keyboard on startup --- bin/bin/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bin/autostart b/bin/bin/autostart index 2f590d9..594a467 100755 --- a/bin/bin/autostart +++ b/bin/bin/autostart @@ -21,7 +21,7 @@ source ~/.fehbg #other (sleep 1 && picom --config "$HOME/.config/picom.conf" )& (sleep 1 && keynav)& -(sleep 1 && ~/bin/startup/keyboard ) & +(sleep 0 && ~/bin/keyboard ) & (sleep 1 && wired ) & (sleep 3 && optimus-manager-qt) & (sleep 3 && flameshot) &