You are not logged in.
Hello everyone,
I created a small utility to dinamically create and destroy virtual desktops (also known as workspaces).
The tool will always create one empty desktop for your. If you put a window on it, the tool will create a new one and the empty desktops will be removed.
The minimum and maximum number of desktops are hardcoded but you can easly change them by editing the source file.
I created it for my openbox desktop but it should work with any EWMH window manager.
Any feedback is welcome. Have fun.
source & readme: https://github.com/ijanos/desktend
AUR packge: http://aur.archlinux.org/packages.php?ID=51559
Offline
nice! works perfectly with my openbox/tint2 setup. Thanks for creating/posting
Offline
nice! works perfectly with my openbox/tint2 setup. Thanks for creating/posting
You don't need that script in openbox. Openbox is capable of that natively. This is my config:
<keybind key="W-d">
<action name="AddDesktopLast"/>
</keybind>
<keybind key="W-r">
<action name="RemoveDesktopLast"/>
</keybind>
Check here for more info: http://openbox.org/wiki/Help:Actions#AddDesktop
Offline
Or simply use the built-in desktop menu (middle click on an empty desktop space). On the bottom there are entries to add/remove additional desktops.
To know or not to know ...
... the questions remain forever.
Offline
You guys are missing the point.
The main purpose of the program is that you dont have to add and remove desktops by clicking in a menu or pressing a keybind. Desktops will be added/removed automatically as you create/close windows on empty desktops.
Offline
You are right. I misunderstood the purpose.
Looks useful for people who like to have a desktop available per task.
Aside: If we only had some tagging capability, openbox could be even more useful.
To know or not to know ...
... the questions remain forever.
Offline
Aside: If we only had some tagging capability, openbox could be even more useful.
What kind of tagging would you like? Openbox can move windows based on their properties to specific desktops. But showing one window on different virtual desktops simultaneusly cannot be done with the EWMH standard.
Offline