1
0
Fork 0
ryzowanie/config/x11/xinitrc

13 lines
207 B
Text
Raw Normal View History

2024-06-11 00:22:45 +02:00
#!/bin/sh
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
. "${XDG_CONFIG_HOME}/x11/xprofile"
ssh-agent i3