Hi, Is there an equivalent to the 'useless gaps' dwm patch? Cheers, -- Bastien
On 5 October 2011 20:07, Bastien Dejean <eschyle@gmail.com> wrote:
Hi,
Is there an equivalent to the 'useless gaps' dwm patch?
Can you describe what this patch achieves so that we can tell if there's an XMonad equivalent? -- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com
Ivan Lazar Miljenovic a écrit :
On 5 October 2011 20:07, Bastien Dejean <eschyle@gmail.com> wrote:
Is there an equivalent to the 'useless gaps' dwm patch? Can you describe what this patch achieves so that we can tell if there's an XMonad equivalent?
It adds gaps around windows. (http://dwm.suckless.org/patches/uselessgap)
Quoting Bastien Dejean <eschyle@gmail.com>:
Ivan Lazar Miljenovic a écrit :
On 5 October 2011 20:07, Bastien Dejean <eschyle@gmail.com> wrote:
Is there an equivalent to the 'useless gaps' dwm patch? Can you describe what this patch achieves so that we can tell if there's an XMonad equivalent?
It adds gaps around windows. (http://dwm.suckless.org/patches/uselessgap)
http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Layout-Spacing.html
wagnerdm@seas.upenn.edu a écrit :
http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Layout-Spacing.html
Nice. It's nearly working. There's only two problems: some gaps are doubled and it modifies the name of the layout it is applied to. Regards, -- Bastien
Quoting Bastien Dejean <eschyle@gmail.com>:
wagnerdm@seas.upenn.edu a écrit :
http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Layout-Spacing.html
There's only two problems: some gaps are doubled
Take a look at the source; it's very short. Perhaps you can provide a similar layout modifier that behaves the way you want, or, preferably, add a boolean toggle between the two behaviors to the current modifier.
and it modifies the name of the layout it is applied to.
http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Layout-Named.html g'luck, ~d
participants (3)
-
Bastien Dejean -
Ivan Lazar Miljenovic -
wagnerdm@seas.upenn.edu