-
Notifications
You must be signed in to change notification settings - Fork 0
/
alternate.fvwmrc
98 lines (80 loc) · 2.31 KB
/
alternate.fvwmrc
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
DeskTopSize 3x3
DeskTopScale 16
Pager -5 -5
StaysOnTop Fvwm Pager
Font -adobe-helvetica-medium-r-*-*-*-180-75-75-*-*-iso8859-*
StdForeColor black
StdBackColor DarkTurquoise
HiForeColor yellow
HiBackColor MediumVioletRed
NoTitle Clock
NoTitle XClock
NoTitle XBiff
NoTitle XEyes
Sticky Clock
Sticky XClock
Sticky XBiff
StaysOnTop Clock
StaysOnTop XClock
StaysOnTop XBiff
Popup "Tools"
Title "TOOLS"
Exec "Shell" exec xterm &
Exec "Big Shell" exec xterm -geometry 80x43 &
Exec "Emacs" exec xemacs &
Exec "Emacs Server" exec xemacs -f server-start &
Exec "Lock" exec xlock -nice 20 -mode qix &
Exec "Console" exec xterm -title Console -C &
Title "ACCESSORIES"
Exec "Mail delivery" exec xbiff &
Exec "Analog clock" exec xclock -geometry 48x48 &
Exec "Load average" exec xload &
Exec "Calculator" exec xcalc &
EndPopup
Popup "Window"
Title "WINDOW"
Iconify "Iconify"
Raise "Raise"
Lower "Lower"
Refresh "Repaint"
EndPopup
Popup "Global"
Title "MANAGE"
Move "Move"
Resize "Resize"
Delete "Delete"
Destroy "Destroy"
Refresh "Refresh"
Quit "Quit"
Title "ROOTS"
Exec "Gray" exec xsetroot -solid 'gray' &
Exec "Sienna" exec xsetroot -solid 'sienna' &
Exec "Grass" exec xsetroot -solid 'dark green' &
Exec "Black" exec xsetroot -solid 'black' &
Exec "Gray" exec xsetroot -bitmap /usr/include/X11/bitmaps/gray &
Exec "Stripes" exec xsetroot -bitmap /usr/include/X11/bitmaps/stripe4 &
Exec "Escher" exec xsetroot -bitmap /usr/include/X11/bitmaps/escherknot &
Exec "Fine Grid" exec xsetroot -bitmap /usr/include/X11/bitmaps/grid2 &
Exec "Coarse Grid" exec xsetroot -bitmap /usr/include/X11/bitmaps/grid8 &
Exec "Moon" exec xphoon &
Exec "Moons" exec xphoon -t 20 &
Exec "Weave" exec xsetroot &
Exec "Ico" exec ico -r -obj ico &
EndPopup
Key Left R N Scroll -600 +0
Key Right R N Scroll +600 +0
Key Up R N Scroll +0 -600
Key Down R N Scroll +0 +600
Key Left A C Scroll -600 +0
Key Right A C Scroll +600 +0
Key Up A C Scroll +0 -600
Key Down A C Scroll +0 +600
Mouse 1 TSI N Raise
Mouse 2 TSI N Move
Mouse 2 TSI M Popup "Window"
Mouse 3 TSI N Lower
Mouse 1 F N Resize
Mouse 2 F N Popup "Window"
Mouse 3 F N Iconify
Mouse 1 R N Popup "Tools"
Mouse 2 R N Popup "Global"