]> git.draconx.ca Git - fvwmconf.git/blobdiff - panels
Split the .fvwm directory into global, common, and host-specific subdirectories.
[fvwmconf.git] / panels
diff --git a/panels b/panels
deleted file mode 100644 (file)
index 0d6c12b..0000000
--- a/panels
+++ /dev/null
@@ -1,32 +0,0 @@
-# Top Panel
-Style "Xfce Panel" !Borders, !Title, Sticky, StaysOnTop, FixedPosition,FixedSize
-Style "Xfce Panel" NeverFocus, WindowListSkip, CirculateSkip
-Style "Xfce Panel" HilightColorset 1
-
-# Pager
-Colorset 14 fg gray, bg gray50
-Colorset 15 bg #496278
-
-Style FvwmPager !Handles, !Title, Sticky, StaysOnTop, FixedPosition, FixedSize
-Style FvwmPager WindowListSkip, CirculateSkip
-
-DestroyModuleConfig FvwmPager: *
-*FvwmPager: Geometry -0-0
-*FvwmPager: SolidSeparators
-*FvwmPager: UseSkipList
-*FvwmPager: Font none
-*FvwmPager: MiniIcons
-*FvwmPager: Colorset * 14
-*FvwmPager: HilightColorset * 15
-
-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 PipeRead 'kill `pgrep -P $PPID xfce4-panel` &>/dev/null'
-+ I PipeRead 'kill `pgrep -P $PPID uim-toolbar-gtk` &>/dev/null'