]> git.draconx.ca Git - fvwmconf.git/blobdiff - panels
Add support for multiple screens.
[fvwmconf.git] / panels
diff --git a/panels b/panels
index 745b8d988a2643a868d607679fa87e6a736e571f..0d6c12bf347673de9fd6b0f042177d0ef971fb5d 100644 (file)
--- a/panels
+++ b/panels
@@ -21,9 +21,12 @@ DestroyModuleConfig FvwmPager: *
 
 AddToFunc StartFunction
 + I Module FvwmPager *
+
+AddToFunc StartFunction_Screen0
 + I Exec exec xfce4-panel
 + I Exec exec uim-toolbar-gtk-systray
 
 AddToFunc ExitFunction
 + I KillModule FvwmPager
-+ I Exec kill `pgrep -P $PPID xfce4-panel`
++ I PipeRead 'kill `pgrep -P $PPID xfce4-panel` &>/dev/null'
++ I PipeRead 'kill `pgrep -P $PPID uim-toolbar-gtk` &>/dev/null'