dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 6def188854f82913a09222e1eeb02b1210327d6f
parent cce04b21fd75401ee89192e6dcc5314666e7410a
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Sat, 11 May 2024 14:48:01 -0400

key-handler: add xrdb loading line, default to XDG_CONFIG_HOME X11 folder

Diffstat:
Mnsxiv/exec/key-handler | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/nsxiv/exec/key-handler b/nsxiv/exec/key-handler @@ -48,6 +48,7 @@ while read file; do # wallust commands #wallust "$HOME/.config/wall.jpeg" # TODO: find better way to source file without copying to $XDG_CONFIG_HOME wallust "$file" + xrdb -load "$HOME/.config/X11/Xresources" feh --no-fehbg --bg-scale "$file" ;; "g")