Overview
Goal: Explaining how to log out from openbox
There are few options to log out from openbox:
-
Default Exit Action
-
OB Logout
-
Bunsen Exit
-
Clearine
-
Terminal: shutdown -h now. (just kidding)
This is not a part of config, but rather an additional feature, utilize third party application.
Table of Content
-
Overview: Table of Content
-
1: Default
-
2: OB Logout
-
3: Bunsen Exit
-
4: Clearine
1: Default
This is the default logout dialog from openbox.
2: OB Logout
However, there is a good application called oblogout
,
that you can set them as keybinding, or just put it in menu.
Reading
Config
The default ~/.config/oblogout/config
looks similar to this below:
Theme
However you can add more theme from
Just copy all the file to /usr/share/oblogout
.
And change the config.
oblogout theme contain png images, and sometimes also the svg source. It seems like it also support svg images directly. Unfortunately, I still don’t know how to activate svg icons in oblogout.
Config Source
3: Bunsen Exit
Clone
And run the script.
And Voila! The ugly dialog pops up.
Config
The default ~/.config/bl-exit/bl-exitrc
is long.
I rarely change, except the theme
And the theme itself looks similar to this:
Now we have the beautiful exit dialog.
Config Source
4: Clearine
Surprisingly, my friend make this good python script.
The documentation is enough that I do not have to write more in my blog.
What’s Next
We are finished with openbox configuration.
Consider continue reading [ Tint2: Simple Taskbar ].