no longer using wallpaper symlink

This commit is contained in:
Wryn Wagner
2021-02-24 18:15:23 -07:00
parent 2d8e13598c
commit 40d73b15d6
7 changed files with 21 additions and 14 deletions

6
env/env vendored
View File

@ -1,11 +1,13 @@
#!/bin/sh
DOTWRYN="$HOME/.wryn"
SCHOOL_PATH="$HOME/School"
RD_PATH="$HOME/RentDynamics"
SFX_PATH="$HOME/Media/sfx"
WALLPAPER_PATH="$HOME/Pictures/bg"
# ordered from least-preferred to most-preferred
PREFERRED_EDITOR=(vi vim)
# plays audio files located throughout the system
MEDIA_ENGINE="$(which canberra-gtk-play) -f"
MEDIA_ENGINE="canberra-gtk-play -f"