summaryrefslogtreecommitdiff
path: root/nsxiv
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-21 13:18:16 -0600
committerzachir <zachir@librem.one>2023-02-21 13:18:16 -0600
commitf86bb2327fe62cbb604c7861c1f5bdb81563a7c9 (patch)
tree1182a12bb1d51a65c9d75a468752d44625bab921 /nsxiv
parent8d7bb4e84f06957c0f5f4b882193e5d36a31af1c (diff)
initialize config for wayland
Diffstat (limited to 'nsxiv')
-rwxr-xr-xnsxiv/exec/key-handler11
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