commit 0900163e3b3f2a16a8e4b0246793d9c6921f5028
parent 6def188854f82913a09222e1eeb02b1210327d6f
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date: Sat, 11 May 2024 14:50:22 -0400
key-handler: add keybind to reload dwm for xresources
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/nsxiv/exec/key-handler b/nsxiv/exec/key-handler
@@ -49,6 +49,7 @@ while read file; do
#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"
+ xdotool key alt+F5
feh --no-fehbg --bg-scale "$file"
;;
"g")