Files
scripts/shell/autostart.sh
2025-09-18 11:35:56 +02:00

12 lines
428 B
Bash
Executable File

#!/bin/bash
# Doing some default configurations
#/home/johah/scripts/mousecenter2.sh
#xdotool key Super+b
#/home/johah/scripts/mousecenter1.sh
#xdotool key Super+b
# Launching the st terminal with neofetch and spacing on startup
st -t "FocusDone" -e bash -c 'echo " " && echo " " && echo -e " Workstation\033[0m is\033[1;92m ready\033[0m!" && echo " " && echo " " && neofetch && echo " " && cd; bash'
xsetroot -name "ZeroSum"