mirror of
https://codeberg.org/nsxiv/nsxiv
synced 2024-11-19 03:25:34 +00:00
Copy image path to primary on Ctrl-c in exec/key-handler
This commit is contained in:
parent
6a0fa2507c
commit
58b4a1e504
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user