#!/bin/sh # # /etc/X11/xinit/xinitrc.wmaker # # Set cursor and solid black bg xsetroot -solid black -cursor_name left_ptr # Install default settings if needed if ! [ -d ~/GNUstep ]; then wmaker.inst fi # Execute wmaker exec wmaker # EOF