Re: [dev] [dvtm] TAGKEYS macro for dvtm

2015-05-26 Thread Ross Mohn
On Tue, May 26, 2015 at 07:10:30PM +0200, Marc André Tanner wrote: > On Mon, May 25, 2015 at 04:03:17PM -0400, Ross Mohn wrote: > > On Mon, May 25, 2015 at 12:45:07PM -0700, Eric Pruitt wrote: > > > On Mon, May 25, 2015 at 03:24:14PM -0400, Ross Mohn wrote: > > > > The TAGKEYS macro from dwm's conf

Re: [dev] dvtm: don't change master or numbering

2015-05-26 Thread Greg Reagle
On Tue, May 26, 2015, at 01:31 PM, Marc André Tanner wrote: > On Fri, May 22, 2015 at 02:26:30PM -0400, Greg Reagle wrote: > > Hello. I would like dvtm to behave differently. I don't want creating > > a new shell window (Mod-c) to make the new shell window the master; I > > want the master to sta

Re: [dev] dvtm: don't change master or numbering

2015-05-26 Thread Marc André Tanner
On Fri, May 22, 2015 at 02:26:30PM -0400, Greg Reagle wrote: > Hello. I would like dvtm to behave differently. I don't want creating > a new shell window (Mod-c) to make the new shell window the master; I > want the master to stay the master. Why would you want that? It seems natural to place th

Re: [dev] What is a good EPUB reader for the Linux terminal (C coded, ncurses)?

2015-05-26 Thread Dmitrij D. Czarkoff
patrick295767 patrick295767 said: > Would you know a good EPUB reader for our Linux terminal (in C > language coded, ncurses)? I use ebook-tools (https://sourceforge.net/projects/ebook-tools/). There is no curses interface, but the flow is pretty much suckless: $ einfo -pp book.epub | lynx -std

Re: [dev] [dvtm] TAGKEYS macro for dvtm

2015-05-26 Thread Marc André Tanner
On Mon, May 25, 2015 at 04:03:17PM -0400, Ross Mohn wrote: > On Mon, May 25, 2015 at 12:45:07PM -0700, Eric Pruitt wrote: > > On Mon, May 25, 2015 at 03:24:14PM -0400, Ross Mohn wrote: > > > The TAGKEYS macro from dwm's config.def.h is approriate for dvtm as > > > well. Patch is attached. > > > >

Re: [dev] [dvtm] Pertag patch for dvtm

2015-05-26 Thread Marc André Tanner
Hi Ross, On Mon, May 25, 2015 at 03:22:08PM -0400, Ross Mohn wrote: > Hi all, > > I sent this directly to Marc, but I think it would be useful to post Yes, sorry for the radio silence. I thought I replied to your mail but looking back I apparently did not. Upon first glance the implemenation se

[dev] dvtm: [PATCH] Created and un-minimized clients go to top of stack instead of master window.

2015-05-26 Thread Greg Reagle
On Fri, May 22, 2015, at 02:26 PM, Greg Reagle wrote: > Hello. I would like dvtm to behave differently. I don't want creating > a new shell window (Mod-c) to make the new shell window the master; I > want the master to stay the master. I also don't want creating a new > shell window to renumber

Re: [dev] dvtm: don't change master or numbering

2015-05-26 Thread Greg Reagle
On Sat, May 23, 2015, at 01:56 PM, Ross Mohn wrote: > Getting new windows and un minimized windows to go on the stack instead > of taking over the master window is pretty easy. Having them go to the > end I'll have to think about a little more. Here's an easy solution that > makes them go to the to

Re: [dev] [st] Powerline fonts to large

2015-05-26 Thread Ivan Tham
On Tue, May 26, 2015 at 09:17:20AM -0400, Alex Pilon wrote: On Tue, May 26, 2015 at 01:04:32PM +0200, Jochen Sprickerhof wrote: Write a patch. Not to do the work for him, but it so happens that I do have such a patch already. I am trying to create a patch which uses both scrollback and scrol

Re: [dev] [st] Powerline fonts to large

2015-05-26 Thread Alex Pilon
> * Ivan Tham [2015-05-26 17:47]: > > Thanks, I can get it to work now. Is there any way use the scrollback > > with mouse scroll? > On Tue, May 26, 2015 at 01:04:32PM +0200, Jochen Sprickerhof wrote: > Write a patch. Not to do the work for him, but it so happens that I do have such a patch alrea

Re: [dev] [st] Powerline fonts to large

2015-05-26 Thread Jochen Sprickerhof
* Ivan Tham [2015-05-26 17:47]: > Thanks, I can get it to work now. Is there any way use the scrollback > with mouse scroll? Write a patch. signature.asc Description: Digital signature

Re: [dev] What is a good EPUB reader for the Linux terminal (C coded, ncurses)?

2015-05-26 Thread haris
Hi, On Tue, May 26, 2015 at 11:33:48AM +0200, patrick295767 patrick295767 wrote: > Hello Guys, > > Would you know a good EPUB reader for our Linux terminal (in C > language coded, ncurses)? > > Thank you, > > Greetings, > Pat > I just unpack the epub, use a very simple perl script to append a

Re: [dev] [st] Powerline fonts to large

2015-05-26 Thread Ivan Tham
On Tue, May 26, 2015 at 11:36:59AM +0200, Jochen Sprickerhof wrote: Note that config.def.h changed, so you should adopt your config.h. Apart from it, we are not the git/C help line. Thanks, I can get it to work now. Is there any way use the scrollback with mouse scroll? -- __

Re: [dev] [st] Powerline fonts to large

2015-05-26 Thread Jochen Sprickerhof
* Ivan Tham [2015-05-26 14:49]: >$ git apply st-scrollback.diff >On branch master >Your branch is up-to-date with 'origin/master'. >Changes not staged for commit: > (use "git add ..." to update what will be committed) > (use "git checkout -- ..." to discard changes in wor

[dev] What is a good EPUB reader for the Linux terminal (C coded, ncurses)?

2015-05-26 Thread patrick295767 patrick295767
Hello Guys, Would you know a good EPUB reader for our Linux terminal (in C language coded, ncurses)? Thank you, Greetings, Pat