1
0
Fork 0

remove obsolete nfs mounts

This commit is contained in:
Luca Bilke 2022-08-10 08:27:15 +02:00
parent 16757d0990
commit 8d321b6974
1 changed files with 0 additions and 3 deletions

View File

@ -6,9 +6,6 @@ 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