From 5fee59e19e46ccee891c96e8177afb7d4c400e57 Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 2 Jun 2015 16:16:36 +0100 Subject: update to fvwm-crystal 3.2.3 This update is big: upstream has simplified and refactored everything, so I had to move stuff around a lot. I now rely much more on the overlay system, instead of adding custom files all over the place. --- components/functions/Urgency-Hint | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 components/functions/Urgency-Hint (limited to 'components/functions/Urgency-Hint') diff --git a/components/functions/Urgency-Hint b/components/functions/Urgency-Hint new file mode 100644 index 0000000..af35efe --- /dev/null +++ b/components/functions/Urgency-Hint @@ -0,0 +1,13 @@ +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] + +DestroyFunc UrgencyDoneFunc -- cgit v1.2.3