[RP] A simple bar for Ratpoison

2010-10-28 Thread Daniel Maturana
Hi all, I'm a long-time user of ratpoison but I've always missed some sort of panel or bar to see the open windows. So I scratched my itch and wrote one. It's pretty simple and somewhat crude, but I've been using it for some months now and I find it useful. The code is hosted at http://github.com/

Re: [RP] A simple bar for Ratpoison

2010-10-28 Thread Daniel Maturana
Hi! 2010/10/28 Axel Beckert > > Hi, > > On Wed, Oct 27, 2010 at 11:21:02PM -0300, Daniel Maturana wrote: > > I'm a long-time user of ratpoison but I've always missed some sort of panel > > or bar to see the open windows. So I scratched my itch and wrote one. I

Re: [RP] A simple bar for Ratpoison

2010-10-28 Thread Daniel Maturana
Hi again! 2010/10/28 Axel Beckert : > Hi again, > > On Wed, Oct 27, 2010 at 11:21:02PM -0300, Daniel Maturana wrote: >> I'm a long-time user of ratpoison but I've always missed some sort of panel >> or bar to see the open windows. So I scratched my itch and wrote

Re: [RP] linux distro for ratpoison/minimalist config on laptop?

2011-05-04 Thread Daniel Maturana
I used to be wary of the kind of 'crud' I would get with most mainstream distros, and thus used Gentoo to keep a custom, minimalistic set of software. Eventually Gentoo sort of imploded and I decided to switch distribution. After trying out some alternatives like slackware and debian I eventually s

Re: [RP] Mouse cursor disappears in some programs

2011-07-27 Thread Daniel Maturana
That's odd. What distro/version of Linux are you using? Does the problem occur with other window managers? Daniel On Tue, Jul 26, 2011 at 5:16 PM, sermag wrote: > Hi! > Although I have used Ratpoison only for a short time I have to admit that I > quite like it. Everything works fine except there

Re: [RP] Howto create an overlay window ?

2011-09-12 Thread Daniel Maturana
It seems Ratpoison isn't well suited for the 'PIP' functionality, since it's a tiling window manager and the PIP doesn't really respect that. You can have a window be 'on top', like dialog windows, but little control over its positioning, as far as I can tell. Using 'unmanage' is useful to tell Rat

Re: [RP] github vs. savannah vs. gitorious

2012-07-09 Thread Daniel Maturana
I think Github is fine for now. Thanks for the effort. Daniel On Mon, Jul 9, 2012 at 3:25 PM, wrote: > Dear All, > > I'd like to host each individual script at > > http://ratpoison.wxcvbn.org/cgi-bin/wiki.pl/Scripts > > as it's own git repo for ease of cloning. > > - Savannah requires me to fi

Re: [RP] [PATCH] Built-in workspaces

2013-10-28 Thread Daniel Maturana
On Mon, Oct 28, 2013 at 4:08 PM, Repolho wrote: > Here's a proposed implementation of built-in workspaces that keeps the > group system intact from the user's point of view. It performs > noticeably better under heavy CPU or disk usage than external solutions. Very interesting. How does it handle

Re: [RP] sloppy and "other"

2014-05-08 Thread Daniel Maturana
On Mon, Apr 21, 2014 at 3:46 PM, Jeff Abrahamson wrote: > I've been playing with sloppy on a dual-head setup. It makes life quite a > bit better for me. I notice, however, that the "other" command, which > should toggle between two windows in the same frame, causes an endless > flicker loop when

Re: [RP] Utilities (aka, "how do you...")

2014-10-06 Thread Daniel Maturana
On Fri, Oct 3, 2014 at 4:32 AM, Jeff Abrahamson wrote: > 1. Screenshot. Does anyone know a good rp-compatible screenshot program that > doesn't require popping up a window along the way, sort of like > "gnome-screenshot --area --clipboard" but without the gnome dependency? (I'd > also like one tha

Re: [RP] ratpoison, patches, and the future

2014-12-30 Thread Daniel Maturana
On Sat, Dec 27, 2014 at 4:46 PM, Jeff Abrahamson wrote: > TL;DR - I've created an additional public git repository for ratpoison with > my patches merged in. I've been playing around with it, works well so far ;) > > 1. Frame affinity (an option). When I close a window, only windows that have >

[RP] [PATCH] Fix edge case for find_frame_[left, right, up, down] functions

2019-05-23 Thread Daniel Maturana
Hi all, I've noticed what seems to a bug in the latest version (master branch) of ratpoison. When I have two identical screens, each of them with an identical split (e.g., two screens with a horizontal split across the middle) and I use the "focusdown"/"focusup" commands, the focus will often chan

Re: [RP] [PATCH] Fix: exclude degenerate case from frame overlap

2019-05-23 Thread Daniel Maturana
I realize it has been over a year, but I can reproduce this bug and confirm the patch fixes the issue for me. I also found a different edge case not handled in these functions, reported in a different email. best, Daniel On Mon, Feb 5, 2018 at 9:44 PM Antoine Busque wrote: > > The current impleme