Re: [dwm] bottom-cut

From: mikshaw <mrblog_AT_yahoo.com>
Date: Sun, 27 Aug 2006 13:46:43 -0400

I tried this out, and of course it does seem to work. Unfortunately there
appears to be an issue with mc and resize, since it would take several seconds
for the program to load. It's still much quicker to toggle maximize to redraw
the window correctly. Other term applications seem to be fine with resize.

> > If toggling max fixes it for you, it's possibly related to the
> > terminal emulator "missing" the initial resize dwm does (rxvt has that
> > too sometimes). If that's the case doing something like this at the
> > end of your .kshrc might fix (or rather, work around) it:
> >
> > if test "$TERM" = "xterm"
> > then
> > eval `resize`
> > fi
> >
> > (change 'xterm' to whatever the value of TERM is in your terminal
> > emulator of course (look it up with "echo $TERM"), and change .kshrc
> > to whatever your shell's startup script is (probably .bashrc if you're
> > on linux).
> >
> > Greetings, Sander.
> >
> >
>
>
Received on Sun Aug 27 2006 - 19:42:05 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:30:36 UTC