1
0
Fork 0

move network share command to xprofile

This commit is contained in:
Luca Bilke 2022-08-09 18:50:36 +02:00
parent 36b130698d
commit e772161cbb
2 changed files with 3 additions and 3 deletions

View file

@ -235,6 +235,3 @@ ex=:\
[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC"
[ ! -f ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ] && setsid shortcuts >/dev/null 2>&1
sudo -n loadkeys ${XDG_DATA_HOME:-$HOME/.local/share}/ttymaps.kmap 2>/dev/null
# NFS mounts
mount cairo:/data/media/Music ~/Music >/dev/null 2>&1 &

View file

@ -6,6 +6,9 @@ setbg & # set the background with the `setbg` script
xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & xrdbpid=$! # Uncomment to use Xresources colors/settings on startup
remaps & # run the remaps script, switching caps/esc and more; check it for more info
# NFS mounts
mount "cairo:/data/media/Music" "$HOME/Music" >/dev/null 2>&1 &
autostart="mpd xcompmgr dunst unclutter pipewire"
for program in $autostart; do