mirror of https://github.com/Flinner/dots.git
feat(autostart): autostart warped (control mouse with keyboard thingy)
This commit is contained in:
parent
83ff2a5a92
commit
7ea0d660e7
|
@ -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 ) &
|
||||||
|
|
Loading…
Reference in New Issue