From: <dom...@us...> - 2014-01-09 23:57:11
|
Revision: 584 http://sourceforge.net/p/fvwm-crystal/code/584 Author: dominique_libre Date: 2014-01-09 23:57:09 +0000 (Thu, 09 Jan 2014) Log Message: ----------- styles/Applications-Icons-22-32: commented out FuncResizeTerm this should be in the Xresources files. addons/Xdefault: added geometry for a few terminal emulators. Modified Paths: -------------- ChangeLog addons/Xdefaults fvwm/components/styles/Application-Icons-22-32 Modified: ChangeLog =================================================================== --- ChangeLog 2014-01-08 17:35:05 UTC (rev 583) +++ ChangeLog 2014-01-09 23:57:09 UTC (rev 584) @@ -3,6 +3,11 @@ Version 3.2.8 ------------- +Vendredi 10 janvier 2014 Dominique Michel + styles/Applications-Icons-22-32: commented out FuncResizeTerm, this should be + in the Xresources files. + addons/Xdefault: added geometry for a few terminal emulators. + Mercredi 8 janvier 2014 Dominique Michel functions/Media: create ~/.mplayer directory if it doesn't exist. functions/Exec-Accelerator: fix for AT function with infostore variable; fix @@ -17,7 +22,7 @@ functions/Media: make the speed menu like in Music-Alsaplayer, locale aware and fast keys in menu. locale/*/*/*: sorted all remaining po files. -+ addons/fvwm-crystal.pot; fvwm-crystal-script.pot; make.pot; sort_po: usefull ++ addons/fvwm-crystal.pot; fvwm-crystal-script.pot; make.pot; sort_po: usefull locale files. Vendredi 3 Janvier 2014 Dominique Michel Modified: addons/Xdefaults =================================================================== --- addons/Xdefaults 2014-01-08 17:35:05 UTC (rev 583) +++ addons/Xdefaults 2014-01-09 23:57:09 UTC (rev 584) @@ -24,7 +24,7 @@ !Aterm*boldFont: -*-terminus-bold-*-*-*-*-*-*-*-*-*-*-* Aterm*saveLines: 100000 -Rxvt*geometry: 80x24 +Rxvt*geometry: 80x60 Rxvt*colorBD: blue Rxvt*colorUL: green Rxvt*loginShell: true @@ -113,6 +113,7 @@ !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*VT100*Geometry: 80 50 XTerm*charClass: 33:48,37:48,45-47:48,38:48,58:48 !XTerm*faceName: Andale Mono Bold:size=11 XTerm*faceName: Terminus Modified: fvwm/components/styles/Application-Icons-22-32 =================================================================== --- fvwm/components/styles/Application-Icons-22-32 2014-01-08 17:35:05 UTC (rev 583) +++ fvwm/components/styles/Application-Icons-22-32 2014-01-09 23:57:09 UTC (rev 584) @@ -21,27 +21,29 @@ Style Terminator MiniIcon 22x22/apps/terminator.png, Icon 32x32/apps/terminator.png Style Lxterminal MiniIcon 22x22/apps/lxterminal.png, Icon 32x32/apps/lxterminal.png Style Vte MiniIcon 22x22/apps/vte.png, Icon 32x32/apps/vte.png -*FvwmEvent-Terminal: Cmd -*FvwmEvent-Terminal: PassId -*FvwmEvent-Terminal: add_window FuncResizeTerm -DestroyFunc FuncResizeTerm -AddToFunc FuncResizeTerm -+ I WindowId $0 ("XTerm") Resize 80 50 -+ I WindowId $0 ("aterm") Resize 80c 25 -+ I WindowId $0 ("Eterm") Resize 80 60 -+ I WindowId $0 ("URxwt") Resize 80 60 -+ I WindowId $0 ("mrxvt") Resize 80 60 -+ I WindowId $0 ("konsole") Resize 80 60 -+ I WindowId $0 ("Gnome-terminal") Resize 80 60 -+ I WindowId $0 ("Multi-gnome-terminal") Resize 80 60 -+ I WindowId $0 ("xfce4-terminal") Resize 80 60 -+ I WindowId $0 ("Terminator") Resize 80 60 -+ I WindowId $0 ("Lxterminal") Resize 80 50 -+ I WindowId $0 ("Vte") Resize 80 50 +# Must be in Xressource files +#*FvwmEvent-Terminal: Cmd +#*FvwmEvent-Terminal: PassId +#*FvwmEvent-Terminal: add_window FuncResizeTerm -AddToFunc StartFunction I FvwmEvent FvwmEvent-Terminal +#DestroyFunc FuncResizeTerm +#AddToFunc FuncResizeTerm +#+ I WindowId $0 ("XTerm") Resize 80 50 +#+ I WindowId $0 ("aterm") Resize 80c 25 +#+ I WindowId $0 ("Eterm") Resize 80 60 +#+ I WindowId $0 ("URxwt") Resize 80 60 +#+ I WindowId $0 ("mrxvt") Resize 80 60 +#+ I WindowId $0 ("konsole") Resize 80 60 +#+ I WindowId $0 ("Gnome-terminal") Resize 80 60 +#+ I WindowId $0 ("Multi-gnome-terminal") Resize 80 60 +#+ I WindowId $0 ("xfce4-terminal") Resize 80 60 +#+ I WindowId $0 ("Terminator") Resize 80 60 +#+ I WindowId $0 ("Lxterminal") Resize 80 50 +#+ I WindowId $0 ("Vte") Resize 80 50 +#AddToFunc StartFunction I FvwmEvent FvwmEvent-Terminal + # Text applications {{{2 Style elinks MiniIcon 22x22/apps/elinks.png, Icon 32x32/apps/elinks.png Style aptsh MiniIcon 22x22/apps/aptsh.png, Icon 32x32/apps/aptsh.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |