From 3e90bbfaec0953f2ef74fa2827ac41678ee11dee Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 13 Aug 2009 21:37:24 +0200 Subject: importing Crystal config into git --- components/functions/Notify | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 components/functions/Notify (limited to 'components/functions/Notify') diff --git a/components/functions/Notify b/components/functions/Notify new file mode 100644 index 0000000..f0c2a55 --- /dev/null +++ b/components/functions/Notify @@ -0,0 +1,12 @@ +AddToFunc StartFunction ++ I ModuleSynchronous FvwmPerl NotifyPerl ++ I SendToModule NotifyPerl load FvwmNotify.pm + +DestroyFunc BubbleNotify +AddToFunc BubbleNotify ++ I SendToModule NotifyPerl eval FvwmNotify::notify(q{$0},q{$1},q{$2},q{$3},q{$4}) + +DestroyFunc UrgencyFunc +AddtoFunc UrgencyFunc ++ I BubbleNotify $[w.name] $[w.name] 'beep!' 2000 $[w.iconfile] + -- cgit v1.2.3