OpenBSD 桌面( 四 )


Key Right A C Scroll1000
Key Up A C Scroll0 -100
Key Down A C Scroll0100

# press arrowmeta key, and scroll by 1/10 of a page
Key Left A M Scroll -100
Key Right A M Scroll100
Key Up A M Scroll0 -10
Key Down A M Scroll010

# press shift arrowcontrol anywhere, and move the pointer by 1% of a page
Key Left A SC CursorMove -1 0
Key Right A SC CursorMove10
Key Up A SC CursorMove0 -1
Key Down A SC CursorMove01

# press shift arrowmeta key, and move the pointer by 1/10 of a page
Key Left A SM CursorMove -100
Key Right A SM CursorMove100
Key Up A SM CursorMove0 -10
Key Down A SM CursorMove010

# Keyboard accelerators
Key F1 A M Menu RootMenu
Key F2 A M Menu Window-Ops
Key F3 A M WindowList FvwmWinList
Key F4 A M Iconify
Key F5 A M Move
Key F6 A M Resize
Key F7 A M CirculateUp
Key F8 A M CirculateDown

#Page Up/Dapge Down keys are used to scroll by one desktop page
# in any context, press page up/downcontrol
# in root context, just pressing page up/down is OK
#
# I prefer the non-wrapping scroll. These are for example purposes only
#Key Next A C Scroll 100000 0
#Key Next R N Scroll 100000 0
#Key Prior A C Scroll -100000 0
#Key Prior R N Scroll -100000 0
################## FvwmButtons button-bar ################################
*FvwmButtonsBack #5c54c0
*FvwmButtonsGeometry 120x30 400-2[color=red:8fa26d1069]定义电子钟的大小和出现的位置[/color:8fa26d1069]
*FvwmButtons(Swallow(Respawn, NoHints) xdaliclock `Exec exec xdaliclock -bg gray40 -fg yellow -fn 12x24`)[color=red:8fa26d1069] bg背景色, fg前景色, fn字体大小[/color:8fa26d1069]
[color=red:8fa26d1069] 上面的buttons配置是我的桌面上的电子钟的配置情况[/color:8fa26d1069]
########################## Window-Identifier ###############################
# Just choose colors and a fonts
*FvwmIdentBack MidnightBlue
*FvwmIdentFore Yellow
*FvwmIdentFont -adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*
########################### Pager #########################################
*FvwmPagerRows 1[color=red:8fa26d1069] 虚拟桌面排列行数[/color:8fa26d1069]
*FvwmPagerColumns 4[color=red:8fa26d1069] 虚拟桌面排列列数[/color:8fa26d1069]
*FvwmPagerFont -adobe-helvetica-bold-r-*-*-10-*-*-*-*-*-*-*[color=red:8fa26d1069]使用的字体[/color:8fa26d1069]
*FvwmPagerBack #5c54c0[color=red:8fa26d1069]虚拟桌面的背景色[/color:8fa26d1069]
*FvwmPagerFore white[color=red:8fa26d1069]虚拟桌面的前景色[/color:8fa26d1069]
*FvwmPagerHilight #6b64b0[color=red:8fa26d1069]当前使用桌面的颜色[/color:8fa26d1069]
#*FvwmPagerGeometry 100x100-1-1
*FvwmPagerGeometry0-0[color=red:8fa26d1069]桌面面板的出现位置[/color:8fa26d1069]
*FvwmPagerLabel 0 "OpenBSD 3.5"[color=red:8fa26d1069]每一个虚拟桌面的名称, 当名称中有空格时用双引号括起来[/color:8fa26d1069]
*FvwmPagerLabel 1 Maker
*FvwmPagerLabel 2 Mail
*FvwmPagerLabel 3 Study
*FvwmPagerSmallFont 5x8
*FvwmPagerBalloons All
*FvwmPagerBalloonBack yellow
*FvwmPagerBalloonFore black
*FvwmPagerBalloonFont -adobe-times-bold-r-*-*-10-*-*-*-*-*-*-*
*FvwmPagerBalloonYOffset2
*FvwmPagerBalloonBorderWidth 1
*FvwmPagerBalloonBorderColor black
##########################FvwmWinList##################################
*FvwmWinListBack #908090
*FvwmWinListFore Black
*FvwmWinListFont -adobe-helvetica-bold-r-*-*-10-*-*-*-*-*-*-*
*FvwmWinListAction Click1 Iconify -1,Focus
*FvwmWinListAction Click2 Iconify
*FvwmWinListAction Click3 Module "FvwmIdent" FvwmIdent
*FvwmWinListUseSkipList
*FvwmWinListGeometry0-1

*FvwmBackerDesk 0 -solid steelblue
*FvwmBackerDesk 1 -solid midnightblue
*FvwmScrollBack grey40
*FvwmScrollFore green
############################################################
############################################################

推荐阅读