Doors/configs/x11/xinitrc
2024-01-01 05:15:03 -05:00

16 lines
267 B
Bash
Executable file

#!/bin/sh
# startx/xinit run this script
# Run xprofile
if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xprofile" ]; then
. "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xprofile"
else
. "$HOME/.xprofile"
fi
# Set system colors
wal -R
# Start awesome
ssh-agent awesome