feat(autostart): autostart warped (control mouse with keyboard thingy)

This commit is contained in:
Flinner Yuu 2022-05-23 00:41:56 +03:00
parent 83ff2a5a92
commit 7ea0d660e7
Signed by: flinner
GPG Key ID: 95CE0DA7F0E58CA6
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ source ~/.fehbg
#other #other
(sleep 1 && picom --config "$HOME/.config/picom.conf" )& (sleep 1 && picom --config "$HOME/.config/picom.conf" )&
#(sleep 1 && keynav)& #(sleep 1 && keynav)&
# warped > keynav
(sleep 1 && warpd)&
(sleep 0 && ~/bin/keyboard ) & (sleep 0 && ~/bin/keyboard ) &
killall wired killall wired
(sleep 1 && wired ) & (sleep 1 && wired ) &