#!/bin/sh # # /etc/X11/xinit/xinitrc.icewm # # Set cursor and solid black bg xsetroot -solid black -cursor_name left_ptr # Execute icewm exec icewm # EOF