From: <dom...@us...> - 2013-05-13 21:27:35
|
Revision: 392 http://sourceforge.net/p/fvwm-crystal/code/392 Author: dominique_libre Date: 2013-05-13 21:27:32 +0000 (Mon, 13 May 2013) Log Message: ----------- + addons/Xdefauts: Xressource file example; fix garbage into urxwt. INSTALL; addons/README: some words about the Xdefaults file; AUTHORS: credited Daniel da Silva; functions/About: added all the authors I know about; functions/Window-Rearrange; bindings/Window-Rearrange; doc/Keyboard bindings.txt; man/KeyboardBindings.1: added Window-Rearrange-Default with associated key binding Modified Paths: -------------- AUTHORS ChangeLog INSTALL addons/README doc/Keyboard bindings.txt fvwm/components/bindings/Window-Rearrange fvwm/components/bindings/Window-Rearrange_NumLock fvwm/components/functions/About fvwm/components/functions/Window-Rearrange man/KeyboardBindings.1 Added Paths: ----------- addons/Xdefaults Modified: AUTHORS =================================================================== --- AUTHORS 2013-05-11 22:52:49 UTC (rev 391) +++ AUTHORS 2013-05-13 21:27:32 UTC (rev 392) @@ -16,6 +16,10 @@ - fvwm-crystal.apps script - some ideas +Daniel da Silva <da...@me...> +- Dawn Sky decoration +- Some work with harnir on the ClearLooks decoration + Dominik Tomasik <d.t...@ga...> - FVWM-Crystal logo - wallpapers @@ -46,5 +50,4 @@ <dom...@so...> If you will find any code which is similar to your own, please contact with -me (ha...@gn...) - +me (ha...@gn...) or best, with me <dom...@us...> Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-11 22:52:49 UTC (rev 391) +++ ChangeLog 2013-05-13 21:27:32 UTC (rev 392) @@ -1,5 +1,14 @@ ChangeLog for FVWM-Crystal +Lundi 13 Mai 2013 Dominique Michel ++ addons/Xdefauts: Xressource file example; fix garbage into urxwt. + INSTALL; addons/README: some words about the Xdefaults file + AUTHORS: credited Daniel da Silva + functions/About: added all the authors I know about + functions/Window-Rearrange; bindings/Window-Rearrange"; + doc/Keyboard bindings.txt; man/KeyboardBindings.1: added + Window-Rearrange-Default with associated key binding + Dimanche 12 Mai 2013 Dominique Michel Updated version to 3.1.16 Modified: INSTALL =================================================================== --- INSTALL 2013-05-11 22:52:49 UTC (rev 391) +++ INSTALL 2013-05-13 21:27:32 UTC (rev 392) @@ -114,6 +114,7 @@ ------------------------- If you don't have your own ~/.Xresources, copy one from 'addons/' directory. You can also find there sample ~/.Xsession (or ~/.xinitrc) file. +It is also a Xdefaults file that can be copied to ~/.Xdefaults. You need recent version of Python installed for 'fvwm-crystal.apps' script. And of course unstable version of FVWM (2.5.31+ or CVS) would be good... ;) Modified: addons/README =================================================================== --- addons/README 2013-05-11 22:52:49 UTC (rev 391) +++ addons/README 2013-05-13 21:27:32 UTC (rev 392) @@ -54,6 +54,10 @@ recursively. Please, don't run it as root and make some backup before to run it. +Xdefaults: Xressources example file to use with FVWM-Crystal- + Remove a strange urxwt binding that print garbage at stdout + And more + Xressources: Xressources example file to use with FVWM-Crystal. Read INSTALL in main Crystal folder. Added: addons/Xdefaults =================================================================== --- addons/Xdefaults (rev 0) +++ addons/Xdefaults 2013-05-13 21:27:32 UTC (rev 392) @@ -0,0 +1,255 @@ +! $Header: /home/taviso/.Xdefaults,v 1.3 2004/04/20 19:52:21 taviso Exp $ + +! TEST +!XEmacs*font: -xos4-terminus-medium-r-normal--24-240-72-72-c-120-iso8859-1 +!XEmacs*font: xft:Bistream Vera Sans Mono:pixelsize=20 +XEmacs*font: xft:Monospace:pixelsize=20 +!XEmacs*boldFont: -*-terminus-bold-*-*-*-*-*-*-*-*-*-*- +XEmacs*boldFont: xft:MonospaceBold:pixelsize=20 +!XEmacs*saveLines: 100000 +! TEST + + +Aterm*colorBD: blue +Aterm*colorUL: green +Aterm*loginShell: true +Aterm*scrollBar: false +Aterm*foreground: white +Aterm*background: #000052 +Aterm*transparent: true +Aterm*tintingType: true +Aterm*shading: 90 +Aterm*tinting: white +!Aterm*font: -monotype-andale mono-medium-r-normal--0-0-0-0-m-0-iso8859-1 +!Aterm*boldFont: -*-terminus-bold-*-*-*-*-*-*-*-*-*-*-* +Aterm*saveLines: 100000 + +Rxvt*geometry: 80x24 +Rxvt*colorBD: blue +Rxvt*colorUL: green +Rxvt*loginShell: true +Rxvt*scrollBar: false +Rxvt*foreground: white +Rxvt*background: #577274 +!Rxvt*font: -xos4-terminus-medium-r-normal--24-240-72-72-c-120-iso8859-1 +!Rxvt*font: xft:Bistream Vera Sans Mono:pixelsize=20 +Rxvt*font: xft:Monospace:pixelsize=20 +!Rxvt*boldFont: -*-terminus-bold-*-*-*-*-*-*-*-*-*-*- +Rxvt*boldFont: xft:MonospaceBold:pixelsize=20 +Rxvt*saveLines: 100000 + +! =========================================================================== +! URxvt resources + +! Remove garbage with Alt+NumLook+KP_Multiply +URxvt.keysym.M-N-KP_Multiply: command: + +! Look similar to the Linux Console, with transparency +! --------------------------------------------------------------------------- +URxvt.background: black +URxvt.foreground: white +URxvt.shading: 30 +URxvt.tintColor: white +URxvt.transparent: true +URxvt.scrollBar: false + +! Font settings +! URxvt uses UTF-8, so we don't need encoding-specific settings' +! --------------------------------------------------------------------------- +! 640x480 +!URxvt.font: xft:Monospace:pixelsize=10 +! 800x600 +!URxvt.font: xft:Monospace:pixelsize=10 +! 1024x768 +!URxvt.font: xft:Monospace:pixelsize=11 +! 1152x864 +!URxvt.font: xft:Monospace:pixelsize=12 +! 1280x1024 +!URxvt.font: xft:Monospace:pixelsize=14 +! 1600x1024 +URxvt.font: xft:Monospace:pixelsize=20 +! 1680x1280 +!URxvt.font: xft:Monospace:pixelsize=20 + +! Colors similar to Linux console +! --------------------------------------------------------------------------- +URxvt.color0: rgb:0/0/0 +URxvt.color1: rgb:cc/00/00 +URxvt.color2: rgb:00/cc/00 +URxvt.color3: #bd5e01 +URxvt.color4: rgb:00/00/cc +URxvt.color5: rgb:cc/00/cc +URxvt.color6: rgb:00/cc/cc +URxvt.color7: rgb:aa/aa/aa +URxvt.color8: rgb:33/33/33 +URxvt.color9: rgb:ff/00/00 +URxvt.color10: rgb:00/ff/00 +URxvt.color11: rgb:ff/ff/00 +URxvt.color12: rgb:00/00/ff +URxvt.color13: rgb:ff/00/ff +URxvt.color14: rgb:00/ff/ff +URxvt.color15: rgb:ff/ff/ff + +! Default URxvt colors +! --------------------------------------------------------------------------- +!URxvt.color0: black +!URxvt.color1: red3 +!URxvt.color2: green3 +!URxvt.color3: brown +!URxvt.color4: blue3 +!URxvt.color5: magenta3 +!URxvt.color6: cyan3 +!URxvt.color7: gray90 +!URxvt.color8: gray30 +!URxvt.color9: red +!URxvt.color10: green +!URxvt.color11: yellow +!URxvt.color12: blue +!URxvt.color13: magenta +!URxvt.color14: cyan +!URxvt.color15: white + +!ascii[-range]:class,... +!XTerm*VT100*font: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1 +!XTerm*VT100*widefont: -misc-fixed-medium-r-normal-ja-13-125-75-75-c-120-iso10646-1 +!XTerm*VT100*boldfont: -misc-fixed-bold-r-semicondensed--13-120-75-75-c-60-iso10646-1 +XTerm*charClass: 33:48,37:48,45-47:48,38:48,58:48 +!XTerm*faceName: Andale Mono Bold:size=11 +XTerm*faceName: Terminus +XTerm*faceSize: 18 +XTerm*Background: #577274 +XTerm*Foreground: #ffffff +XTerm*eightBitInput: false +XTerm*eightBitControl: false +XTerm*utf8: 1 +XTerm*ActiveIcon: true +XTerm*AllowWindowOps: true +! use mouse wheel in mutt +Mutt*Translations: #override \ + <Btn5Down>:string("\033[6~") \n\ + <Btn4Down>:string("\033[5~") +IDAPro*showBlinkAsBold: true +! intercept mouse wheel events in ida +IDAPro*Translations: #override \ + <Btn5Down>:interpret("\033[?1002l\033[?1002r") string("\033[6~") \n\ + <Btn5Up>:interpret("\033[?1002s\033[?1002h") \n\ + <Btn4Down>:interpret("\033[?1002l\033[?1002r") string("\033[5~") \n\ + <Btn4Up>:interpret("\033[?1002s\033[?1002h") + + +HiddenConsole*faceName: Andale Mono Bold:size=11 +HiddenConsole*Background: #577274 +HiddenConsole*Foreground: #ffffff +HiddenConsole*eightBitInput: false + +! look in /usr/share/cursors/xorg-x11 +! Xcursor.theme: whiteglass +! Xcursor.theme: tuxcursor +! Xcursor.theme: Blue +! Xcursor.theme: Gold +! Xcursor.theme : ComixCursors-Orange-Regular +! Xcursor.theme : ComixCursors-Orange-Large +Xcursor.theme : Oxygen_White_Big +Xcursor.size: 48 + +XTerm*loginShell: true + +xosview*title: xosview +xosview*captions: False +xosview*labels: False +xosview*usedlabels: False +xosview*borderwidth: 0 +xosview*foreground: black +xosview*transparent: True +xosview*background: #c6c3c6 + +xosview*cpuUserColor: #ffe4b5 +xosview*cpuNiceColor: #ffe4b5 +xosview*cpuSystemColor: #ffe4b5 +xosview*cpuInterruptColor: #ffe4b5 +xosview*cpuFreeColor: #c6cbd6 +xosview*cpuDecay: False +xosview*cpuGraph: False +xosview*cpuPriority: 2 + +xosview*memFreeColor: #c6cbd6 +xosview*memInactiveColor: #99b0de +xosview*memUsedColor: #99b0de +xosview*memBufferColor: #c6cbd6 +xosview*memCacheColor: #c6cbd6 +xosview*memSharedColor: #99b0de +xosview*memTextColor: #99b0de +xosview*memOtherColor: #99b0de +xosview*memActiveColor: #99b0de +xosview*memGraph: False + +xosview*netBackground: #c6cbd6 +xosview*netInColor: #b5c7b5 +xosview*netOutColor: #b5c7b5 +xosview*netBandwidth: 120000 +xosview*netDecay: False +xosview*netGraph: False + +xosview*swapFreeColor: #c6cbd6 +xosview*swapUsedColor: #7ec0ee + +xosview*diskIdleColor: #c6cbd6 +xosview*diskReadColor: #b5aeff +xosview*diskWriteColor: #b5aeff +xosview*diskUsedColor: #b5aeff +xosview*diskGraph: False +xosview*diskDecay: False + +xosview*battery: False +xosview*gfx: False +xosview*net: False +xosview*page: False +xosview*disk: False +xosview*interrupts: False +xosview*load: False +xosview*swap: False +xosview*lmstemp: False +xosview*cpu: False +xosview*mem: False + +*beNiceToColormap: False +!*shapeStyle: Rectangle +!*Text.borderWidth: 0 +!*SimpleMenu.borderWidth: 0 +!*Paned.internalBorderWidth: 0 +!SmeBSB.shadowWidth: 0 + +!## NETSCAPE +Netscape*drawingArea.translations: #replace \ +<Btn1Down>: ArmLink() \n\ +<Btn2Down>: ArmLink() \n\ +~Shift<Btn1Up>: ActivateLink() \n\ +~Shift<Btn2Up>: ActivateLink(new-window) \ +DisarmLink() \n\ +Shift<Btn1Up>: ActivateLink(save-only) \ +DisarmLink() \n\ +Shift<Btn2Up>: ActivateLink(save-only) \ +DisarmLink() \n\ +<Btn1Motion>: DisarmLinkIfMoved() \n\ +<Btn2Motion>: DisarmLinkIfMoved() \n\ +<Btn3Motion>: DisarmLinkIfMoved() \n\ +<Motion>: DescribeLink() \n\ +<Btn3Down>: xfeDoPopup() \n\ +<Btn3Up>: ActivatePopup() \n\ +Ctrl<Btn4Down>: PageUp()\n\ +Ctrl<Btn5Down>: PageDown()\n\ +Shift<Btn4Down>: LineUp()\n\ +Shift<Btn5Down>: LineDown()\n\ +None<Btn4Down>: LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()\n\ +None<Btn5Down>: LineDown()LineDown()LineDown()LineDown()LineDown()LineDown()\n\ +Alt<Btn4Down>: xfeDoCommand(forward)\n\ +Alt<Btn5Down>: xfeDoCommand(back)\n + + Netscape*globalNonTextTranslations: #override\n\ + Shift<Btn4Down>: LineUp()\n\ + Shift<Btn5Down>: LineDown()\n\ + None<Btn4Down>:LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()\n\ + None<Btn5Down>:LineDown()LineDown()LineDown()LineDown()LineDown()LineDown()\n\ + Alt<Btn4Down>: xfeDoCommand(forward)\n\ + Alt<Btn5Down>: xfeDoCommand(back)\n + Modified: doc/Keyboard bindings.txt =================================================================== --- doc/Keyboard bindings.txt 2013-05-11 22:52:49 UTC (rev 391) +++ doc/Keyboard bindings.txt 2013-05-13 21:27:32 UTC (rev 392) @@ -105,7 +105,7 @@ Window resizer ----------------------------------------------------------------------------- -Alt + Shift + 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 +Alt + Shift + 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, D Resizes currently focused window in different ways. Try it to see what happens :) Modified: fvwm/components/bindings/Window-Rearrange =================================================================== --- fvwm/components/bindings/Window-Rearrange 2013-05-11 22:52:49 UTC (rev 391) +++ fvwm/components/bindings/Window-Rearrange 2013-05-13 21:27:32 UTC (rev 392) @@ -4,6 +4,7 @@ Key 2 A $[Mod2] Window-Rearrange-Two-Column Key 3 A $[Mod2] Window-Rearrange-Cascade Key 4 A $[Mod2] Window-Rearrange-Cascade-Shaded +Key D A $[Mod2] Window-Rearrange-Default PipeRead 'echo Key 5 A $[Mod2] Window-Resize-Context $(($[vp.width]-($[vp.width]/4))) $(($[vp.height]-($[vp.height]/4)))' PipeRead 'echo Key 6 A $[Mod2] Window-Resize-Context $(($[vp.width]-10)) $((($[vp.height]/2)-45))' Modified: fvwm/components/bindings/Window-Rearrange_NumLock =================================================================== --- fvwm/components/bindings/Window-Rearrange_NumLock 2013-05-11 22:52:49 UTC (rev 391) +++ fvwm/components/bindings/Window-Rearrange_NumLock 2013-05-13 21:27:32 UTC (rev 392) @@ -4,6 +4,7 @@ Key 2 A $[Mod2]2 Window-Rearrange-Two-Column Key 3 A $[Mod2]2 Window-Rearrange-Cascade Key 4 A $[Mod2]2 Window-Rearrange-Cascade-Shaded +Key D A $[Mod2]2 Window-Rearrange-Default PipeRead 'echo Key 5 A $[Mod2]2 Window-Resize-Context $(($[vp.width]-(($[vp.width]/4)))) $(($[vp.height]-(($[vp.height]/4))))' PipeRead 'echo Key 6 A $[Mod2]2 Window-Resize-Context $(($[vp.width]-10)) $(((($[vp.height]/2))-45))' Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2013-05-11 22:52:49 UTC (rev 391) +++ fvwm/components/functions/About 2013-05-13 21:27:32 UTC (rev 392) @@ -8,10 +8,26 @@ *About: Text "$[gt.Version]: 3.1.16" *About: Line center *About: Line center -*About: Text "$[gt.Original author]: Maciej Delmanowski <ha...@gn...>" +*About: Text "$[gt.Authors]: Maciej Delmanowski <ha...@gn...>" *About: Line center -*About: Text "$[gt.Author]: Dominique Michel <dom...@so...> +*About: Text "Dominique Michel <dom...@so...>" *About: Line center +*About: Text "Rafa Bisingier <rafal@man.poznan.èl" +*About: Line center +*About: Text "Dominik Tomasik <d.t...@ga..." +*About: Line center +*About: Text "Lukasz Strzygowski <lu...@ge...>" +*About: Line center +*About: Text "Michael Stilkerich <sti...@uc..." +*About: Line center +*About: Text "Myles Green <rm...@te...>" +*About: Line center +*About: Text "Ber the BlackDragon Geens <be...@la...>" +*About: Line center +*About: Text "With code derived from Tavis Ormandy configuration" +*About: Line center +*About: Text "and Thomas Adam contribution." +*About: Line center *About: Text "http://fvwm-crystal.sourceforge.net/" *About: Line center *About: Line center Modified: fvwm/components/functions/Window-Rearrange =================================================================== --- fvwm/components/functions/Window-Rearrange 2013-05-11 22:52:49 UTC (rev 391) +++ fvwm/components/functions/Window-Rearrange 2013-05-13 21:27:32 UTC (rev 392) @@ -20,4 +20,9 @@ + I All (CurrentPage,!Fvwm*, !gkrellm, !trayer) WindowShade off + I Piperead 'echo FvwmRearrange -tile -animate -resize -mn 2 -m $[EWMH_BS_Panel_Left]p $[EWMH_BS_Panel_Top]p `expr $[vp.width] - $[EWMH_BS_Panel_Right]`p `expr $[vp.height] - $[EWMH_BS_Panel_Bottom]`p' +DestroyFunc Window-Rearrange-Default +AddToFunc Window-Rearrange-Default ++ I All (CurrentPage, !Fvwm*, !gkrellm; !trayer) WinddowShade off ++ I All (CurrentPage, !Fvwm*, !gkrellm; !trayer) NS-Default + # vim:ft=fvwm Modified: man/KeyboardBindings.1 =================================================================== --- man/KeyboardBindings.1 2013-05-11 22:52:49 UTC (rev 391) +++ man/KeyboardBindings.1 2013-05-13 21:27:32 UTC (rev 392) @@ -126,7 +126,7 @@ .SH WINDOW RESIZER .TP .B -Alt + Shift + 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 +Alt + Shift + 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, D Resizes currently focused window in different ways. Try it to see what happens :) .SH MUSIC PLAYER AND AUDIO MIXER .TP This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |