remove obsolete nfs mounts
This commit is contained in:
parent
16757d0990
commit
8d321b6974
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue