fix: source user-dirs.dirs
This commit is contained in:
parent
625ee51457
commit
e359e4411d
4 changed files with 11 additions and 5 deletions
|
@ -1,3 +1,5 @@
|
|||
[ -f "$HOME/.config/user-dirs.dirs" ] && source $HOME/.config/user-dirs.dirs
|
||||
|
||||
xcompmgr -c -r0 &
|
||||
|
||||
export ZDOTDIR="$HOME/.config/zsh"
|
||||
|
@ -12,6 +14,7 @@ _autostart_on_launch()
|
|||
|
||||
conky --daemonize --config="$HOME/.config/conky/clock.conf"
|
||||
conky --daemonize --config="$HOME/.config/conky/cpu_ram_storage.conf"
|
||||
feh --bg-fill $XDG_PICTURES_DIR/wallpaper/active_wallpaper
|
||||
|
||||
sleep 8
|
||||
env GTK_THEME=Adwaita:light firefox &
|
||||
|
@ -22,3 +25,5 @@ _autostart_on_launch()
|
|||
}
|
||||
|
||||
_autostart_on_launch &
|
||||
|
||||
# vim: ft=sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue