Re: [dwm] Gvim size problem

2009-04-16 Thread Dusan
On Wed, 15 Apr 2009 22:12:19 +0200 Preben Randhol rand...@pvv.org wrote: I always get white line on the right, much wider than one on your screenshot, never on the bottom. I am using 1680x1050. On Wed, 15 Apr 2009 16:09:41 + mi...@milesgroman.com wrote: You can try setting the

Re: [dwm] irssi + screen + urxvt in dwm - window hint urgent not working

2009-04-16 Thread Zhengning Jiang
Hi , yes my .screenrc - bell_msg has a real ^G. Still doesn't work :( ... I'll have a try without ^G like your bell_msg. @Andew: Do a ' man rxvt ' and grep for urgentOnBell. If this option does not exist, than this is your problem. On Tue, Apr 14, 2009 at 4:47 PM, Jeremy Jay

Re: [dwm] Keybinding to jump to next/prev tag?

2009-04-16 Thread Preben Randhol
This might be what your looking for, currently it's setup to use Mod + arrow left and right. Not sure if this is the best way to do it but it worked for a friend who was looking for it's behavior. http://bsdgroup.org/files/dwm-5.4-arrownav.diff Brilliant. I just put the functions in a

Re: [SOLVED] [dwm] Gvim size problem

2009-04-16 Thread Preben Randhol
Similar experience in the past but seem fixed now. I guess it should be a gvim problem. You may test by comparing with other gtk based text editors such as geany or gedit. It should be `lines' not set correctly. try :set lines? for gvim, lines depends on both gfn and window height. I

Re: [dwm] irssi + screen + urxvt in dwm - window hint urgent not working

2009-04-16 Thread Jeremy Jay
Odd, guess the ^G got stripped out of the bell_msg, it was there... Just to show a working config here's my setup: Gentoo linux on both laptop and server. both reasonably up to date. laptop (~x86): rxvt-unicode v9.06 (--enable-everything --enable-perl --enable-xft) [ I'm

Re: [dwm] irssi + screen + urxvt in dwm - window hint urgent not working

2009-04-16 Thread Zhengning Jiang
Its screen itself ... i compiled it from source and now it works like a charm \o/ Thx 4 the distro-patch remark! greets On Thu, Apr 16, 2009 at 3:52 PM, Jeremy Jay dinkuma...@gmail.com wrote: Odd, guess the ^G got stripped out of the bell_msg, it was there... Just to show a working config

Re: [SOLVED] [dwm] Gvim size problem

2009-04-16 Thread Amit Uttamchandani
On Thu, 16 Apr 2009 13:54:45 +0200 (CEST) Preben Randhol rand...@pvv.org wrote: [snip] But by adding: set ghr=0 Thank you! Finally this issue is solved. Using gvim 7.2.130 here. Amit

Re: [SOLVED] [dwm] Gvim size problem

2009-04-16 Thread Ricardo Catalinas Jiménez
ooo!, thanks a lot for the tip. I always wanted to solve that. (Vim version 7.1.138) On Thu, 16 Apr 2009 13:54:45 +0200, Preben Randhol rand...@pvv.org wrote: I see. set lines report 34 when Gvim is opened and when it is refreshed (by using one of the workarounds mentioned here) set

Re: [SOLVED] [dwm] Gvim size problem

2009-04-16 Thread bill lam
On Thu, 16 Apr 2009, Dusan wrote: On Thu, 16 Apr 2009 13:54:45 +0200 (CEST) Preben Randhol rand...@pvv.org wrote: Does not help :( may try adding: set lines=200 Similar experience in the past but seem fixed now. I guess it should be a gvim problem. You may test by comparing with