From b806e35698faf14958f097aee99ca812e54970a9 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Sun, 20 Apr 2008 02:36:15 -0400 Subject: [PATCH] Add support for multiple screens. --- config | 3 ++- multiscreen | 15 +++++++++++++++ panels | 2 ++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 multiscreen diff --git a/config b/config index 25c45f4..769e0c7 100644 --- a/config +++ b/config @@ -7,6 +7,7 @@ DestroyFunc ExitFunction SetEnv TERMINAL /home/nick/bin/urxvt.sh # Features +Read multiscreen Read nickstheme Read rootmenu Read wallpaper @@ -111,6 +112,6 @@ Style xeyes !Title Style MPlayer EWMHUseStackingOrderHints # Initialization -AddToFunc InitFunction +AddToFunc InitFunction_Screen0 + I Exec exec xscreensaver + I Exec exec gmpc diff --git a/multiscreen b/multiscreen new file mode 100644 index 0000000..97015cc --- /dev/null +++ b/multiscreen @@ -0,0 +1,15 @@ +# Some handy stuff for working with multiple screens. Include before anyone +# uses these features. + +DestroyFunc InitFunction_Screen$[screen] +DestroyFunc StartFunction_Screen$[screen] +DestroyFunc ExitFunction_Screen$[screen] + +AddToFunc InitFunction ++ I InitFunction_Screen$[screen] + +AddToFunc StartFunction ++ I StartFunction_Screen$[screen] + +AddToFunc ExitFunction ++ I ExitFunction_Screen$[screen] diff --git a/panels b/panels index a97465b..0d6c12b 100644 --- a/panels +++ b/panels @@ -21,6 +21,8 @@ DestroyModuleConfig FvwmPager: * AddToFunc StartFunction + I Module FvwmPager * + +AddToFunc StartFunction_Screen0 + I Exec exec xfce4-panel + I Exec exec uim-toolbar-gtk-systray -- 2.43.2