#!/bin/sh
# Wrapper to use XDG-style xinitrc
# This file gets stowed to ~/.xinitrc and redirects to the actual config
exec sh "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xinitrc"
