From: <dom...@us...> - 2020-02-19 13:44:55
|
Revision: 1004 http://sourceforge.net/p/fvwm-crystal/code/1004 Author: dominique_libre Date: 2020-02-19 13:44:53 +0000 (Wed, 19 Feb 2020) Log Message: ----------- Exec-Accelerator: add -name option for urxvtc Modified Paths: -------------- ChangeLog fvwm/components/functions/Exec-Accelerator Modified: ChangeLog =================================================================== --- ChangeLog 2020-02-19 13:40:59 UTC (rev 1003) +++ ChangeLog 2020-02-19 13:44:53 UTC (rev 1004) @@ -2,6 +2,8 @@ mercredi 19 février 2020 fvwm/scripts/CustomButtonBar/CustomButtonBat: comment debug line + fvwm/components/functions/Exec-Accelerator: add -name option for urxvtc; + this change the Ressource hint. Verion 3.6.0 ------------ Modified: fvwm/components/functions/Exec-Accelerator =================================================================== --- fvwm/components/functions/Exec-Accelerator 2020-02-19 13:40:59 UTC (rev 1003) +++ fvwm/components/functions/Exec-Accelerator 2020-02-19 13:44:53 UTC (rev 1004) @@ -85,7 +85,7 @@ DestroyFunc AT AddToFunc AT + I Window-SetPlacementPolicy -+ I Test (EnvMatch infostore.DefaultTerminal urxvtc) StartUrxvtc "--title "$0" -e $[1-]" ++ I Test (EnvMatch infostore.DefaultTerminal urxvtc) StartUrxvtc "--title "$0" -name "$0" -e $[1-]" + I TestRc (NoMatch) StartTitledTerminal "$0" $[1-] # Usage: C [command] [command options] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |