From 7ea0d660e75a1b787dd0084fff567a3741e2a870 Mon Sep 17 00:00:00 2001 From: Flinner Yuu Date: Mon, 23 May 2022 00:41:56 +0300 Subject: [PATCH] feat(autostart): autostart warped (control mouse with keyboard thingy) --- bin/bin/autostart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/bin/autostart b/bin/bin/autostart index 6bb1fc9..19d8a99 100755 --- a/bin/bin/autostart +++ b/bin/bin/autostart @@ -21,6 +21,8 @@ source ~/.fehbg #other (sleep 1 && picom --config "$HOME/.config/picom.conf" )& #(sleep 1 && keynav)& +# warped > keynav +(sleep 1 && warpd)& (sleep 0 && ~/bin/keyboard ) & killall wired (sleep 1 && wired ) &