diff options
author | zachir <zachir@librem.one> | 2023-02-21 13:18:16 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-21 13:18:16 -0600 |
commit | f86bb2327fe62cbb604c7861c1f5bdb81563a7c9 (patch) | |
tree | 1182a12bb1d51a65c9d75a468752d44625bab921 /nsxiv/exec | |
parent | 8d7bb4e84f06957c0f5f4b882193e5d36a31af1c (diff) |
initialize config for wayland
Diffstat (limited to 'nsxiv/exec')
-rwxr-xr-x | nsxiv/exec/key-handler | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/nsxiv/exec/key-handler b/nsxiv/exec/key-handler deleted file mode 100755 index 08e06d5..0000000 --- a/nsxiv/exec/key-handler +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -IMAGES=`cat -` - -case "$1" in - "w") - notify-send "$IMAGES" "background" - ln -sf $IMAGES ~/background.jpg - xwallpaper --zoom ~/background.jpg - ;; -esac |