[dev] dwm default bindings

2009-07-22 Thread Donald Allen
I think the default key bindings for dwm are a unfortunate in some cases. For example, alt-f, a natural choice for *f*loat mode, conflicts with pulling down the File menu in many applications from the keyboard. alt-T similarly conflicts with using the Tools menu in Firefox from the keyboard. I rea

Re: [dev] dwm default bindings

2009-07-22 Thread Niki Yoshiuchi
Personally I use the windows key as my modifier, which I think makes the most sense. However there are keyboards out there that don't have a windows key so I don't know if it would be a good idea to use that as the default. On Wed, Jul 22, 2009 at 10:30 AM, Donald Allen wrote: > I think the defa

Re: [dev] dwm default bindings

2009-07-22 Thread Francois Gombault
More modifier keys = more finger torture, I would advise against doing this. -- F.

Re: [dev] dwm default bindings

2009-07-22 Thread Donald Allen
On Wed, Jul 22, 2009 at 10:42 AM, Julien Pecqueur (JPEC) wrote: > I think the ctrl+alt combinaison suck : you need two hands for killing a > client... Not so, at least on my IBM keyboards and Thinkpad laptop keyboards. Left pinky and thumb on ctrl and alt, 2nd (pointer) finger on c. > Alt is bet

Re: [dev] dwm default bindings

2009-07-22 Thread Steven Blatchford
I also bind dwm keys and others to MOD4 and then use xmodmap to swap it with the Alt key. I rarely use the Alt key and find using the key on either side of the space bar easily accessible with my thumbs. -steve On 10:33 Wed 22 Jul, Niki Yoshiuchi wrote: >Personally I use the windows key as my mo

Re: [dev] dwm default bindings

2009-07-22 Thread Donald Allen
On Wed, Jul 22, 2009 at 11:13 AM, Donald Allen wrote: > On Wed, Jul 22, 2009 at 10:42 AM, Julien Pecqueur > (JPEC) wrote: >> I think the ctrl+alt combinaison suck : you need two hands for killing a >> client... > > Not so, at least on my IBM keyboards and Thinkpad laptop keyboards. > Left pinky an

Re: [dev] dwm default bindings

2009-07-22 Thread Scytrin dai Kinthra
I work on a wide variety of platforms and keyboards and I find the windows key prevalent enough to have it as my MODKEY. I even have the menu key wired to dmenu in xbindkeys for conveniance. However I do have dmenu and a few other commands I find indesposable setup to use Shift|Mod1 when I am on o

Re: [dev] dwm default bindings

2009-07-22 Thread pancake
Donald Allen wrote: I think the default key bindings for dwm are a unfortunate in some cases. For example, alt-f, a natural choice for *f*loat mode, conflicts with pulling down the File menu in many applications from the keyboard. alt-T similarly conflicts with using the Tools menu in Firefox fro

Re: [dev] dwm default bindings

2009-07-22 Thread stanio
* Donald Allen [2009-07-22 17:13]: > On Wed, Jul 22, 2009 at 10:42 AM, Julien Pecqueur > > Finally a dwm user should don't use suck - more application wich use the > > alt key ! ^^ > > You mean like Firefox? Thunderbird? Gnumeric? etc.? This would save a > lot of power, because the computer woul

Re: [dev] dwm default bindings

2009-07-22 Thread Donald Allen
On Wed, Jul 22, 2009 at 11:36 AM, Scytrin dai Kinthra wrote: > I work on a wide variety of platforms and keyboards and I find the windows > key prevalent enough to have it as my MODKEY.  I even have the menu key > wired to dmenu in xbindkeys for conveniance. > However I do have dmenu and a few othe

[dev] suckless touchscreen window manager

2009-07-22 Thread Leandro Chescotta
Well i decided that my next main computer will be a Little 5 inches tablet-like pc with an nvidia tegra arm processor, that computers will run Linux so i'll try android on it when i have mine... the thing is that i'll love to try archlinux on it too, but the lack of a keyboard brings you with a

Re: [dev] dwm default bindings

2009-07-22 Thread Antoni Grzymala
Julien Pecqueur (JPEC) dixit (2009-07-22, 16:42): > Finally a dwm user should don't use suck - more application wich use > the alt key ! ^^ Like readline(3)? For that reason alone, it's pretty hopeless to use alt as the wm modifier. I'm in the MOD4 (winkey on pc keyboards) team, too. It doesn't

Re: [dev] suckless touchscreen window manager

2009-07-22 Thread Jason Thigpen
On Wed, 22 Jul 2009 13:02:20 -0300, Leandro Chescotta wrote: > Well i decided that my next main computer will be a Little 5 inches > tablet-like pc with an nvidia tegra arm processor, that computers will run > Linux so i'll try android on it when i have mine... the thing is that i'll > love to try

Re: [dev] dwm default bindings

2009-07-22 Thread Donald Allen
On Wed, Jul 22, 2009 at 11:19 AM, Donald Allen wrote: > On Wed, Jul 22, 2009 at 11:13 AM, Donald Allen wrote: >> On Wed, Jul 22, 2009 at 10:42 AM, Julien Pecqueur >> (JPEC) wrote: >>> I think the ctrl+alt combinaison suck : you need two hands for killing a >>> client... >> >> Not so, at least on m

Re: [dev] dwm default bindings

2009-07-22 Thread Michael
Donald Allen wrote: > I realize that these bindings can be changed. But that requires some > work (and knowledge of C) on the part of the user. I'm talking about > the choice of the defaults. Perhaps the keys modified by alt should > instead be modified by ctrl-alt by default? And similarly, alt-sh

Re: [dev] [OT] announcing fbpad

2009-07-22 Thread Ali Gholami Rudi
Ali Gholami Rudi wrote: > Samuel Baldwin wrote: > > It segfaults for me when I try to run it in a framebuffer. > > Does it have anything to do with fb color depth? I have tested it only > for 16bit fb. If your depth differs it might be solved by changing > fbval_t at the end of config.h (it pr

Re: [dev] [OT] announcing fbpad

2009-07-22 Thread Samuel Baldwin
On Wed, Jul 22, 2009 at 4:26 PM, Ali Gholami Rudi wrote: > I just tried it on an old PC with 640x480-8bpp framebuffer and it > worked; I changed fbval_t to be unsigned char (instead of unsigned > short) in config.h. Right, I'll try that later today. If not I'll start running it through valgrind/gd

Re: [dev] dwm default bindings

2009-07-22 Thread Donald Allen
On Wed, Jul 22, 2009 at 3:25 PM, Michael wrote: > Donald Allen wrote: >> I realize that these bindings can be changed. But that requires some >> work (and knowledge of C) on the part of the user. I'm talking about >> the choice of the defaults. Perhaps the keys modified by alt should >> instead be

Re: [dev] dwm default bindings

2009-07-22 Thread Randy Morris
On Wed, Jul 22, 2009 at 05:22:22PM -0400, Donald Allen wrote: > On Wed, Jul 22, 2009 at 3:25 PM, Michael wrote: > > Donald Allen wrote: > >> I realize that these bindings can be changed. But that requires some > >> work (and knowledge of C) on the part of the user. I'm talking about > >> the choice

Re: [dev] dwm default bindings

2009-07-22 Thread Donald Chai
On Jul 22, 2009, at 2:22 PM, Donald Allen wrote: On Wed, Jul 22, 2009 at 3:25 PM, Michael wrote: Donald Allen wrote: I realize that these bindings can be changed. But that requires some work (and knowledge of C) on the part of the user. I'm talking about the choice of the defaults. Perhaps the

Re: [dev] dwm default bindings

2009-07-22 Thread Donald Allen
On Wed, Jul 22, 2009 at 7:23 PM, Donald Chai wrote: > On Jul 22, 2009, at 2:22 PM, Donald Allen wrote: > >> On Wed, Jul 22, 2009 at 3:25 PM, Michael wrote: >>> >>> Donald Allen wrote: I realize that these bindings can be changed. But that requires some work (and knowledge of C) on th