summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2021-05-13 03:09:54 -0400
committerMalfurious <m@lfurio.us>2021-05-13 03:09:54 -0400
commitdd575547595c591f1a5e01aad8cba3774b54ff78 (patch)
tree305ddb9ac9ab5ca5d973609278ffe32276ee41b4
parente142fda1d1b755eabe28280d0dad2e23a0ce3d6d (diff)
downloadrice-dd575547595c591f1a5e01aad8cba3774b54ff78.tar.gz
rice-dd575547595c591f1a5e01aad8cba3774b54ff78.zip
Fix path in .fehbg
'~' wasn't being expanded while running this.
-rwxr-xr-x.fehbg2
1 files changed, 1 insertions, 1 deletions
diff --git a/.fehbg b/.fehbg
index 51b0b94..827748b 100755
--- a/.fehbg
+++ b/.fehbg
@@ -1,2 +1,2 @@
#!/bin/sh
-feh --no-fehbg --bg-fill '~/rice/wallpaper.jpg'
+feh --no-fehbg --bg-fill "$HOME/rice/wallpaper.jpg"