aboutsummaryrefslogtreecommitdiff
path: root/components/functions/Urgency-Hint
diff options
context:
space:
mode:
Diffstat (limited to 'components/functions/Urgency-Hint')
-rw-r--r--components/functions/Urgency-Hint13
1 files changed, 13 insertions, 0 deletions
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