diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2024-10-29 18:49:39 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2024-10-29 18:49:39 -0300 | 
| commit | 0ca354d8c921c75a2e8b350f51c4f362a93bb2b8 (patch) | |
| tree | ebc9fdf68ccccc21b036cf547b9c9f43d5a4a4ed | |
| parent | 23ccb056d1f6191001cc9775d5aa29722a07365c (diff) | |
| download | kvmx-0ca354d8c921c75a2e8b350f51c4f362a93bb2b8.tar.gz kvmx-0ca354d8c921c75a2e8b350f51c4f362a93bb2b8.tar.bz2  | |
Fix: minor typo
| -rwxr-xr-x | kvmx-spice-copy | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx-spice-copy b/kvmx-spice-copy index 3d87e4f..2b77a35 100755 --- a/kvmx-spice-copy +++ b/kvmx-spice-copy @@ -40,7 +40,7 @@ if [ "$BASENAME" == "kvmx-spice-copy" ]; then      echo "naughty.notify({title = \"KVMX Clipboard:\", text =\"Set orig to active window's system\", timeout = 2})" | awesome-client    fi -  # Optional logging to ~/.xsession-erros +  # Optional logging to ~/.xsession-errors    #echo "[kvmx-copy] [`date '+%Y%m%d %H:%M:%S'`] set ORIG to $DEST"  else    if [ -f "$SPOOL" ]; then  | 
