From 6c5e48655b35b654a0cb4e53c5f56d07d0032a45 Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 15 May 2020 02:16:34 -0400 Subject: .bash_profile: Add user xorg.conf.d --- .bash_profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 2b85542..43dd38c 100644 --- a/.bash_profile +++ b/.bash_profile @@ -5,7 +5,9 @@ export XAUTHORITY=$HOME/.config/X11/Xauthority; # auto login [ "$EUID" != 0 ] && [ -z "$DISPLAY" ] && [ "$(tty)" = '/dev/tty1' ] \ - && exec xinit "$HOME/.config/X11/xinitrc" -- :0 -logfile "$HOME/.cache/xorg.log" vt1 -keeptty -auth "$XAUTHORITY"; + && exec xinit "$HOME/.config/X11/xinitrc" -- :0 \ + -configdir "$HOME/.config/X11/xorg.conf.d" \ + -logfile "$HOME/.cache/xorg.log" vt1 -keeptty -auth "$XAUTHORITY"; # set prompt PS1_USER='$(E=$? && [ "$E" != 0 ] && echo "$E ")\[\e[0;34m\]\W\[\e[0m\] \[\e[0;34m\]\$\[\e[0m\] ' -- cgit v1.2.3