diff options
Diffstat (limited to 'components/functions/Notify')
-rw-r--r-- | components/functions/Notify | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/components/functions/Notify b/components/functions/Notify deleted file mode 100644 index f0c2a55..0000000 --- a/components/functions/Notify +++ /dev/null @@ -1,12 +0,0 @@ -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] - |