3 # startx configuration file.
6 # Use a black background for the root window.
9 # Use my X11 key bindings.
12 # Change the background if available.
13 if [ -f ~/.background ]; then
14 if [ -x /usr/bin/hsetroot ]; then
15 hsetroot -full ~/.background
16 elif [ -x /usr/bin/feh ]; then
17 feh --bg-scale ~/.background