Группа :: Графические оболочки/Icewm
Пакет: icewm
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: icewm-1.2.0-altconf.patch
diff -urN icewm-1.0.9/lib/keys.in icewm-1.0.9-modified/lib/keys.in
--- icewm-1.0.9/lib/keys.in Fri Aug 3 18:18:01 2001
+++ icewm-1.0.9-modified/lib/keys.in Sat Sep 22 14:07:49 2001
@@ -9,13 +9,16 @@
# You'll have to omit XK_ prefixs and to replace XF86XK_ prefixes by
# XF86. Valid modifiers are Alt, Ctrl, Shift, Meta, Super and Hyper.
#
-key "Alt+Ctrl+t" xterm
+key "Alt+Ctrl+t" xterm -bg black -cr green -fg grey -C -fn 9x15 -sl 2000
key "Alt+Ctrl+f" fte
+key "Alt+Ctrl+p" psi
+key "Alt+Ctrl+x" xchat
+key "Alt+Ctrl+l" /usr/X11R6/bin/xscreenlock
key "Alt+Ctrl+e" nedit
key "Alt+Ctrl+g" gimp
-key "Alt+Ctrl+n" netscape -noraise -remote openBrowser
-key "Alt+Ctrl+b" netscape -noraise -remote openBookmarks
-key "Alt+Ctrl+m" netscape -noraise -remote openURL(mailto:,new-window)
+key "Alt+Ctrl+n" mozilla -remote openBrowser
+key "Alt+Ctrl+b" mozilla -remote openBookmarks
+key "Alt+Ctrl+m" mozilla -remote openURL(mailto:,new-window)
key "Alt+Ctrl+KP_Divide" aumix -v -5 # lower volume
key "Alt+Ctrl+KP_Multiply" aumix -v +5 # raise volume
@@ -30,7 +33,7 @@
key "XF86AudioMute" aumix -v 0
key "XF86AudioPlay" cdplay play 1
key "XF86AudioStop" cdplay stop
-key "XF86HomePage" netscape -noraise -remote openHomepage
-key "XF86Mail" netscape -noraise -remote openURL(mailto:,new-window)
-key "XF86Search" netscape -noraise -remote openURL(http://www.google.com/)
+key "XF86HomePage" mozilla -remote openHomepage
+key "XF86Mail" mozilla -remote openURL(mailto:,new-window)
+key "XF86Search" mozilla -remote openURL(http://www.google.com/)
key "XF86Eject" eject
diff -urN icewm-1.0.9/lib/toolbar.in icewm-1.0.9-modified/lib/toolbar.in
--- icewm-1.0.9/lib/toolbar.in Fri Aug 3 18:18:01 2001
+++ icewm-1.0.9-modified/lib/toolbar.in Sat Sep 22 14:09:05 2001
@@ -4,6 +4,7 @@
# since modifications to this file will be discarded when you
# (re)install icewm.
#
-prog XTerm xterm xterm
-prog FTE fte fte
+prog Terminal terminals_section.xpm xterm -bg black -cr green -fg grey -C -fn 9x15 -sl 2000
+prog Emacs emacs emacs
prog Netscape netscape netscape
+prog Firefox firefox firefox
+prog XChat xchat xchat
+prog licq licq licq
diff -urN icewm-1.0.9/src/default.h icewm-1.0.9-modified/src/default.h
--- icewm-1.2.10/src/yprefs.h.orig 2003-08-11 22:22:17 +0400
+++ icewm-1.2.10/src/yprefs.h 2003-08-13 12:20:47 +0400
@@ -30,10 +30,10 @@
#ifdef CONFIG_XFREETYPE
XIV(bool, haveXft, true)
#endif
-XSV(const char *, iconPath, 0)
+XSV(const char *, iconPath, "/usr/share/icons:/usr/share/icons/mini:/usr/share/icons/locolor/16x16/apps/:/usr/share/icons/hicolor/16x16/apps/:/usr/X11R6/lib/X11/icewm/icons")
XSV(const char *, libDir, LIBDIR)
XSV(const char *, configDir, CFGDIR)
-#define CONFIG_DEFAULT_THEME "icedesert/default.theme"
+#define CONFIG_DEFAULT_THEME "default/default.theme"
XSV(const char *, themeName, CONFIG_DEFAULT_THEME)
#define CONFIG_DEFAULT_LOOK lookNice