diff options
Diffstat (limited to 'fvwm/config')
-rw-r--r-- | fvwm/config | 30 |
1 files changed, 20 insertions, 10 deletions
diff --git a/fvwm/config b/fvwm/config index 06774bc..2d551cb 100644 --- a/fvwm/config +++ b/fvwm/config @@ -1,8 +1,13 @@ # xeno's fvwm2 config -DesktopSize 4x1 +DesktopSize 2x1 Mouse 0 2 N Close +Colorset 1 RootTransparent Buffer, Tint #000000 40 +Colorset 2 RootTransparent Buffer, Tint #fecf35 40 +Colorset 3 RootTransparent Buffer +Colorset 4 bg black, fg white + # IconBox # AddToFunc StartFunction # + I Module FvwmIconBox @@ -20,15 +25,20 @@ Mouse 0 2 N Close + I Module FvwmPager 0 3 Style FvwmPager Sticky Style FvwmPager NoTitle - Style FvwmPager NoHandles - *FvwmPager: Font -xos4-terminus-*-*-*-*-12-*-*-*-*-*-*-* - *FvwmPager: Geometry 150x150 - *FvwmPager: MiniIcons + Style FvwmPager FixedPosition + Style FvwmPager FixedSize + Style FvwmPager BorderColorSet 4 + Style FvwmPager !Iconifiable + Style FvwmPager !Handles + *FvwmPager: Font none + *FvwmPager: Geometry 75x150+10+10 *FvwmPager: Columns 1 - *FvwmPager: Label 0 Communication - *FvwmPager: Label 1 "World Wide Web" - *FvwmPager: Label 2 Diverse - *FvwmPager: Label 3 Diverse + *FvwmPager: ShapeLabels + *FvwmPager: SolidSeparators + *FvwmPager: Balloons + *FvwmPager: Colorset * 1 + *FvwmPager: HilightColorset * 2 + *FvwmPager: WindowColorsets 3 3 Style * Font -xos4-terminus-*-*-*-*-12-*-*-*-*-*-*-* Style * IconFont -xos4-terminus-*-*-*-*-12-*-*-*-*-*-*-* @@ -58,7 +68,7 @@ CursorStyle MENU left_ptr Key Return A M Exec urxvt Key "Q" A M Exec dmenu_run Key Tab A M Next (CurrentPage !Sticky AcceptsFocus) Focus - Key "M" A M SemiMax + Key "M" A M Maximize Key "G" A M Desk -1 0 0 3 Key "R" A M Desk +1 0 0 3 Key "N" A M GotoPage -1p 0 |