Commit graph

15 commits

Author SHA1 Message Date
Scott Moynes
75b6a5a378 added the ability to have numeric arguments for the cycle window/workspace functions.
eg.
Control-Mod1-Down nextWorkspace 6;
Control-Mod1-Right nextWorkspace;
Would allow some form of relative workspace flipping. It might be much less useful for cycling windows.
2002-08-14 04:17:46 +00:00
Scott Moynes
5b088be950 fixed spelling mistake 2002-08-09 01:34:17 +00:00
Scott Moynes
6d40002093 Big fat merge for epist.
This adds a config parser, chaining, and a tonne of other stuff.
Still need to fix up build system for the lex and yacc stuff.
2002-08-06 22:37:06 +00:00
Dana Jansens
28594da6de epist + multihead == <drool>
added next/prevWindowOnAllScreens
added next/prevScreen
2002-07-24 08:33:35 +00:00
Scott Moynes
a0cf45a0ef handle all combinations of lock modifiers on keypress
this should be an rc file option
2002-07-21 22:35:43 +00:00
Dana Jansens
6d403febc6 let you specify the class for cycling windows per class 2002-07-20 17:00:36 +00:00
Dana Jansens
f32096dcd2 exec works now 2002-07-20 16:17:24 +00:00
Dana Jansens
348c8bff11 add cycling of next/prev window of class 2002-07-20 10:03:42 +00:00
Dana Jansens
faab750f78 properly track the active workspace and the number of workspaces.
use these to cycle workspaces.
2002-07-20 09:51:42 +00:00
Dana Jansens
c6234a4de0 add iconifying 2002-07-20 09:28:01 +00:00
Dana Jansens
c9be3ee061 added window cycling 2002-07-20 09:02:45 +00:00
Scott Moynes
b4411cb1ef Added changeWorkspace() and a broken toggleShaded() 2002-07-20 01:44:01 +00:00
Dana Jansens
a0e50e15b5 fix typos 2002-07-19 22:33:20 +00:00
Scott Moynes
f586e55a8c Added an action class and started the even handler. 2002-07-19 13:11:27 +00:00
Dana Jansens
24a1e215d1 epist now based on the BaseDisplay.
has the ability to be multiscreen!
2002-07-12 16:29:59 +00:00