Commit Graph

157 Commits

Author SHA1 Message Date
Don Stewart
cf91d8aa53 restore dwm-style keybindings. mod-shift-{j,k} resize in vert mode 2007-04-01 02:54:33 +00:00
hughes
1909c353b7 Merged things together with dons changes. 2007-04-01 02:18:46 +00:00
hughes
1768981f90 Config.hs avoids conflict with essential M-w Emacs shortcut. 2007-04-01 01:51:35 +00:00
hughes
10a0e21e00 Vertical/horizontal split, and resizability. 2007-04-01 01:47:06 +00:00
hughes
75187c4b41 Remove evil gmrun shortcut. 2007-03-30 14:45:58 +00:00
Don Stewart
b3dbe98e64 formatting only 2007-04-01 00:47:26 +00:00
Don Stewart
93cf0950e8 formatting fixes. the style is getting a bit dodgy in some places... 2007-04-01 00:28:03 +00:00
Spencer Janssen
3303b4a101 Move safeFocus from Main to Operations 2007-03-31 01:00:24 +00:00
Jason Creighton
e743ef0c2d removed refocus; moved functionality to setFocus 2007-03-31 00:34:42 +00:00
Jason Creighton
207bd516e1 refactored "focus changed" code into "refocus" 2007-03-30 03:54:54 +00:00
Alec Berryman
a5e3f1daa0 Window borders
Colors taken from dwm's config.default.h and hard-coded in Operations instead
of Config because of import cycle.

Windows overlap slightly in the current tiling algorithm and sometimes prevent
the active window from being completely surrounded by a red border.
2007-03-29 18:21:59 +00:00
Spencer Janssen
03f3464915 Add AMD64 note to the README 2007-03-29 05:52:50 +00:00
Alec Berryman
957832e4c5 Type error: button1 :: Button, not :: ButtonMask 2007-03-29 02:43:30 +00:00
Spencer Janssen
ce99fce902 Fix refreshKeyboardMapping issues. Requires the latest X11-extras 2007-03-28 21:57:53 +00:00
daniel
5e6407df7f allow mouse to change current workspace 2007-03-28 10:34:35 +00:00
daniel
5ae3c6a1fc first shot at allowing click to focus windows 2007-03-28 10:15:40 +00:00
daniel
97638a648c added a quickcheck property 2007-03-28 02:53:37 +00:00
Spencer Janssen
18a1fe776d Compatibility with CInt'ified X11 2007-03-28 07:14:36 +00:00
Don Stewart
e7e46afc02 one less todo 2007-03-27 23:18:46 +00:00
Jason Creighton
ec38d07940 whitespace 2007-03-27 01:33:50 +00:00
Jason Creighton
cb9be6d565 updated TODO (Config.hs completed) 2007-03-27 01:41:24 +00:00
hughes
79d64f2b19 Config supports Ctrl+Space for gmrun again. 2007-03-26 15:12:43 +00:00
hughes
4fc3448186 Workspace-specific layouts 2007-03-26 15:02:13 +00:00
Alec Berryman
bffb0126e0 Typo: use dmenu_path instead of emenu_path 2007-03-26 14:03:35 +00:00
Spencer Janssen
5bc238964d Focus follows mouse.
This change makes the window under the mouse pointer the focused window.  This
isn't quite what we want, but it is a step in the right direction.  The next
step is to somehow inhibit the CrossingEvents generated during workspace and
layout switches.
2007-03-26 12:47:25 +00:00
Spencer Janssen
3288347e1e Update todo 2007-03-26 10:24:41 +00:00
daniel
cb4e6d86a1 Extra config: defaultLayout 2007-03-26 07:42:34 +00:00
daniel
1cd2772ca8 updated TODO 2007-03-26 07:34:15 +00:00
daniel
929d9c784a minor aesthetic changes 2007-03-26 07:33:39 +00:00
Don Stewart
876417cfe8 fix 2007-03-26 07:58:12 +00:00
Spencer Janssen
a50a6bbd29 Restrain leftWidth 2007-03-26 09:50:34 +00:00
Jason Creighton
bfae1e5cb6 Config.lhs -> Config.hs 2007-03-26 05:40:04 +00:00
Jason Creighton
0bb51dae3d added Config.lhs and moved most things in Main.hs into Operations.hs to enable this 2007-03-26 05:13:41 +00:00
Jason Creighton
d9a6abede0 Xinerama focus bug (couldn't focus on current workspace) 2007-03-25 20:37:02 +00:00
Jason Creighton
ec344fa383 restart (simple exec(), no state saved) 2007-03-23 02:37:38 +00:00
Spencer Janssen
41c2dd3fbf Add promote. Makes the focused window the master 2007-03-22 22:23:33 +00:00
Spencer Janssen
a05115bb72 Add promote 2007-03-22 22:15:47 +00:00
Spencer Janssen
f98c9f8902 I like 1%2 split. Maintainer's prerogative :) 2007-03-21 07:06:49 +00:00
Spencer Janssen
418b6a87d9 Add defaultLeftWidth in the configuration section 2007-03-21 06:58:07 +00:00
daniel
5bd9a74b5a Allow dynamic width in tiling mode 2007-03-21 05:42:45 +00:00
Spencer Janssen
ebdf6bef14 GHC 6.4 compatibility. 2007-03-21 04:52:11 +00:00
Jason Creighton
d0481e1dac add keybindings to change screens and tag windows to screens 2007-03-21 03:38:07 +00:00
Spencer Janssen
8a1a3333a8 Add raiseFocus. 2007-03-20 16:01:35 +00:00
Spencer Janssen
b192aa5cc6 Make numlockMask configurable 2007-03-20 14:58:28 +00:00
Spencer Janssen
e0584a008d Initial tiling support. 2007-03-20 07:18:12 +00:00
Spencer Janssen
893ea985fa Fix indentation 2007-03-20 05:46:47 +00:00
Spencer Janssen
21f6e90b4a Untabify 2007-03-20 05:40:45 +00:00
Jason Creighton
437167d34c changed type of getScreenInfo in Graphics.X11.Xinerama 2007-03-20 04:42:53 +00:00
Spencer Janssen
f1a0796da3 Decouple the concepts of focus and window order. First step to tiling! 2007-03-20 05:11:24 +00:00
Jason Creighton
226f2012cb trace wsOnScreen when it's changed 2007-03-19 03:56:29 +00:00