update configs

This commit is contained in:
Antoine Phan
2024-09-12 11:53:18 -04:00
parent 94d939f85c
commit 5cad0c945f
6 changed files with 41 additions and 39 deletions

View File

@@ -28,17 +28,18 @@ if [ -f "$usermodmap" ]; then
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
fi
# 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 numlockx &
exec ibus-daemon -rxR &
export GTK_THEME=adw-gtk3-dark:dark
# exec ibus-daemon -rxR &
# export GTK_THEME=adw-gtk3-dark:dark
exec i3 -c /home/antoine/.config/i3/config
exec autorandr --change
exec autotiling &
# exec i3 -c /home/antoine/.config/i3/config
exec i3
# exec autorandr --change
# exec autotiling &