xdg base directory
This commit is contained in:
parent
e6a66f9a7d
commit
863338526e
7
bashrc
7
bashrc
|
@ -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'
|
||||||
|
|
9
xinitrc
9
xinitrc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue