dotfiles/X11/.xinitrc
Adam Cooper a3fa29cde3 Various items
- [X11] Bring .xinitrc under version control
- [awesome] Clean up autorun script
- [awesome] Clean up config
- [neovim] Clean up config, minor changes
2023-10-01 13:22:26 -04:00

15 lines
258 B
Bash

#!/bin/sh
[[ -f ~/.Xresources ]] && xrdb -merge -I"$HOME" ~/.Xresources
xbindkeys
# From the xinitrc default
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
exec startxfce4