-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdesktops~
29 lines (26 loc) · 844 Bytes
/
desktops~
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
# fvwm allows you to use any (reasonable)
# number of virtual desktops, n*m pages
# (equal to screen sise) each. Desktop
# numeration starts from zero.
#
# Make as much desktops as you need of
# whatever size you like and name them
# as shown below or leave this file as it
# is to stick with one 2*1 pages
# desktop for a while.
DesktopSize 1x1
DesktopName 0 Code
DesktopName 1 Surf
DesktopName 2 Admin
DesktopName 3 Paint
DesktopName 4 Spare
# If you use multiple paged desktops, consider to
# define the scroll 'step' (EdgeScroll), time the
# mouse cursor should spend by the edge of the screen
# to skip to the next page (EdgeResistance) and
# the edge thickness in pixels.
# Set edge thickness to zero to avoid mouse
# page switching
Style EdgeScroll 100 100
Style EdgeResistance 400 400
Style EdgeThickness 1