xdg base directory

This commit is contained in:
cptbbVM 2023-12-15 12:19:55 +01:00
parent e6a66f9a7d
commit 863338526e
2 changed files with 13 additions and 3 deletions

7
bashrc
View File

@ -1,3 +1,10 @@
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"
export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc"
# color # color
NC='\033[0m' NC='\033[0m'
RED='\033[0;31m' RED='\033[0;31m'

View File

@ -1,11 +1,14 @@
# wallpaper
feh --bg-scale ~/Downloads/wallpaper.jpg &
# status bar # status bar
~/statusbar.sh & ~/statusbar.sh &
# terminal alpha # terminal alpha
xcompmgr -c & xcompmgr -c &
# fr keyboard layout
setxkbmap -layout fr &
# wallpaper
feh --bg-scale ~/Downloads/wallpaper.jpg &
# dwm # dwm
exec /usr/local/bin/dwm exec /usr/local/bin/dwm