blob: 06774bcf5f1a921bcede5adf89d03f75411e5cab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
# xeno's fvwm2 config
DesktopSize 4x1
Mouse 0 2 N Close
# IconBox
# AddToFunc StartFunction
# + I Module FvwmIconBox
# Style FvwmIconBox Sticky
# Style FvwmIconBox NoTitle
# Style FvwmIconBox NoHandles
# *FvwmIconBox: HideSC Horizontal
# *FvwmIconBox: HideSC Vertical
# *FvwmIconBox: Geometry 1x5+0+150
# *FvwmIconBox: FrameWidth 0 0
# *FvwmIconBox: Resolution Desk
# Pager
AddToFunc StartFunction
+ I Module FvwmPager 0 3
Style FvwmPager Sticky
Style FvwmPager NoTitle
Style FvwmPager NoHandles
*FvwmPager: Font -xos4-terminus-*-*-*-*-12-*-*-*-*-*-*-*
*FvwmPager: Geometry 150x150
*FvwmPager: MiniIcons
*FvwmPager: Columns 1
*FvwmPager: Label 0 Communication
*FvwmPager: Label 1 "World Wide Web"
*FvwmPager: Label 2 Diverse
*FvwmPager: Label 3 Diverse
Style * Font -xos4-terminus-*-*-*-*-12-*-*-*-*-*-*-*
Style * IconFont -xos4-terminus-*-*-*-*-12-*-*-*-*-*-*-*
Style * HandleWidth 4
Style * GrabFocus
Style * ResizeOpaque
Style * NoPPosition
Style * NoTransientPPosition
Style * SloppyFocus
#Style * MWMFunctions
#Style * MWMDecor
#Style * HintOverride
#Style * OLDecor
MenuStyle * Font -xos4-terminus-*-*-*-*-12-*-*-*-*-*-*-*
MenuStyle * Foreground white, Background black
MenuStyle * Hilight3DThickness 1
MenuStyle * BorderWidth 1
CursorStyle ROOT left_ptr
CursorStyle TITLE left_ptr
CursorStyle DEFAULT left_ptr
CursorStyle SYS left_ptr
CursorStyle MENU left_ptr
# Keys
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 "G" A M Desk -1 0 0 3
Key "R" A M Desk +1 0 0 3
Key "N" A M GotoPage -1p 0
Key "T" A M GotoPage +1p 0
Key "R" A CM Restart
Key "Q" A CM Quit
|