Copy image path to primary on Ctrl-c in exec/key-handler

This commit is contained in:
Bert Münnich 2014-01-05 18:08:40 +01:00
parent 6a0fa2507c
commit 58b4a1e504
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#!/bin/sh #!/bin/sh
case "$1" in case "$1" in
"C-c")
echo -n "$2" | xsel -i ;;
"C-g") "C-g")
gimp "$2" & ;; gimp "$2" & ;;
"C-comma") "C-comma")