fullack.

2009/2/19, Anselm R Garbe <garb...@gmail.com>:
> Hi,
>
>  I dislike the recent addition of the 0 border if only 1 tiled client
>  is in the view, reasons:
>
>  - gained screen real eastate is very minimal
>  - configure events are increased by n at any view() and toggleview(),
>  if n is the number of clients in the view
>  - corner cases for togglefloating()
>  - I dislike adjustborder() altogether
>
>  So my proposal is: reverting to old behavior (nonoborder), and for
>  those who like it, use a config.h function like:
>
>  void toggleborder(const Arg *arg) {
>    borderpx = 1 - borderpx;
>    arrange();
>  }
>
>  And then define a key binding for it.
>
>  Opinions?
>
>  Kind regards,
>
> --Anselm
>
>


-- 
http://www.gnuffy.org - Real Community Distro
http://www.gnuffy.org/index.php/GnuEm - Gnuffy on Ipaq (Codename Peggy)

Reply via email to