#!/bin/sh # xinitrc runs automatically when you run startx. : "${XPROFILE:=$HOME/.config/x11/xprofile}" : "${XINPUTRC:=$HOME/.config/x11/xinputrc}" [ -f "$XPROFILE" ] && . "$XPROFILE" [ -f "$XINPUTRC" ] && . "$XINPUTRC" exec dwm