hamaxx / unity-2d-for-xmonad

Small changes to unity 2d that make using it with xmonad smoother
http://blog.hamsworld.net/2012/01/24/xmonad-on-ubuntu-11-10-oneiric-with-unity-2d/
GNU General Public License v3.0
16 stars 1 forks source link

Make Unity2dPanel abstract #10

Open koraa opened 12 years ago

koraa commented 12 years ago

Currently the Unity2dPanel class is designed for two cases:

This imposes some problems:

Change to an abstract API with the following capabilities:

Change the Panel code the following ways:

koraa commented 12 years ago

Wow, there is already a panel on the right mode implemented...for right-to-left type systems