#!/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