aboutsummaryrefslogtreecommitdiff
path: root/components/functions/Notify
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2015-06-02 16:16:36 +0100
committerdakkar <dakkar@thenautilus.net>2015-06-02 16:16:36 +0100
commit5fee59e19e46ccee891c96e8177afb7d4c400e57 (patch)
tree5b7bf522a8f77f302bdf6c7c0c98e827605440a2 /components/functions/Notify
parentshift-FF for private window (diff)
downloadfvwm-crystal-5fee59e19e46ccee891c96e8177afb7d4c400e57.tar.gz
fvwm-crystal-5fee59e19e46ccee891c96e8177afb7d4c400e57.tar.bz2
fvwm-crystal-5fee59e19e46ccee891c96e8177afb7d4c400e57.zip
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.
Diffstat (limited to 'components/functions/Notify')
-rw-r--r--components/functions/Notify12
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]
-