Explorar el Código

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

master
Bert Münnich hace 11 años
padre
commit
58b4a1e504
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      exec/key-handler

+ 2
- 0
exec/key-handler Ver fichero

@@ -1,6 +1,8 @@
#!/bin/sh

case "$1" in
"C-c")
echo -n "$2" | xsel -i ;;
"C-g")
gimp "$2" & ;;
"C-comma")


Cargando…
Cancelar
Guardar