You are not logged in.
Hello, is it possible to add an exit launcher in tint2 or plank dock?
Thank you.
Last edited by damo (2017-01-21 11:09:49)
Offline
If you look in the tintrc the method is detailed in the comments. Create a .desktop file for your launcher by copying and editing an existing one. For example, bl-exit.desktop...
[Desktop Entry]
Version=1.0
Type=Application
Name=BL Exit Launcher
Comment=The BunsenLabs exit menu
GenericName=Exit
Exec=bl-exit %F
Icon=system-shutdown
Terminal=false
Categories=System;Utility;
MimeType=text/plain;
Then add a launcher to tint2rc...
# Each launcher_item_app must be a full path to a .desktop file
# this will have to be made:
launcher_item_app = /path/to/bl-exit.desktop
You will probably have to play around with the Icon name, so that it picks up the logout/shutdown icon properly.
Last edited by damo (2017-01-20 17:30:40)
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline