- hyprland & qtile

This commit is contained in:
tuxwarrior
2024-05-12 14:14:13 -05:00
parent 3915d438b3
commit bd71ae832a
12 changed files with 270 additions and 53 deletions

View File

@@ -26,10 +26,10 @@ fi
# start some nice programs
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
if [ ${XWM} == "i3" ] ; then