This commit is contained in:
zerf58 2025-06-13 16:09:14 -07:00
parent a31e08bd5f
commit 388924ed6e
16 changed files with 951 additions and 294 deletions

17
apps/steam.sh Normal file
View file

@ -0,0 +1,17 @@
steam_bp(){
desktop(){
sleep .2
xdotool key alt+Enter
}
}
steam_lp(){
desktop(){
sleep .2
xdotool mousemove 1872 13
sleep .2
xdotool click 1
}
}