Commit Graph

388 Commits

Author SHA1 Message Date
Kris Maglione
edd7dba67a Add stripped down version of 9menu, and right-click menus to clients. Includes 'Delete' item. Runs from rc.wmii only. 2007-02-26 04:27:03 -05:00
Kris Maglione
6fd9aede66 Fixed and cleaned up rc.wmii. Updated rc/welcome 2007-02-25 23:29:16 -05:00
Kris Maglione
fe72e87e78 Quote $PROGS_FILE elsewhere 2007-02-25 15:29:27 -05:00
Kris Maglione
28c238974f Quote $PROGS_FILE in Action_rehash 2007-02-25 15:25:41 -05:00
Kris Maglione
82125e9e28 Get rid of config_which in the sh wmiirc. 2007-02-25 15:16:34 -05:00
Kris Maglione
6aa67b638b Create Action_ functions immediately. Quote $WMII_NORMCOLORS in Action_status 2007-02-25 14:59:32 -05:00
Kris Maglione
59fe492d74 Replace Action- with Action_ in wmiirc 2007-02-25 14:25:42 -05:00
Kris Maglione
f02ebd6d4f Replaced rc.wmii.var with splitting rc.wmii.local at /^# Overrides/ 2007-02-25 14:17:56 -05:00
Kris Maglione
ca3bcebf82 Have rc.wmii source rc.wmii.var; I don't like it, but MODKEY must be set before the Key-* functions are defined, and override functions after. I can think of few other solutions. 2007-02-24 23:36:16 -05:00
Kris Maglione
2c387d4d99 Have wmiimenu take colors from WMII_(NORM FOCUS)COLORS. Get rid of 'extern' from function decls. 2007-02-23 23:09:58 -05:00
Kris Maglione
e4cf02d8f4 Have rc.wmii source rc.wmii.local to allow local changes with the stock rc.wmii. 2007-02-23 19:50:02 -05:00
Kris Maglione
e41895dda2 Fix dmenu colors in rc.wmii. 2007-02-23 16:53:38 -05:00
Kris Maglione
6d8c5fe003 Bigger target area for border resizals. Fix to rc.wmii. 2007-02-23 15:11:39 -05:00
Kris Maglione
204f3e1e45 Fix some rc.wmii bugs. wmiiterm is $WMII_TERM again. 2007-02-23 14:05:46 -05:00
Kris Maglione
b2f0b883e3 Remove rc/(status rehash quit). They're taken care of in wmiirc, now. 2007-02-23 13:55:11 -05:00
Kris Maglione
99fe00d264 Fixed WMII_MENU and WMII_TERM. They are now functions: wmiimenu and wmiiterm. 2007-02-23 13:48:21 -05:00
Kris Maglione
a7a3303cb8 Redraw view on writes to /ctl (focuscolors, border, font) 2007-02-23 01:53:08 -05:00
Kris Maglione
f6a4b6b876 Temporarilly fix some focus issues (still need rewrite). Some rc.wmii fixes. 2007-02-23 00:07:30 -05:00
Kris Maglione
dcf1c9ec1d Moved rc/newrc to rc/wmiirc. Added rc/rc.wmii, and run it if 9 rc exists. Bourne wmiirc is officially deprecated. 2007-02-22 22:36:50 -05:00
Kris Maglione
2da0d1b75d More wmiiloop/newrc updates. 2007-02-22 19:07:58 -05:00
Kris Maglione
f56a70589e Added wmiiloop(1) and wmiiloop.1 to handle experimantal awk-based wmiirc. 2007-02-22 18:32:23 -05:00
Kris Maglione
fb8b463288 A bit more tidying of rc/newrc 2007-02-22 17:02:14 -05:00
Kris Maglione
a5825ff3d7 Made rc/newrc moderately less ugly. 2007-02-22 16:20:40 -05:00
Kris Maglione
61f889a81c Experimental awk-based wmiirc now has internal actions. Still ugly. Must fix. 2007-02-22 15:53:34 -05:00
Kris Maglione
e1e4450a41 Added experimental awk-based wmiirc in rc/newrc 2007-02-22 15:06:59 -05:00
Kris Maglione
3d589a8573 Remove unused variable, and some general reformating, in wmiirc. 2007-02-22 11:56:12 -05:00
Kris Maglione
924972e625 Removed superfluous 'NF>2' check in proglist (there's no x in total). Renamed DMENU to WMII_MENU. 2007-02-22 11:48:34 -05:00
Kris Maglione
31e3b8d9d0 Rewrote draw_frame, and removed per-frame BlitzBrushes 2007-02-20 17:31:42 -05:00
Kris Maglione
d8e827bc21 Renamed selcolors back to focuscolors. Fixed an early free(). 2007-02-15 16:46:31 -05:00
Kris Maglione
482107fc40 Restored original 'wmiir write' semantics, and restored xwrite command. 2007-02-15 13:22:24 -05:00
Anthony Martin
a685afa2a7 Get rid of FOCUSCOLORS 2007-02-15 10:06:35 -08:00
Denis Grelich
d476b442ac Made wmiir write behave like wmiir echo instead. 2007-02-15 16:38:06 +01:00
Denis Grelich
d16d6e7cc5 Replacing wmiir xwrite with wmiir echo again. 2007-02-15 16:20:45 +01:00
Kris Maglione
293e90cc00 Changed wmiir echo to wmiir xwrite, removed xwrite() from rc/status, and cleaned up wmiir script 2007-02-13 00:41:18 -05:00
Kris Maglione
8f913e6221 Added an experimental feature to notify users of views with urgent clients. 2007-02-12 23:32:00 -05:00
Kris Maglione
afa5c137c1 Replaced xwrite with wmiir echo 2007-02-11 23:46:15 -05:00
Kris Maglione
6480796f1e Add rehash action to update the programs list and cleanup wmiirc a bit 2007-02-10 22:04:13 -05:00
Kris Maglione
7c06252261 Get rid of 3d border affect of frames 2007-02-09 01:01:54 -05:00
Denis Grelich
d3466a7bdb don't grab MODKEY-f, since we don't use it at all 2007-02-07 07:34:29 +01:00
Kris Maglione
ecbfca77bf Quote tagsmenu against shell expansion 2007-02-06 11:38:00 -05:00
uriel
7b0b15bca6 Minimally sane colrules until the whole damned thing goes crashing down to hell where it belongs 2007-02-06 08:12:21 +01:00
Kris Maglione
16822b6419 Removed Mod-f from wmiirc, since it's long defunct 2007-02-06 01:31:37 -05:00
Kris Maglione
b49635f533 Ditto on previous commit 2007-02-05 06:46:50 -05:00
Kris Maglione
ebea6ee29b Fix the tagsmenu function. 2007-02-05 06:41:32 -05:00
Kris Maglione
0d9eb69741 Switch to sed -E in tagsmenu() to clean it up/fix a bug 2007-02-04 15:56:42 -05:00
Kris Maglione
cd1c1a1bd9 Fixed '==' in a test to '=' 2007-02-03 14:22:20 -05:00
Denis Grelich
71178b1daf some smaller fixes in the wmiirc 2007-02-02 23:57:40 +01:00
Denis Grelich
3346948826 tags and view names '.', '..' and '/' are now caught in wmiiwm 2007-01-04 02:22:07 +01:00
Denis Grelich
1c4a68d08c using | instead of , as delimiter in sed expressions because of problems with Sun's sed 2007-01-03 21:58:22 +01:00
Denis Grelich
f01aeb4f3f filtering out unfriendly characters when tagging; thanks Tino Benk! 2006-12-27 13:25:41 +01:00