mirror of
https://github.com/Ascyii/scripts.git
synced 2026-01-01 04:44:24 -05:00
12 lines
428 B
Bash
Executable File
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"
|