twmruined/src/deftwmrc.c
Mike Small fd61bea39c Remove the iconmgr feature.
With this twmruined reads .twmruinedrc instead of .twmrc.

Some more details from the Changelog:

* src/twm.h and several other files: remove iconmgr functionality.
Also drop the sample configuration file directory. These referenced
iconmgr settings which I've removed. As more settings go these
files would get further and further from their authors' intentions
if I were to maintain them.

* aclocal.m4: regenerated using aclocal (automake) 1.15.1 on OpenBSD 6.2.
export AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.15.1 ACLOCAL=/usr/local/bin/aclocal-1.15
/usr/local/bin/aclocal-1.15 -I /usr/X11R6/share/aclocal

* configure: regenerated using autoconf 2.69 on OpenBSD 6.2.
2017-12-16 21:42:55 -05:00

71 lines
3.3 KiB
C

/*
* This file is generated automatically from the default
* twmruined bindings file system.twmruinedrc by the twmruined Makefile.
*/
unsigned char *defTwmrc[] = {
(unsigned char *) "",
(unsigned char *) "NoGrabServer",
(unsigned char *) "RestartPreviousState",
(unsigned char *) "DecorateTransients",
(unsigned char *) "TitleFont \"-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*\"",
(unsigned char *) "ResizeFont \"-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*\"",
(unsigned char *) "MenuFont \"-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*\"",
(unsigned char *) "IconFont \"-adobe-helvetica-bold-r-normal--*-100-*-*-*-*-*-*\"",
(unsigned char *) "",
(unsigned char *) "Color",
(unsigned char *) "{",
(unsigned char *) " BorderColor \"slategrey\"",
(unsigned char *) " DefaultBackground \"rgb:2/a/9\"",
(unsigned char *) " DefaultForeground \"gray85\"",
(unsigned char *) " TitleBackground \"rgb:2/a/9\"",
(unsigned char *) " TitleForeground \"gray85\"",
(unsigned char *) " MenuBackground \"rgb:2/a/9\"",
(unsigned char *) " MenuForeground \"gray85\"",
(unsigned char *) " MenuBorderColor \"slategrey\"",
(unsigned char *) " MenuTitleBackground \"gray70\"",
(unsigned char *) " MenuTitleForeground \"rgb:2/a/9\"",
(unsigned char *) " IconBackground \"rgb:2/a/9\"",
(unsigned char *) " IconForeground \"gray85\"",
(unsigned char *) " IconBorderColor \"gray85\"",
(unsigned char *) "}",
(unsigned char *) "",
(unsigned char *) "MoveDelta 3",
(unsigned char *) "Function \"move-or-lower\" { f.move f.deltastop f.lower }",
(unsigned char *) "Function \"move-or-raise\" { f.move f.deltastop f.raise }",
(unsigned char *) "Function \"move-or-iconify\" { f.move f.deltastop f.iconify }",
(unsigned char *) "",
(unsigned char *) "Button1 = : root : f.menu \"defops\"",
(unsigned char *) "",
(unsigned char *) "Button1 = m : window|icon : f.function \"move-or-lower\"",
(unsigned char *) "Button2 = m : window|icon : f.iconify",
(unsigned char *) "Button3 = m : window|icon : f.function \"move-or-raise\"",
(unsigned char *) "",
(unsigned char *) "Button1 = : title : f.function \"move-or-raise\"",
(unsigned char *) "Button2 = : title : f.raiselower",
(unsigned char *) "",
(unsigned char *) "Button1 = : icon : f.function \"move-or-iconify\"",
(unsigned char *) "Button2 = : icon : f.iconify",
(unsigned char *) "",
(unsigned char *) "menu \"defops\"",
(unsigned char *) "{",
(unsigned char *) "\"Twm\" f.title",
(unsigned char *) "\"Iconify\" f.iconify",
(unsigned char *) "\"Resize\" f.resize",
(unsigned char *) "\"Move\" f.move",
(unsigned char *) "\"Raise\" f.raise",
(unsigned char *) "\"Lower\" f.lower",
(unsigned char *) "\"\" f.nop",
(unsigned char *) "\"Focus\" f.focus",
(unsigned char *) "\"Unfocus\" f.unfocus",
(unsigned char *) "\"\" f.nop",
(unsigned char *) "\"Xterm\" f.exec \"exec xterm &\"",
(unsigned char *) "\"\" f.nop",
(unsigned char *) "\"Kill\" f.destroy",
(unsigned char *) "\"Delete\" f.delete",
(unsigned char *) "\"\" f.nop",
(unsigned char *) "\"Restart\" f.restart",
(unsigned char *) "\"Exit\" f.quit",
(unsigned char *) "}",
(unsigned char *) 0 };