Re: [dev] mapping keyboard buttons to move the mouse?

2009-08-26 Thread miles
Post the code --Original Message-- From: hessi...@hessiess.com To: dev mail list ReplyTo: dev mail list Subject: Re: [dev] mapping keyboard buttons to move the mouse? Sent: Aug 26, 2009 21:52 > On Thu, Aug 27, 2009 at 1:46 AM, wrote: >> Thanks for the application suggestions. how can I g

Re: [dev] mapping keyboard buttons to move the mouse?

2009-08-26 Thread hessiess
> On Thu, Aug 27, 2009 at 1:46 AM, wrote: >> Thanks for the application suggestions. how can I get the current cursor >> location from the CLI? > > See attached file. > Thanks for that, though I cannot get the cursor to move smoothly, using cli commands, it moves very slowly and jerkily. I guess

[dev] [9base] @strip and ${MAKE} handling

2009-08-26 Thread KIMURA Masaru
Hi, http://dev.gentoo.gr.jp/~hiyuh/cgi-bin/hgweb.cgi/file/tip/sys-apps/9base-hg/9base-hg-3_p42.ebuild As src_prepare() does so, I think 9base make infra is not bit package friendly. Could you mind to fix? And I also found wrong MANPREFIX handling in some uninstall rules which are not used in my e

Re: [dev] mapping keyboard buttons to move the mouse?

2009-08-26 Thread Aurélien Aptel
Actually, this is even simpler. On Thu, Aug 27, 2009 at 1:13 AM, Aurélien Aptel wrote: > On Thu, Aug 27, 2009 at 1:46 AM, wrote: >> Thanks for the application suggestions. how can I get the current cursor >> location from the CLI? > > See attached file. > /* Compile: cc -lX11 xcursor xcursor.c */

Re: [dev] mapping keyboard buttons to move the mouse?

2009-08-26 Thread Aurélien Aptel
On Thu, Aug 27, 2009 at 1:46 AM, wrote: > Thanks for the application suggestions. how can I get the current cursor > location from the CLI? See attached file. /* Compile: cc -lX11 -lXt xcursor xcursor.c */ #include #include #include int main(int argc, char *argv[]) { Display *dpy; Window ju

Re: [dev] mapping keyboard buttons to move the mouse?

2009-08-26 Thread hessiess
> On Wed, 26 Aug 2009 03:29:34 - (UTC) > hessi...@hessiess.com wrote: > >> I was wondering if it was possible to map keyboard buttons to move the >> mouse cursor/ send mouse button events. For example, I was thinning of >> having alt gr and the arrow buttons move the mouse cursor, and alt gr >>

[dev] [SURF] patch - bookmark menu implementation

2009-08-26 Thread Julien Pecqueur
Hi, I made a patch for surf today for integrating dmenu as a bookmark menu. You just have to make a file called "bookmarks" in the ~/.surf/ directory contening urls (one url per line). The keyboard shortcut is Ctrl + m. NOTE: i'm a beginner in C, so you can report me everything i can do to impro

Re: [dev] [dwm] New slaves

2009-08-26 Thread Mate Nagy
Hiho, On Wed, Aug 26, 2009 at 11:06:41AM +, Jacob Todd wrote: > Are there any patches for dwm that let you spawn new clients as slaves instead > of always making the new client master? -> http://dwm.suckless.org/patches/attachabove maybe this Regards, Mate

[dev] [dwm] New slaves

2009-08-26 Thread Jacob Todd
Are there any patches for dwm that let you spawn new clients as slaves instead of always making the new client master? -- Jake Todd // If it isn't broke, tweak it! pgprMb1JyZtVf.pgp Description: PGP signature

Re: [dev] [dwm] single window border

2009-08-26 Thread Anselm R Garbe
2009/8/26 Sebastian Stark : > > I just upgraded from dwm 5.4.1 to dwm 5.6.1. I noticed that after the > upgrade a border is drawn for a window that is the only window in a tag. > Before there was no border. > > Although this is a minor issue I consider it a regression. I checked hg log > but couldn

[dev] [dwm] single window border

2009-08-26 Thread Sebastian Stark
I just upgraded from dwm 5.4.1 to dwm 5.6.1. I noticed that after the upgrade a border is drawn for a window that is the only window in a tag. Before there was no border. Although this is a minor issue I consider it a regression. I checked hg log but couldn't find a comment stating that t

Re: [dev] [st] goals / non-goals for st?

2009-08-26 Thread Anselm R Garbe
2009/8/23 Aurélien Aptel : > On Sun, Aug 23, 2009 at 9:28 PM, Anselm R Garbe wrote: >> 2009/8/22 Ray Kohler : >>> I'm rather curious on where st will go, and what kinds of things other >>> terminals do that it will or won't do. >> >> Well my plan is to achieve *good* xterm compliance and 256 color

Re: [dev] mapping keyboard buttons to move the mouse?

2009-08-26 Thread Dieter Plaetinck
On Wed, 26 Aug 2009 03:29:34 - (UTC) hessi...@hessiess.com wrote: > I was wondering if it was possible to map keyboard buttons to move the > mouse cursor/ send mouse button events. For example, I was thinning of > having alt gr and the arrow buttons move the mouse cursor, and alt gr > + "z", "

Re: [dev] mapping keyboard buttons to move the mouse?

2009-08-26 Thread Anselm R Garbe
2009/8/26 : > I was wondering if it was possible to map keyboard buttons to move the > mouse cursor/ send mouse button events. For example, I was thinning of > having alt gr and the arrow buttons move the mouse cursor, and alt gr + > "z", "x" and "c" send left, middle, right mouse button events.