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