12 lines
181 B
Bash
Executable File
12 lines
181 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Apply wallpaper using wal
|
|
wal -b 232A2E -i ~/Wallpaper/fog_forest_2.png &&
|
|
|
|
# Start picom
|
|
picom --config ~/.config/picom/picom.conf &
|
|
|
|
#Emacs
|
|
/usr/bin/emacs -daemon
|
|
|