]> git.draconx.ca Git - fvwmconf.git/commitdiff
Use xfce4-panel --exit instead of kill and pgrep to quit panels.
authorNick Bowler <nbowler@draconx.ca>
Sun, 26 Apr 2009 03:28:40 +0000 (23:28 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sun, 26 Apr 2009 03:28:40 +0000 (23:28 -0400)
common/panels

index 0d6c12bf347673de9fd6b0f042177d0ef971fb5d..14426d19238785a5a9fec336472a0468e65e0f67 100644 (file)
@@ -28,5 +28,5 @@ AddToFunc StartFunction_Screen0
 
 AddToFunc ExitFunction
 + I KillModule FvwmPager
-+ I PipeRead 'kill `pgrep -P $PPID xfce4-panel` &>/dev/null'
++ I PipeRead 'xfce4-panel --exit &>/dev/null'
 + I PipeRead 'kill `pgrep -P $PPID uim-toolbar-gtk` &>/dev/null'