diff options
author | Øyvind A. Holm <sunny@sunbase.org> | 2015-04-17 18:35:23 +0200 |
---|---|---|
committer | Øyvind A. Holm <sunny@sunbase.org> | 2015-04-17 18:35:23 +0200 |
commit | bf9dede7d5a05e5797ea9cb2bbf0346bde08ebde (patch) | |
tree | 6e739b8afd1d833ecd76aa8f022175d6cc406f88 /doc/tips/file_manager_integration.mdwn | |
parent | 8b6fb5acc5c1dbf9e9a2fa5e654a3e2c0db629ba (diff) |
Typo fixes in doc/tips/*.mdwn
Gotta do at least something when I don't have the faintest clue about
Haskell. :) Learning Haskell is on my agenda, though.
Diffstat (limited to 'doc/tips/file_manager_integration.mdwn')
-rw-r--r-- | doc/tips/file_manager_integration.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/tips/file_manager_integration.mdwn b/doc/tips/file_manager_integration.mdwn index 4429b9093..cd4218ff2 100644 --- a/doc/tips/file_manager_integration.mdwn +++ b/doc/tips/file_manager_integration.mdwn @@ -24,9 +24,9 @@ Even more recent git-annex comes with built-in integration with Konqueror. This is set up by git-annex creating a `~/.kde/share/kde4/services/ServiceMenus/git-annex.desktop file. -## XFCE (Thunar) +## Xfce (Thunar) -XFCE uses the Thunar file manager, which can also be easily configured to +Xfce uses the Thunar file manager, which can also be easily configured to allow for custom actions. Just go to the "Configure custom actions..." item in the "Edit" menu, and create a custom action for get, drop, and undo with the following commands: @@ -72,12 +72,12 @@ This gives me the resulting config on disk, in `.config/Thunar/uca.xml`: <video-files/> </action> -The complete instructions on how to setup actions is [in the XFCE documentation](http://docs.xfce.org/xfce/thunar/custom-actions). +The complete instructions on how to setup actions is [in the Xfce documentation](http://docs.xfce.org/xfce/thunar/custom-actions). ## OS X (Finder) For OS X, it is possible to get context menus in Finder. Due to how OS X -deals with sym links, one needs to operate on folders if using indirect +deals with symlinks, one needs to operate on folders if using indirect mode. Direct mode operation has not been tested. 1. Open Automator and create a new Service. |