config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit fecf5da7465d1bae1939c960fa8265929862bfa5
parent 00b7b08de5b17d5c9510cad3ea31396db2923bd7
Author: jacob@thinkpad <jacobouno@protonmail.com>
Date:   Thu, 16 Apr 2020 19:39:02 -0700

put wallpaper in XDG_CONFIG_HOME instead of HOME

Diffstat:
Msxiv/.config/sxiv/exec/key-handler | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sxiv/.config/sxiv/exec/key-handler b/sxiv/.config/sxiv/exec/key-handler @@ -2,8 +2,8 @@ while read file; do case "$1" in "w") - cp "$file" "$HOME/.wallpaper" - xwallpaper --zoom "$HOME/.wallpaper" && notify-send "wallpaper set" + cp "$file" "$XDG_CONFIG_HOME/wallpaper" + xwallpaper --zoom "$XDG_CONFIG_HOME/wallpaper" && notify-send "wallpaper set" ;; "m") [ -z "$dest" ] && dest="$(dmenu-fs send)"