Doors/.config/x11/xinitrc

9 lines
181 B
Text
Raw Normal View History

2023-02-03 04:08:44 -05:00
#!/bin/sh
if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xprofile" ]; then
. "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xprofile"
else
. "$HOME/.xprofile"
fi
wal -R
ssh-agent awesome