summaryrefslogtreecommitdiff
path: root/.config/x11/xprofile
blob: 35af7086b658188b91e1ebccbec9e0c255522572 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# Filip's xprofile.

# Autostart stuff on reboot
autostart="remaps slstatus xcompmgr xhidecursor"

for program in $autostart; do
    pidof -sx "$program" || "$program" &
done >/dev/null 2>&1

# Set wallpaper
xwallpaper --stretch "$HOME"/pix/wallpaper.jpg