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 |
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 |
197 Key Scroll_Lock A N Exec xscreensaver-command -activate |
199 Key Scroll_Lock A N Exec xscreensaver-command -activate |
198 |
200 |
|
201 # Similar to Vi hjkl: |
|
202 # |
|
203 # F11 - up |
|
204 # F9 - left F12 - right |
|
205 # F10 - down |
|
206 |
|
207 Key F10 A M GotoDesk +1 0 4 |
|
208 Key F11 A M GotoDesk -1 0 4 |
|
209 |
|
210 Key F9 A C GotoPage -1p -0p |
|
211 Key F10 A C GotoPage +0p +1p |
|
212 Key F11 A C GotoPage +0p -1p |
|
213 Key F12 A C GotoPage +1p +0p |
|
214 |
|
215 Key F9 A S CursorMove -50p +0p |
|
216 Key F10 A S CursorMove +0p +50p |
|
217 Key F11 A S CursorMove +0p -50p |
|
218 Key F12 A S CursorMove +50p +0p |
|
219 |
199 ############### |
220 ############### |
200 # Window Decor. |
221 # Window Decor. |
201 ############### |
222 ############### |
202 |
223 |
203 DestroyDecor MyDecor |
224 DestroyDecor MyDecor |
294 |
315 |
295 DestroyModuleConfig FvwmPager: * |
316 DestroyModuleConfig FvwmPager: * |
296 *FvwmPager: Back $[FvwmPager_Inactive] |
317 *FvwmPager: Back $[FvwmPager_Inactive] |
297 *FvwmPager: BalloonBack $[FvwmPager_Active] |
318 *FvwmPager: BalloonBack $[FvwmPager_Active] |
298 *FvwmPager: Hilight $[FvwmPager_Active] |
319 *FvwmPager: Hilight $[FvwmPager_Active] |
299 *FvwmPager: Geometry 80x300-0+0 |
320 *FvwmPager: Geometry 80x500-0+0 |
300 *FvwmPager: WindowColors $[FvwmPager_Inactive] $[FvwmPager_Inactive] $[FvwmPager_Active] $[FvwmPager_Active] |
321 *FvwmPager: WindowColors $[FvwmPager_Inactive] $[FvwmPager_Inactive] $[FvwmPager_Active] $[FvwmPager_Active] |
301 *FvwmPager: Font "xft:Sans:Bold:pixelsize=12:minspace=True:antialias=True" |
322 *FvwmPager: Font "xft:Sans:Bold:pixelsize=12:minspace=True:antialias=True" |
302 *FvwmPager: Balloons All |
323 *FvwmPager: Balloons All |
303 *FvwmPager: BalloonFont "-Misc-Fixed-Medium-R-Normal-*-13-*-*-*-*-*-ISO10646-1" |
324 *FvwmPager: BalloonFont "-Misc-Fixed-Medium-R-Normal-*-13-*-*-*-*-*-ISO10646-1" |
304 *FvwmPager: MiniIcons |
325 *FvwmPager: MiniIcons |
305 *FvwmPager: UseSkipList |
326 *FvwmPager: UseSkipList |
306 *FvwmPager: Rows 3 |
327 *FvwmPager: LabelsAbove |
|
328 # As I use only columns row count calculated automatically. |
|
329 # *FvwmPager: Rows 5 |
307 *FvwmPager: Columns 1 |
330 *FvwmPager: Columns 1 |
308 |
331 |
309 # ######### |
332 # ######### |
310 # FvwmAuto. |
333 # FvwmAuto. |
311 # ######### |
334 # ######### |
346 + I Nop |
369 + I Nop |
347 |
370 |
348 # First and after all restart. |
371 # First and after all restart. |
349 # All fvwm modules exit after restart fvwm, so you must put they there. |
372 # All fvwm modules exit after restart fvwm, so you must put they there. |
350 AddToFunc StartFunction |
373 AddToFunc StartFunction |
351 + I Module FvwmPager 0 2 |
374 + I Module FvwmPager 0 4 |
352 + I Module FvwmAuto 1 -menter enter_handler |
375 + I Module FvwmAuto 1 -menter enter_handler |
353 # Add next to load desktop image (must be .xpm or .png) |
376 # Add next to load desktop image (must be .xpm or .png) |
354 # + I Exec fvwm-root -r ~/tmp/MagicItemComp2_1280x1024.png |
377 # + I Exec fvwm-root -r ~/tmp/MagicItemComp2_1280x1024.png |