Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 926 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 926 Bytes

thunar-custom-actions

My thunar custom actions


  • Each custom action has a script file (.py/.sh) and an "-info.txt" file
    • Some custom actions that do no require a script will only have an "-info.txt" file

  • The "-info.txt" file contains the command needed for the custom action to work and other attributes
    • It also contains the required dependencies, if any
  • Put the script you want to add in /usr/local/bin/Thunar (if there is one)
    • You can put the script in a different folder too, but will have to change the location in the command provided

  • Feel free to assign custom keyboard shortcuts and icons to your custom actions
  • Thunar saves your custom actions config in ~/.config/Thunar in files "uca.xml" (custom actions), and "accels.scm" (keyboard shortcuts)