From c1b4ebd6f50ec3c1e50e367b95dbfd4448709281 Mon Sep 17 00:00:00 2001 From: shmibs Date: Tue, 11 Feb 2014 22:32:53 -0700 Subject: moved sxiv configs --- .sxiv/exec/key-handler | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 .sxiv/exec/key-handler (limited to '.sxiv') diff --git a/.sxiv/exec/key-handler b/.sxiv/exec/key-handler deleted file mode 100755 index f47c88a..0000000 --- a/.sxiv/exec/key-handler +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -# The key combo argument has the following form: "[C-][M-][S-]KEY", -# where C/M/S indicate Ctrl/Meta(Alt)/Shift modifier states and KEY is the X -# keysym as listed in /usr/include/X11/keysymdef.h without the "XK_" prefix. - -case "$1" in -"C-c") - echo -n "$2" | xclip -selection clipboard ;; -"C-d") - rm "$2" ;; -"C-g") - gimp "$2" & ;; -esac -- cgit v1.2.3