Skip to content

Instantly share code, notes, and snippets.

@nawie
Last active September 6, 2019 02:20
Show Gist options
  • Save nawie/6d3492a4436128fa12b8c0f353ff473f to your computer and use it in GitHub Desktop.
Save nawie/6d3492a4436128fa12b8c0f353ff473f to your computer and use it in GitHub Desktop.
# KDE
# create right click action, to open xterm alongside konsole
# location: /usr/share/kservices5/ServiceMenus
[Desktop Entry]
Type=Service
X-KDE-ServiceTypes=KonqPopupMenu/Plugin
MimeType=inode/directory;
Actions=openXTerminalHere;
X-KDE-AuthorizeAction=shell_access
[Desktop Action openXTerminalHere]
TryExec=xterm
# open xterm here
#Exec=cd %f && xterm -hold
# open tabbed xterm here
Exec=cd %f && tabbed -c xterm -into
Icon=utilities-terminal
Name=Open XTerminal Here
Comment=Opens a x-terminal at the current folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment