no longer using wallpaper symlink
This commit is contained in:
6
env/env
vendored
6
env/env
vendored
@ -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"
|
||||
|
Reference in New Issue
Block a user