Add autostart
This commit is contained in:
parent
57e5e40ea0
commit
bb00c33ac2
19
my_home/.config/openbox/autostart
Normal file
19
my_home/.config/openbox/autostart
Normal file
@ -0,0 +1,19 @@
|
||||
# Wallpaper
|
||||
if [ -f $HOME/Pictures/greenfluorescence2k151_single_1920x1080.jpg ]; then
|
||||
feh --bg-scale $HOME/Pictures/greenfluorescence2k151_single_1920x1080.jpg &
|
||||
fi
|
||||
|
||||
# Compositor
|
||||
if command -v picom > /dev/null 2>&1; then
|
||||
picom &
|
||||
fi
|
||||
|
||||
# Night mode
|
||||
if command -v redshift > /dev/null 2>&1; then
|
||||
redshift &
|
||||
fi
|
||||
|
||||
# Desktop switcher
|
||||
if command -v obpager > /dev/null 2>&1; then
|
||||
obpager &
|
||||
fi
|
BIN
my_home/Pictures/greenfluorescence2k151_single_1920x1080.jpg
Normal file
BIN
my_home/Pictures/greenfluorescence2k151_single_1920x1080.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 329 KiB |
Loading…
x
Reference in New Issue
Block a user