From: <dom...@us...> - 2013-04-24 17:36:04
|
Revision: 290 http://sourceforge.net/p/fvwm-crystal/code/290 Author: dominique_libre Date: 2013-04-24 17:36:01 +0000 (Wed, 24 Apr 2013) Log Message: ----------- functions(Window-Basic: replaced transset--df by transset Modified Paths: -------------- ChangeLog INSTALL fvwm/components/functions/Window-Basic Modified: ChangeLog =================================================================== --- ChangeLog 2013-04-24 17:32:20 UTC (rev 289) +++ ChangeLog 2013-04-24 17:36:01 UTC (rev 290) @@ -4,6 +4,7 @@ functions/Icon-Launcher: cleanup; fix icon style to work with Icon-Thumbnails functions/Preferences-Menu: re-added Eterm support INSTALL: Added xcompmgr and transset into the optional dependencies + functions/Window-Basic: replaced transset-df ny transset Mardi 23 Avril 2913 Dominique Michl recipes/*; functions/EWMH-BaseStruts; functions/NotificationAreaManager": Modified: INSTALL =================================================================== --- INSTALL 2013-04-24 17:32:20 UTC (rev 289) +++ INSTALL 2013-04-24 17:36:01 UTC (rev 290) @@ -148,7 +148,7 @@ - At least one of 'mpd', 'mpc', 'gmpc' or 'xmms', 'xmms-shell', 'xmms-find' or 'xmms2' or 'quodlibet' or 'cdcd' or 'cmus' or 'alsaplayer' or 'mplayer' for built-in music player support (even video support with mplayer) -- 'transset' and 'xcompmgt'for full transparency support. +- 'transset' and 'xcompmgr'for full transparency support. - A mixer application. I recommand alsamixer. - 'sudo' and 'gksudo' for running text/graphical applications as superuser and for reboot/shutdown options in the Exit menu Modified: fvwm/components/functions/Window-Basic =================================================================== --- fvwm/components/functions/Window-Basic 2013-04-24 17:32:20 UTC (rev 289) +++ fvwm/components/functions/Window-Basic 2013-04-24 17:36:01 UTC (rev 290) @@ -47,7 +47,7 @@ + C Raise + M Move + C Lower -+ C All (!Iconic, !Focused, CurrentPage, !Overlapped) Focus ++ C Next (!Iconic, AcceptsFocus, CurrentPage, !Overlapped) Focus # } # { Used in recipes/Amiga for the pager @@ -114,12 +114,13 @@ + I Iconify + I Layer 0 2 +DestroyFunc Window-Decrease-Transparency +AddToFunc Window-Decrease-Transparency ++ I Exec exec transset --actual --min 0 --dec .05 + DestroyFunc Window-Increase-Transparency AddToFunc Window-Increase-Transparency -+ I Exec exec transset-df --actual --max 1 --inc .05 ++ I Exec exec transset --actual --max 1 --inc .05 -DestroyFunc Window-Decrease-Transparency -AddToFunc Window-Decrease-Transparency -+ I Exec exec transset-df --actual --min 0 --dec .05 # vim:ft=fvwm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |