Skip to content

Instantly share code, notes, and snippets.

@Elv13
Created February 27, 2011 21:34
Show Gist options
  • Save Elv13/846563 to your computer and use it in GitHub Desktop.
Save Elv13/846563 to your computer and use it in GitHub Desktop.
-Ability to use multiple "layout.horizontal.flex" element at the same time to make it possible to have tabs that work
-Ability to assign a titlebar to an array of client, not just one
-Table properties/functions or something like that return the buttons for the current titlebar, like "myTitlebar.close" to make it easier to customize the order of the button without forking the whole thing
-the ability to set the .widgets for the wibox (or equivalent) so anybody can set a new order or layout from rc.lua (without forking the whole thing, once again)
-mouse tracker need to support drag for buttons 1, 2 and 3 (or even more), not only left click drag. So we can use middle click to drag tabs, like kwin and fluxbox
-keeing the same titlebar for ever, not deleting it when you switch tags and creating a new one after that. First, because it trigger a memory leak in X and then because if I add some widgets to it, it may be too slow to just create them over and over again, forget about things like graphs or any widget with history, its doomed to failure if the titlebar keep being deleted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment