Commit Graph

2029 Commits

Author SHA1 Message Date
Kris Maglione
95a0ca61ce Fix some bugs. Fix the README. 2007-03-23 12:30:50 -04:00
Kris Maglione
2b39ee548b Properly fixed bug in mfatal. 2007-03-22 17:11:23 -04:00
Kris Maglione
29e01f3961 Fixed bug in mfatal. 2007-03-22 17:10:23 -04:00
Kris Maglione
dd0b7f5123 X/\.c$/ ,s/wmiiwm/wmii/g. Don't use printf (may malloc) on malloc failure. 2007-03-22 17:00:27 -04:00
Kris Maglione
7fee0ec5e2 More cleanup in main.c. 2007-03-22 16:23:10 -04:00
Kris Maglione
5a12c899a5 Cleanup in main.c. Fixed the bar setup in rc.wmii. 2007-03-22 16:04:47 -04:00
Kris Maglione
21df75141e Make sure that $PLAN9 is set if running rc.wmii, remove .0 from $DISPLAY for sockets. Add P9PATHS config.mk knob for packagers. 2007-03-22 00:52:14 -04:00
Kris Maglione
323e3fa654 Remove '| cat' from the end of wmiirc. 2007-03-21 23:31:36 -04:00
Kris Maglione
b56f202e3e "object-oriented design is the roman numerals of computing." --rob; Removed Roman Numerals. 2007-03-21 22:58:59 -04:00
Kris Maglione
a89b727523 Check $WMII_NS_DIR on init, rather than $WMII_NS_PATH 2007-03-21 22:13:57 -04:00
Kris Maglione
d0e3417c07 Set argv[0] to the - followed by the basename of the login shell. 2007-03-15 19:01:58 -04:00
Kris Maglione
fd181a0a7e Added an exec command to /ctl 2007-03-15 17:36:21 -04:00
Kris Maglione
e017e86e49 Make sure that wmii9rc normally exits with a true exit status. 2007-03-15 15:38:18 -04:00
Kris Maglione
7d1a1ddd93 Add wmiistartrc 2007-03-15 13:31:42 -04:00
Kris Maglione
194ad68fc8 Removed the wmii script from mercurial. 2007-03-15 02:21:17 -04:00
Kris Maglione
7ee7d4e6b9 Rename wmiiwm to wmii. 2007-03-14 19:12:03 -04:00
Kris Maglione
97f91bc48b wmii(1) is no more. wmiistartrc is now executed under a login shell from wmiiwm, which starts the appropriate wmiirc. 2007-03-14 18:31:58 -04:00
Kris Maglione
d41f07eecf Don't restack when there are no clients. 2007-03-12 13:53:28 -04:00
Kris Maglione
92dfcbc0d1 Give wmiirc the ability to toggle keybindings, too. 2007-03-07 17:35:20 -05:00
Kris Maglione
8a4f6e01e6 Fix wmiirc in shells with POSIX emulation modes. 2007-03-07 16:08:19 -05:00
Kris Maglione
b89b7df7e8 Fix wmiirc and wmiiloop. 2007-03-07 14:01:02 -05:00
Kris Maglione
b09c59fbc7 New wmiirc/wmiiloop model that mawk shouldn't choke on. 2007-03-07 10:38:31 -05:00
Kris Maglione
da724b0c23 Remove Gimp tagrule from sh/awk wmiirc. 2007-03-06 16:15:08 -05:00
Kris Maglione
01e86be563 Added an extra call to XPending in the X event loop to fix an apparant Xlib bug. Removed some debugging statements. Some minor fixes. 2007-03-06 15:06:27 -05:00
Kris Maglione
a1ace98236 Disable globbing in wmiir. 2007-03-06 14:20:49 -05:00
Kris Maglione
de5d877219 Fix some bugs with floating clients tagged with multiple views. 2007-03-06 02:04:19 -05:00
Kris Maglione
dcbabb274f Fix some resize cursor bugs. 2007-03-05 14:56:36 -05:00
Kris Maglione
86d4f9ebf0 Some changes already in snap. 2007-03-05 01:11:12 -05:00
Kris Maglione
3cb6d8a7d1 Don't create a new area on the 'swap' command. 2007-03-04 14:53:48 -05:00
Kris Maglione
4dce9d067b Include wmii.h last. 2007-03-04 13:54:02 -05:00
Kris Maglione
d1ead722a2 Fix focus delay for the default layout (again). 2007-03-03 21:57:15 -05:00
Kris Maglione
6238b96a6a Fix titlebar flicker. Fix an infinate event loop bug. Fix strlcat conflict. 2007-03-03 21:33:43 -05:00
Kris Maglione
1160b14fe6 Another wmiirc fix. 2007-03-03 17:56:46 -05:00
Kris Maglione
dc952bdb7e Added tag snap20070303 for changeset e9e7dddcacff 2007-03-03 17:56:18 -05:00
Kris Maglione
36f8b836bd Added tag snap for changeset e9e7dddcacff 2007-03-03 17:56:01 -05:00
Kris Maglione
4b21c3f205 Added wmii9menu to, and cleaned up rc/wmiirc. Fixed behavior after selection no item with wmii9menu in rc.wmii. 2007-03-03 17:51:46 -05:00
Kris Maglione
92f1feda99 Fix flicker and delay when changing focus via the keyboard. 2007-03-03 16:01:38 -05:00
Kris Maglione
c7813c07ca Fix another focus bug. 2007-03-03 14:46:12 -05:00
Kris Maglione
2c3d644563 Add strlcat to util.c instead of using the implementation from libixp. 2007-03-03 12:36:44 -05:00
Kris Maglione
3fbfc4957d Don't delete bar items for which there are tags on startup. 2007-03-03 12:09:36 -05:00
Kris Maglione
356f676015 Removed PLAN9BASE config.mk knob in favor of wmii9rc script. Still not an ideal solution. 2007-03-03 09:42:06 -05:00
Kris Maglione
d1428fafd0 Use a backing store, and more/resize uncollapsed clients first for flicker prevention. 2007-03-03 02:23:22 -05:00
Kris Maglione
162d53212e Process any queued focus events before deciding whether to set focus. This fixes several focus bugs. 2007-03-03 01:36:03 -05:00
Kris Maglione
07343c21f1 Improved fullscreen support (far from finished). Minor focus improvements. Changed copyright info. 2007-03-02 23:40:24 -05:00
Kris Maglione
4ecc7f5ea6 Added PLAN9BASE config.mk knob that evaluates to $PLAN9 or /usr/local/plan9 if unset. 2007-03-02 17:11:09 -05:00
Kris Maglione
c4b8c42b4c Add a newline to the end of rc.wmii. 2007-03-02 03:30:56 -05:00
Kris Maglione
a27463d603 Implemented the Aspect hint, as well as some moderate cleanup. 2007-03-02 03:13:32 -05:00
Kris Maglione
fbc572a6a8 Fix flicker on keyboard focus change. 2007-03-01 16:37:00 -05:00
Kris Maglione
b1f9f6666b Fix Action-status 2007-03-01 15:20:53 -05:00
Kris Maglione
d3c108d5ae Cleanup 9menu some. Remember the last menu item selected. 2007-02-28 21:18:26 -05:00