[RP] ratinfo/ratrelinfo/banishrel patch

2008-11-28 Thread Rob Paisley
ratpoison-devel: Attached is a proposed patch for the following commands: :banishrel Banish the rat cursor to the lower right corner of the curren window. If there isn't a window in the current frame, it banishes the rat cursor to the lower right corner of the screen. :ratinfo Display the x y co

Re: [RP] ratinfo/ratrelinfo/banishrel patch

2009-04-14 Thread Rob Paisley
This was my version of the non-crashing patch... :-\ See attached Rob On Mon, Apr 13, 2009 at 05:35:59AM -0700, Shawn Betts wrote: > Rob Paisley writes: > > > Attached is a proposed patch for the following commands: > > These commands skate the edge of chubby, but they s

Re: [RP] Using dzen, ratpoison, freebsd

2009-05-19 Thread Rob Paisley
Dirk Arlt: I'm not sure what your question is here. Why aren't you satisfied with your two scripts here? One thing I noticed is there is no sleep in your loop(s) so the shell spins and updates your stats probably a lot more often than you care about. Consider adding at least a "sleep 1" to your

Re: [RP] Re: :ratclick 2 + vsplit = bug?

2009-10-17 Thread Rob Paisley
Is the rat banished out of the frames when you try this paste? I've rebound b to be banishrel so I can paste more easily. Banish often puts the rat outside of the active xterm because the xterm doesn't like to draw the last line. Short version, make sure the rat is inside the frame you're t

Re: [RP] Screen copy-paste for ratpoison

2009-11-26 Thread Rob Paisley
While it doesn't solve the copy portion, my config file contains bind v ratclick 2 Which pastes the current x buffer where ever the rat currently is which banishrel makes sure it's out of the way in the current window. May work as a partial workaround until a more elegant solution is done. Ro

Re: [RP] Starting something from .ratpoisonrc once X has settled in.

2010-01-22 Thread Rob Paisley
John: There's no sleep supported in .ratpoisonrc, so either you're speaking of .xinitrc or something similar. My .ratpoisonrc seems to work correctly with xmodmap as follows: exec xsetroot -solid blue -cursor_name left_ptr exec xrdb -merge "$HOME"/.Xresources exec xmodmap "$HOME"/.xmodmap exe

[RP] cother/iother Segfault patch

2010-01-29 Thread Rob Paisley
As reported by "Gentooer" in the #ratpoison IRC channel, there is a bug in :cother and :iother. If are no windows and you issue either :cother, or :iother ratpoison segfaults. The following patch resolves this issue. diff --git a/src/actions.c b/src/actions.c index b9116dd..d7b64eb 100644 --- a/

Re: [RP] Howto create an overlay window ?

2011-09-12 Thread Rob Paisley
I'm in agreement. If it's two actual windows, ratpoison's not well suited for putting on on another. You're only hope is if the PIP is a transient window that has constraints on size and you can then set transientgravity to put it where you want it on the screen. Good luck! Rob On Sep 12, 2

Re: [RP] So what terminal _does_ display partial lines.

2011-10-01 Thread Rob Paisley
I think he's looking to eliminate the border space caused by a font / terminal that's not willing to use those last few pixels to display a half height character or half width character depending on which side got the border. Try out different fonts until you get one that fills the whole screen.

Re: [RP] window-list colours

2012-11-16 Thread Rob Paisley
Martin: I use yellow and black which seems to do what you're asking. Here's the snippet of my .ratpoisonrc: set bgcolor yellow The default for fgcolor is black. Rob On Thu, Nov 15, 2012 at 07:16:18AM +1100, Martin Steer wrote: > Is there any way to set the colour of the window-list window? I

Re: [RP] netbeans under RP

2013-02-11 Thread Rob Paisley
Joe: Have a look at the first link from this google result. I've included the google search in case you're interested in the history / cause of this behavior. https://www.google.com/search?q=java+ratpoison+wmname Rob On Feb 11, 2013, at 6:27 PM, Joe Corneli wrote: > In my job I'm going to ha

[RP] ratdate.sh contribution

2013-11-12 Thread Rob Paisley
tyle output: 06:33:40 PM - Tuesday 11/12/13 - November Su Mo Tu We Th Fr Sa 1 2 3 4 5 6 7 8 9 10 11<12>13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Note the <> around today's date. Thanks in advance. Rob Paisley Below is the patch

[RP] [PATCH] Added contrib/ratdate.sh and Makefile for building

2013-11-16 Thread Rob Paisley
>From 852f227ac328fb570c65c8fdf7e52e7071b48f08 Mon Sep 17 00:00:00 2001 From: Rob Paisley Date: Sat, 16 Nov 2013 19:38:28 -0500 Subject: [PATCH] Added contrib/ratdate.sh and Makefile for building ratdate.sh displays the date with a calendar inditacting today's date. Designed to

[RP] [PATCH] Added contrib/ratdate.sh and updated Makefile.am

2013-11-18 Thread Rob Paisley
>From 7164921a21eea65eb543fb075ef454f34fda9420 Mon Sep 17 00:00:00 2001 From: Rob Paisley Date: Mon, 18 Nov 2013 09:07:55 -0500 Subject: [PATCH] Added contrib/ratdate.sh and updated Makefile.am ratdate.sh displays the date with a calendar indicating today's date. Designed to replace rat

Re: [RP] [PATCH] Added contrib/ratdate.sh and updated Makefile.am

2013-12-04 Thread Rob Paisley
Below is a more correct version of the ratdate.sh patch, including copyright, license, and removal of non-portable calls to cal and tail. Note that the :alnum: ctype(3) is used to remove highlighting of today's date with versions of cal which do that. Rob Paisley

Re: [RP] [PATCH] Added contrib/ratdate.sh and updated Makefile.am

2013-12-05 Thread Rob Paisley
On Thu, Dec 05, 2013 at 12:34:22AM +0100, J??r??mie Courr??ges-Anglas wrote: > > Note that the :alnum: ctype(3) is used to remove highlighting of today's > > date > > with versions of cal which do that. > > Do you know of any cal(1) implementation that outputs ansi escape chars > when stdout isn'

Re: [RP] rp and large / multiple monitors

2014-04-17 Thread Rob Paisley
> On Apr 17, 2014, at 4:18 PM, Jeff Abrahamson wrote: > Another thing that I've been trying to figure out how to do is to temporarily > maximize a window. I can maximize with "only", but then I have to > re-establish the frames manually and populate them the way I want using the > Tower of Ha

Re: [RP] keyboard switcher

2014-08-10 Thread Rob Paisley
I just experienced this myself with Lubuntu 14.04 and eclipse's auto complete key binding. I had to dig around to find it but it ended up being either keyboard or language related. When I'm back in front of a 14.04 box I can look it up if you don't figure it out in the mean time. Rob > On Aug

Re: [RP] [RFC v3] Add xrandr support

2016-11-21 Thread Rob Paisley
All: I run three monitors, two vertical and 1 horizontal. My login manager mirrors the two vertical monitors and ignores the horizontal one. Upon login, I open a shell in ratpoison (1.4.6), turn my head sideways (improper rotation of monitors) and type "sh bin/rotate.sh && exit rotate.sh is as

Re: [RP] [RFC v3] Add xrandr support

2016-11-21 Thread Rob Paisley
It'll be next Monday before I get to this. The 1.4.6 is what comes with Ubuntu 14.04. I'll handle it! Rob > On Nov 21, 2016, at 8:35 PM, Jeremie Courreges-Anglas wrote: > > > Hi Rob, > > first, thanks for the report. > > Rob Paisley writes: > >

Re: [RP] [RFC v3] Add xrandr support

2016-12-01 Thread Rob Paisley
Ratpoison: Results. The xrandr support works perfectly. Details to follow. # Before xrandr issues rotate/enable third monitor $ ratpoison -c version -c fdump -c sdump ratpoison 1.4.9-xrandr1 (frame :number 0 :x 0 :y 0 :width 1600 :height 1200 :screenw 1600 :screenh 1200 :window 18874369 :last-ac

Re: Switching to root window

2023-12-10 Thread Rob Paisley
The default is C-t - indeed. You can list all commands by default with C-t ? Rob > On Dec 10, 2023, at 09:58, Eric S Fraga wrote: > > I don't use ratpoison any more so my memory may be faulty: have you > tried C-t -? > > -- > Eric S Fraga via gnus (Emacs 30.0.50 2023-09-14) on Debian 12.2 >