By default, it will open the default XFCE Terminal in a normal window. I want to open it on drop down XFCE Terminal, how can I do that? Well, today I want to share a little trick on how to do that.
Please make sure you have installed and configured drop down XFCE Terminal properly, please click here for the instruction. Open Thunar File Manager and navigate to "Edit > Configure custom actions ..." and you will see a dialog windows like picture below:
You can add a new custom action or edit the existing one. In this post, I want to edit the "Open Terminal Here" custom action, there is no big differences between adding or editing custom action, so if you want to add a new custom action you can follow this post too.
Highlight the "Open Terminal Here" custom command and press the edit icon on the right and you will see a new dialog window
All you need to do is change the value of "Command field" and optionally you can change name, description, and icon. Now replace the value of "Command" field with:
Press OK when you're done. Now everytime you access "Open Terminal Here" context menu from Thunar File Manager, it will open drop down XFCE Terminal and append a new tab for you.
- xfce4-terminal --tab --drop-down --working-directory %f
via: Xubuntu Geek
0 comments:
Post a Comment