19 # Virtual Desktops. |
19 # Virtual Desktops. |
20 # ################# |
20 # ################# |
21 |
21 |
22 DesktopSize 3x3 |
22 DesktopSize 3x3 |
23 DesktopName 0 Main |
23 DesktopName 0 Main |
24 DesktopName 1 Work |
24 DesktopName 1 Net |
25 DesktopName 2 Games |
25 DesktopName 2 Work |
|
26 DesktopName 3 Media |
|
27 DesktopName 4 Games |
26 # Percentage of a page to scroll when the cursor hits the edge of a page. |
28 # Percentage of a page to scroll when the cursor hits the edge of a page. |
27 # With 0 0 I cann't scroll to other page by hitting edge, but can move app to another page! |
29 # With 0 0 I cann't scroll to other page by hitting edge, but can move app to another page! |
28 # With 100 100 by hitting edge I move to next page. |
30 # With 100 100 by hitting edge I move to next page. |
29 EdgeScroll 0 0 |
31 EdgeScroll 0 0 |
30 # Tells how hard it should be to change the desktop viewport by moving the mouse over the |
32 # Tells how hard it should be to change the desktop viewport by moving the mouse over the |
192 |
194 |
193 # Make screenshot. |
195 # Make screenshot. |
194 Key Print A N FvwmScreenshot |
196 Key Print A N FvwmScreenshot |
195 Key Print A S FvwmDesktopScreenshot |
197 Key Print A S FvwmDesktopScreenshot |
196 |
198 |
|
199 # Similar to Vi hjkl: |
|
200 # |
|
201 # F11 - up |
|
202 # F9 - left F12 - right |
|
203 # F10 - down |
|
204 |
|
205 Key F10 A M GotoDesk +1 0 4 |
|
206 Key F11 A M GotoDesk -1 0 4 |
|
207 |
|
208 Key F9 A C GotoPage -1p -0p |
|
209 Key F10 A C GotoPage +0p +1p |
|
210 Key F11 A C GotoPage +0p -1p |
|
211 Key F12 A C GotoPage +1p +0p |
|
212 |
|
213 Key F9 A S CursorMove -50p +0p |
|
214 Key F10 A S CursorMove +0p +50p |
|
215 Key F11 A S CursorMove +0p -50p |
|
216 Key F12 A S CursorMove +50p +0p |
|
217 |
197 ############### |
218 ############### |
198 # Window Decor. |
219 # Window Decor. |
199 ############### |
220 ############### |
200 |
221 |
201 DestroyDecor MyDecor |
222 DestroyDecor MyDecor |
292 |
313 |
293 DestroyModuleConfig FvwmPager: * |
314 DestroyModuleConfig FvwmPager: * |
294 *FvwmPager: Back $[FvwmPager_Inactive] |
315 *FvwmPager: Back $[FvwmPager_Inactive] |
295 *FvwmPager: BalloonBack $[FvwmPager_Active] |
316 *FvwmPager: BalloonBack $[FvwmPager_Active] |
296 *FvwmPager: Hilight $[FvwmPager_Active] |
317 *FvwmPager: Hilight $[FvwmPager_Active] |
297 *FvwmPager: Geometry 80x300-0+0 |
318 *FvwmPager: Geometry 80x500-0+0 |
298 *FvwmPager: WindowColors $[FvwmPager_Inactive] $[FvwmPager_Inactive] $[FvwmPager_Active] $[FvwmPager_Active] |
319 *FvwmPager: WindowColors $[FvwmPager_Inactive] $[FvwmPager_Inactive] $[FvwmPager_Active] $[FvwmPager_Active] |
299 *FvwmPager: Font "xft:Sans:Bold:pixelsize=12:minspace=True:antialias=True" |
320 *FvwmPager: Font "xft:Sans:Bold:pixelsize=12:minspace=True:antialias=True" |
300 *FvwmPager: Balloons All |
321 *FvwmPager: Balloons All |
301 *FvwmPager: BalloonFont "-Misc-Fixed-Medium-R-Normal-*-13-*-*-*-*-*-ISO10646-1" |
322 *FvwmPager: BalloonFont "-Misc-Fixed-Medium-R-Normal-*-13-*-*-*-*-*-ISO10646-1" |
302 *FvwmPager: MiniIcons |
323 *FvwmPager: MiniIcons |
303 *FvwmPager: UseSkipList |
324 *FvwmPager: UseSkipList |
304 *FvwmPager: Rows 3 |
325 *FvwmPager: LabelsAbove |
|
326 # As I use only columns row count calculated automatically. |
|
327 # *FvwmPager: Rows 5 |
305 *FvwmPager: Columns 1 |
328 *FvwmPager: Columns 1 |
306 |
329 |
307 # ######### |
330 # ######### |
308 # FvwmAuto. |
331 # FvwmAuto. |
309 # ######### |
332 # ######### |
344 + I Nop |
367 + I Nop |
345 |
368 |
346 # First and after all restart. |
369 # First and after all restart. |
347 # All fvwm modules exit after restart fvwm, so you must put they there. |
370 # All fvwm modules exit after restart fvwm, so you must put they there. |
348 AddToFunc StartFunction |
371 AddToFunc StartFunction |
349 + I Module FvwmPager 0 2 |
372 + I Module FvwmPager 0 4 |
350 + I Module FvwmAuto 1 -menter enter_handler |
373 + I Module FvwmAuto 1 -menter enter_handler |
351 # Add next to load desktop image (must be .xpm or .png) |
374 # Add next to load desktop image (must be .xpm or .png) |
352 # + I Exec fvwm-root -r ~/tmp/MagicItemComp2_1280x1024.png |
375 # + I Exec fvwm-root -r ~/tmp/MagicItemComp2_1280x1024.png |