diff options
author | Bert Münnich <ber.t@posteo.de> | 2014-01-11 22:47:41 +0100 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2014-01-11 22:47:41 +0100 |
commit | 304fd382db98a6a134e0e281cc6f4cf27fb0789a (patch) | |
tree | 46dd071885ac75211ecf5c1e2fb235e7549c9a4c /exec | |
parent | 48954a163a009200cc99498e13efec041c92a74b (diff) |
Adhere to XDG Base Directory Specification; fixes issue #124
Diffstat (limited to 'exec')
-rw-r--r-- | exec/image-info | 2 | ||||
-rw-r--r-- | exec/key-handler | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/exec/image-info b/exec/image-info index 6eebe42..f839a36 100644 --- a/exec/image-info +++ b/exec/image-info @@ -1,6 +1,6 @@ #!/bin/sh -# Example for ~/.sxiv/exec/image-info +# Example for $XDG_CONFIG_HOME/sxiv/exec/image-info # Called by sxiv(1) whenever an image gets loaded, # with the name of the image file as its first argument. # The output is displayed in sxiv's status bar. diff --git a/exec/key-handler b/exec/key-handler index 3912825..f4de310 100644 --- a/exec/key-handler +++ b/exec/key-handler @@ -1,6 +1,6 @@ #!/bin/sh -# Example for ~/.sxiv/exec/key-handler +# Example for $XDG_CONFIG_HOME/sxiv/exec/key-handler # Called by sxiv(1) whenever an unbound key combo is used, # with the key combo as its first argument and the path of the current image # as its second argument. |