equal
deleted
inserted
replaced
1 # -*- mode: fvwm; -*- |
1 # -*- mode: fvwm; fill-column: 90 -*- |
2 |
2 |
3 ############################ |
3 ############################ |
4 # Set Environment variables. |
4 # Set Environment variables. |
5 ############################ |
5 ############################ |
6 |
6 |
21 |
21 |
22 DesktopSize 3x3 |
22 DesktopSize 3x3 |
23 DesktopName 0 Main |
23 DesktopName 0 Main |
24 DesktopName 1 Work |
24 DesktopName 1 Work |
25 DesktopName 2 Games |
25 DesktopName 2 Games |
26 # In percent. |
26 # 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! |
27 # 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. |
28 # With 100 100 by hitting edge I move to next page. |
29 EdgeScroll 0 0 |
29 EdgeScroll 0 0 |
|
30 # Tells how hard it should be to change the desktop viewport by moving the mouse over the |
|
31 # edge of the screen and how hard it should be to move a window over the edge of the screen. |
30 EdgeResistance 150 150 |
32 EdgeResistance 150 150 |
|
33 # Width or height of the invisible window that fvwm creates on the edges of the screen that |
|
34 # are used for the edge scrolling feature. |
31 EdgeThickness 1 |
35 EdgeThickness 1 |
32 |
36 |
33 # ######################### |
37 # ######################### |
34 # Mouse and Focus Behavior. |
38 # Mouse and Focus Behavior. |
35 # ######################### |
39 # ######################### |