[hackers] [dvtm] pertag patch addition

2015-10-05 Thread Ross Mohn
I've updated my pertag patch for dvtm so that it now includes the runinall setting, as well. The patch is also available here: http://waxandwane.org/dvtm.html Enjoy! -Ross An implementation for dvtm of the dwm pertag patch. With this patch, the below settings are chosen and remembered indivi

[hackers] [dvtm] Command keys in status bar patch

2015-10-02 Thread Ross Mohn
The attached patch is to display command keypresses in the status bar while a multiple keypress command is being entered. Almost all commands in dvtm begin with MOD, so require multiple keypresses. Command keys are displayed as they are pressed, and appear between the layout symbol and the status t

[hackers] [dvtm] Status bar aesthetic patch

2015-07-17 Thread Ross Mohn
Hi, I like to to use my own characters at the beginning and end of the status bar message. Previously I've edited dvtm.c directly, but it's better to have this configurable in config.h so that eveeryone can choose their own. Thanks -Ross diff --git a/config.def.h b/config.def.h index e25d83c..32

[hackers] [dvtm] create in $CWD not working

2015-07-15 Thread Ross Mohn
Hi, The create() function can take a third argument in order to use the directory of the current client, sel, when it creates a new client. This command is mapped to MOD+C by default. To implement this, the function uses the /proc/ tree to find the current directory of process sel->pid. The proble

Re: [hackers] [dvtm] Default command mapping changes

2015-07-14 Thread Ross Mohn
On Tue, Jul 14, 2015 at 02:36:09PM -0400, Ross Mohn wrote: > On Tue, Jul 14, 2015 at 02:15:10PM -0400, Ross Mohn wrote: > > incnmaster("+1")l > > incnmaster("99")L > > incnmaster("+1")h > > incnmaster("

Re: [hackers] [dvtm] Default command mapping changes

2015-07-14 Thread Ross Mohn
On Tue, Jul 14, 2015 at 02:15:10PM -0400, Ross Mohn wrote: > incnmaster("+1")l > incnmaster("99")L > incnmaster("+1")h > incnmaster("0") H Gah! I meant this: incnmaster("-1")l incnmaster("0") L incnmaster("+1")h incnmaster("99")H

[hackers] [dvtm] Default command mapping changes

2015-07-14 Thread Ross Mohn
Hi, In an effort to bring more attention to the dvtm project, I'm working on some additional documentation. In the process, I've done a full review of all the default command keys and would like to propose the below changes to the defaults. These are probably appropiate for dwm as well, but since

[hackers] [dvtm] Mouse clicks on tags patch

2015-06-05 Thread Ross Mohn
Hi again, The attached patch allows you to assign functions to mouse clicks on the tag indicators in the status bar. The default actions are: * left click to toggle viewing that tag * left double click to view only that tag * middle click to view all tags * right click to toggle a

[hackers] [dvtm] Bug fix for MOD after a mouse action

2015-06-05 Thread Ross Mohn
After a mouse action, the key_index needs to be set back to zero. You can reproduce the bug by performing a mouse action, then trying to perform a dvtm keyboard command. You'll see that the MOD key is not matched with a key binding, so will print to the current terminal instead. -Ross (Excuse the