From: <dom...@us...> - 2010-12-31 18:03:29
|
Revision: 47 http://fvwm-crystal.svn.sourceforge.net/fvwm-crystal/?rev=47&view=rev Author: dominique_libre Date: 2010-12-31 18:03:23 +0000 (Fri, 31 Dec 2010) Log Message: ----------- Added terminator support into AT Exec accelerator Modified Paths: -------------- ChangeLog fvwm/components/functions/Exec-Accelerator Modified: ChangeLog =================================================================== --- ChangeLog 2010-12-31 17:48:27 UTC (rev 46) +++ ChangeLog 2010-12-31 18:03:23 UTC (rev 47) @@ -9,6 +9,7 @@ * Icon-Thumbnails : cleanup and added comment * Debug-Functions : cleanup and support for font preferences * EWMH-BaseStruts : support for double top panel like in the rewrited amiga recipe + * Added terminator support into AT Exec accelerator Mercredi 23 décembre 2010 Dominique Michel * New Amiga focus policy : click to focus without raise, Modified: fvwm/components/functions/Exec-Accelerator =================================================================== --- fvwm/components/functions/Exec-Accelerator 2010-12-31 17:48:27 UTC (rev 46) +++ fvwm/components/functions/Exec-Accelerator 2010-12-31 18:03:23 UTC (rev 47) @@ -58,7 +58,7 @@ DestroyFunc AT AddToFunc AT + I Window-SetPlacementPolicy -+ I Test (!EnvMatch DefaultTerminal gnome-terminal, !EnvMatch DefaultTerminal multi-gnome-terminal) Exec exec $[DefaultTerminal] -title $0 -e $1 ++ I Test (!EnvMatch DefaultTerminal gnome-terminal, !EnvMatch DefaultTerminal multi-gnome-terminal, !EnvMatch DefaultTerminal terminator) Exec exec $[DefaultTerminal] -title $0 -e $1 + I TestRc (NoMatch) Exec exec $[DefaultTerminal] --title "$0" -e "$1" # Usage: X [command] [command options] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |