move x11 files to .config and .profile to .bash_profile

This commit is contained in:
frosty 2024-06-23 06:52:41 -04:00
parent a5105eeaf7
commit 9c4084288d
3 changed files with 2 additions and 1 deletions

View file

@ -25,6 +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"
# Other program settings
export SVDIR="$XDG_CONFIG_HOME/service"

View file

@ -2,7 +2,7 @@
. "$XDG_DATA_HOME/screenlayout" &
xwallpaper --zoom "$XDG_DATA_HOME/wallpaper" &
xrdb "$HOME/.Xresources" &
xrdb "$XDG_CONFIG_HOME/X11/xresources" &
runsvdir "$SVDIR" &
xinput set-prop "SOAI USB Gaming Mouse" "libinput Accel Profile Enabled" 0 1 0 &