summaryrefslogtreecommitdiff
path: root/.config/x11/xprofile
blob: aa66e07df266c56f8f91827c947de648f12975a6 (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