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