101 + I Module FvwmKbdd.pl |
101 + I Module FvwmKbdd.pl |
102 # Add next to load desktop image (must be .xpm or .png) |
102 # Add next to load desktop image (must be .xpm or .png) |
103 # + I Exec fvwm-root -r ~/tmp/MagicItemComp2_1280x1024.png |
103 # + I Exec fvwm-root -r ~/tmp/MagicItemComp2_1280x1024.png |
104 |
104 |
105 ################################################################ |
105 ################################################################ |
|
106 # Window Styles. |
|
107 |
|
108 Style "*" BorderWidth 6, HandleWidth 6 |
|
109 # NoDecorHint, OLDecor, MwmDecor |
|
110 Style "*" MwmDecor |
|
111 # MwmBorder, FvwmBorder, DepressableBorder, FirmBorder |
|
112 Style "*" MwmBorder |
|
113 # With Mwm resize and move feedback windows are in the center of the screen, instead of |
|
114 # the upper left corner. Available: Fvwm, Mwm, Win. |
|
115 Emulate Mwm |
|
116 # Mwm and Win style menus popup sub menus automatically and never overlap the parent menu. |
|
117 # Available: Fvwm, Mwm, Win. |
|
118 MenuStyle "*" Mwm |
|
119 |
|
120 ################################################################ |
|
121 # Window Decor. |
|
122 |
|
123 DestroyDecor MyDecor |
|
124 AddToDecor MyDecor |
|
125 + TitleStyle LeftJustified Height 18 |
|
126 + ButtonStyle 1 ActiveUp Vector 4 30x30@3 60x60@3 60x30@4 30x60@3 -- Flat |
|
127 + ButtonStyle 1 ActiveDown Vector 4 30x30@1 60x60@1 60x30@4 30x60@1 -- Flat |
|
128 + ButtonStyle 1 Inactive Vector 4 30x30@3 60x60@3 60x30@4 30x60@3 -- Flat |
|
129 + ButtonStyle 3 ActiveUp Vector 5 30x60@3 60x60@3 60x50@3 30x50@3 30x60@3 -- Flat |
|
130 + ButtonStyle 3 ActiveDown Vector 5 30x60@1 60x60@1 60x50@1 30x50@1 30x60@1 -- Flat |
|
131 + ButtonStyle 3 Inactive Vector 5 30x60@3 60x60@3 60x50@3 30x50@3 30x60@3 -- Flat |
|
132 + ButtonStyle 5 ActiveUp Vector 7 30x30@3 30x60@3 60x60@3 60x30@3 30x30@3 30x35@3 60x35@3 -- Flat |
|
133 + ButtonStyle 5 ActiveDown Vector 7 30x30@1 30x60@1 60x60@1 60x30@1 30x30@1 30x35@1 60x35@1 -- Flat |
|
134 + ButtonStyle 5 Inactive Vector 7 30x30@3 30x60@3 60x60@3 60x30@3 30x30@3 30x35@3 60x35@3 -- Flat |
|
135 Style "*" UseDecor MyDecor |
|
136 |
|
137 ################################################################ |
106 # Virtual Desktops. |
138 # Virtual Desktops. |
107 |
139 |
108 DesktopSize 3x3 |
140 DesktopSize 3x3 |
109 DesktopName 0 Main |
141 DesktopName 0 Main |
110 DesktopName 1 Net |
142 DesktopName 1 Net |
309 # Win+R like in Windows. |
341 # Win+R like in Windows. |
310 Key R A 3 Exec exec gmrun |
342 Key R A 3 Exec exec gmrun |
311 |
343 |
312 Key Page_Up A 3 Exec xdotool click 4 |
344 Key Page_Up A 3 Exec xdotool click 4 |
313 Key Page_Down A 3 Exec xdotool click 5 |
345 Key Page_Down A 3 Exec xdotool click 5 |
314 |
|
315 ################################################################ |
|
316 # Window Decor. |
|
317 |
|
318 DestroyDecor MyDecor |
|
319 AddToDecor MyDecor |
|
320 + TitleStyle LeftJustified Height 18 |
|
321 + ButtonStyle 1 ActiveUp Vector 4 30x30@3 60x60@3 60x30@4 30x60@3 -- Flat |
|
322 + ButtonStyle 1 ActiveDown Vector 4 30x30@1 60x60@1 60x30@4 30x60@1 -- Flat |
|
323 + ButtonStyle 1 Inactive Vector 4 30x30@3 60x60@3 60x30@4 30x60@3 -- Flat |
|
324 + ButtonStyle 3 ActiveUp Vector 5 30x60@3 60x60@3 60x50@3 30x50@3 30x60@3 -- Flat |
|
325 + ButtonStyle 3 ActiveDown Vector 5 30x60@1 60x60@1 60x50@1 30x50@1 30x60@1 -- Flat |
|
326 + ButtonStyle 3 Inactive Vector 5 30x60@3 60x60@3 60x50@3 30x50@3 30x60@3 -- Flat |
|
327 + ButtonStyle 5 ActiveUp Vector 7 30x30@3 30x60@3 60x60@3 60x30@3 30x30@3 30x35@3 60x35@3 -- Flat |
|
328 + ButtonStyle 5 ActiveDown Vector 7 30x30@1 30x60@1 60x60@1 60x30@1 30x30@1 30x35@1 60x35@1 -- Flat |
|
329 + ButtonStyle 5 Inactive Vector 7 30x30@3 30x60@3 60x60@3 60x30@3 30x30@3 30x35@3 60x35@3 -- Flat |
|
330 |
|
331 ################################################################ |
|
332 # Window Styles. |
|
333 |
|
334 Style "*" UseDecor MyDecor |
|
335 Style "*" BorderWidth 6, HandleWidth 6 |
|
336 # NoDecorHint, OLDecor, MwmDecor |
|
337 Style "*" MwmDecor |
|
338 # MwmBorder, FvwmBorder, DepressableBorder, FirmBorder |
|
339 Style "*" MwmBorder |
|
340 # With Mwm resize and move feedback windows are in the center of the screen, instead of |
|
341 # the upper left corner. Available: Fvwm, Mwm, Win. |
|
342 Emulate Mwm |
|
343 # Mwm and Win style menus popup sub menus automatically and never overlap the parent menu. |
|
344 # Available: Fvwm, Mwm, Win. |
|
345 MenuStyle "*" Mwm |
|
346 |
346 |
347 ################################################################ |
347 ################################################################ |
348 # Menu. |
348 # Menu. |
349 |
349 |
350 # Read generated by update-menu "/Debian" menu. |
350 # Read generated by update-menu "/Debian" menu. |