diff --git a/.bash_profile b/.bash_profile index e7641fb..0b96ad8 100644 --- a/.bash_profile +++ b/.bash_profile @@ -25,7 +25,7 @@ export CARGO_HOME="$XDG_DATA_HOME/cargo" export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npm/npmrc" export NODE_REPL_HISTORY="$XDG_DATA_HOME/node_repl_history" export CUDA_CACHE_PATH="$XDG_CACHE_HOME/nv" -export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc" +export XINITRC="$XDG_CONFIG_HOME/x11/xinitrc" # Other program settings export SVDIR="$XDG_CONFIG_HOME/service" diff --git a/.config/X11/xinitrc b/.config/x11/xinitrc similarity index 91% rename from .config/X11/xinitrc rename to .config/x11/xinitrc index 9d71f46..8a16b7f 100755 --- a/.config/X11/xinitrc +++ b/.config/x11/xinitrc @@ -2,7 +2,7 @@ . "$XDG_DATA_HOME/screenlayout" & xwallpaper --zoom "$XDG_DATA_HOME/wallpaper" & -xrdb "$XDG_CONFIG_HOME/X11/xresources" & +xrdb "$XDG_CONFIG_HOME/x11/xresources" & runsvdir "$SVDIR" & xinput set-prop "SOAI USB Gaming Mouse" "libinput Accel Profile Enabled" 0 1 0 & diff --git a/.config/X11/xresources b/.config/x11/xresources similarity index 100% rename from .config/X11/xresources rename to .config/x11/xresources