[dev][st] patch for selcopy

2011-04-13 Thread Cheng-Wei Lin
Hi there, Here is a small patch for adding the functionality: double clicks to select a word, and triple clicks to select a line. A *word* is defined as some string which is placed between space characters or boundary. A *line* is defined as the content which starts from 0 to term.col. I've tried

[dev] Re: [dwm] NetActiveWindow

2011-04-13 Thread Peter John Hartman
On Tue, Apr 12, 2011 at 11:08:20AM -0400, Peter John Hartman wrote: > Hi. Thanks go also to LokiChaos on #suckless. With this little patch[1] you > can now use this little script[2] (and others presumably) to manipulate > windows > via xdotool in dwm. As it turns out [1] was rather incomplete

[dev] [wmii] Chromium always starts as a floating window

2011-04-13 Thread Aaron Lindsay
Hi all, I'm using wmii under Arch, and have found that whenever I start Chromium (version 10.0.648.133) (whether by Mod-p or by command line) it is spawned as a floating window in wmii. I have installed both the default from the Arch package repository as well as the latest version from mercurial,

Re: [dev] [wmii] Chromium always starts as a floating window

2011-04-13 Thread Steve Ryan
On 03/17/2011 12:54 PM, Aaron Lindsay wrote: Hi all, I'm using wmii under Arch, and have found that whenever I start Chromium (version 10.0.648.133) (whether by Mod-p or by command line) it is spawned as a floating window in wmii. I have installed both the default from the Arch package repositor

Re: [dev] [wmii] Chromium always starts as a floating window

2011-04-13 Thread Steve Ryan
On 03/17/2011 12:54 PM, Aaron Lindsay wrote: Hi all, I'm using wmii under Arch, and have found that whenever I start Chromium (version 10.0.648.133) (whether by Mod-p or by command line) it is spawned as a floating window in wmii. I have installed both the default from the Arch package repositor

Re: [dev] [dwm] NetActiveWindow

2011-04-13 Thread Peter John Hartman
On Wed, Apr 13, 2011 at 09:28:19PM +0100, Andreas Amann wrote: > WARNING: This e-mail has been altered by MIMEDefang. Following this > paragraph are indications of the actual changes made. For more > information about your site's MIMEDefang policy, contact > UCC Hostmaster / MIMEDefang Administra

Re: [dev] Shift-Selection in Emacs with st

2011-04-13 Thread Aurélien Aptel
hey, On Sat, Apr 9, 2011 at 8:05 AM, Sara Fauzia wrote: > I am unable to do shift selection in st (the suckless tool), with Emacs > (http://www.gnu.org/software/emacs/manual/html_node/emacs/Shift-Selection.html). > The > arrow keys also did not work in Emacs, so I fixed this by adding the > foll

Re: [dev][st] patch for selcopy

2011-04-13 Thread Aurélien Aptel
2011/4/13 Cheng-Wei Lin : > Here is a small patch for adding the functionality: double clicks to select > a word, and triple clicks to select a line. > A *word* is defined as some string which is placed between space characters > or boundary. > A *line* is defined as the content which starts from 0