Added start-day alias; updated i3 startup scripts

This commit is contained in:
Random936
2025-04-30 18:06:38 -07:00
parent 46836579f2
commit 1d6d7c9d07
4 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
function load_script() {
if [ -f "$1" ]; then
$1
bash "$1" &
fi
}