From: Nick Bowler Date: Sun, 26 Apr 2009 03:28:40 +0000 (-0400) Subject: Use xfce4-panel --exit instead of kill and pgrep to quit panels. X-Git-Url: https://git.draconx.ca/gitweb/fvwmconf.git/commitdiff_plain/c589febab53264c1c442d0c4ac14916324dbb9de Use xfce4-panel --exit instead of kill and pgrep to quit panels. --- diff --git a/common/panels b/common/panels index 0d6c12b..14426d1 100644 --- a/common/panels +++ b/common/panels @@ -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'