LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1183|回复: 0

关于fvwm实现win+D返回桌面的问题

[复制链接]
发表于 2009-6-5 20:24:18 | 显示全部楼层 |阅读模式
本本是thinpad t43,fn键不能用,也不想折腾了。我想用ctrl+Z这个组合来实现那个效果,要怎么配置呢?
下面是我的config

SetEnv walldir $[FVWM_USERDIR]/wallpapers
ImagePath $[FVWM_USERDIR]/images/icons:+[FVWM_USERDIR]/images/deco:+[FVWM_USERDIR]/images/menu:+[FVWM_USERDIR]/images/buttons

#############################
#   Setting
###############################

DeskTopSize 3x3
IgnoreModifiers L25
HideGeometryWindow Always
EwmhBaseStruts 0 0 0 29
SnapAttraction 3 SameType
EdgeScroll 0 0
EdgeResistance 15 100
EdgeThickness 1
EdgeCommand Left nop
ClickTime 100
MoveThreshold 3
OpaqueMoveSize unlimited
BugOpts FlickeringMoveWorkaround Off
SnapGrid 1 1


#############################
#   FvwmEvent
###############################

DestroyModuleConfig FvwmEvent: *
*FvwmEvent: Cmd Function
*FvwmEvent: new_page CurrentPageFocusFunc
*FvwmEvent: new_desk CurrentPageFocusFunc
*FvwmEvent: destroy_window CurrentPageFocusFunc
*FvwmEvent: focus_change MarkWindowAsActiveFunc

DestroyFunc StartFunction
AddToFunc StartFunction
+ I Module FvwmCommandS
+ I Module FvwmEvent
+ I Module FvwmButtons
+ I Module FvwmPager
+ I Test (Init) Exec habak -ms $[walldir]
+ I Exec tint -c $[FVWM_USERDIR]/ownfiles/tintrc_black
+ I Exec sleep 3 && conky -c $[FVWM_USERDIR]/ownfiles/conkyrc
#+ I Exec stalonetray -w -t --geometry 90x28+945-2 --respect-icon-hints --max-width 90
+ I Exec trayer --align right --transparent true --height 27 --alpha 120 --tint black --widthtype request --heighttype request --SetDockType true --SetPartialStrut false --expand true
+ I Exec checkgmail
+ I Exec xcompmgr -Cc -O-10 -t-3 -l-4 -r4 &

DestroyFunc ExitFunction
AddToFunc ExitFunction
+ I Exec rm $[FVWM_USERDIR]/images/tmp/icon.tmp*
+ I Exec killall stalonetray
+ I Exec killall trayer
+ I Exec killall conky

DestroyFunc MaximizeFunc
AddToFunc MaximizeFunc
+ C Maximize
+ D Maximize ewmhiwa True
+ M Nop

DestroyFunc MaximizeTitleBarFunc
AddToFunc MaximizeTitleBarFunc
+ I Raise
+ D Maximize ewmhiwa
+ M Move

AddToFunc ResizeFunc
+ I EWMHActivateWindowFunc
+ I Resize

AddToFunc MoveFunc
+ I EWMHActivateWindowFunc
+ I Move

DestroyFunc CurrentPageFocusFunc
AddToFunc CurrentPageFocusFunc
+ I Next (CurrentPage, State 2) Focus
+ I None (CurrentPage, Focused) Prev (CurrentPage, !Iconified, !Sticky) Focus

DestroyFunc MarkWindowAsActiveFunc
AddToFunc MarkWindowAsActiveFunc
+ I Current (!Iconified) All (CurrentPage, !Focused) State 2 False
+ I Current (!Iconified) State 2 True

DestroyFunc RootLeftClick
AddToFunc RootLeftClick
+ M Current (CurrentPage, !Iconic) MoveFunc
+ D All (CurrentPage, !Iconic, !Shaded, !MPlayer) Iconify on

DestroyFunc RootRightClick
AddToFunc RootRightClick
+ C All (FvwmButtons, !Shaded) Popup MenuFvwmRoot
#+ H All (CurrentPage, Focused, !Iconic) Popup menu_WindowOps
+ M All (CurrentPage, Focused, !Iconic) ResizeFunc

DestroyFunc TitleLeftClick
AddToFunc TitleLeftClick
+ I EWMHActivateWindowFunc
+ D RaiseLower
+ M MoveFunc

DestroyFunc TitleRightClick
AddToFunc TitleRightClick
+ C Menu menu_WindowOps
+ M ResizeFunc

DestroyFunc FvwmSend&Go
AddToFunc   FvwmSend&Go
+ I MoveToPage wrapx  1p 1
+ I GoToPage wrapx  1p 1

DestroyFunc FuncMoveCenter
AddToFunc FuncMoveCenter
+ I AnimatedMove -50 -50
+ I WarpToWindow 50 50
+ I AnimatedMove m+0 m+0 Warp

#显示桌面
DestroyFunc ShowDesk
AddToFunc ShowDesk
+ I All (AcceptsFocus CurrentPage !Iconic !Shaded) Thumbnail
+ I TestRc (NoMatch) All (CurrentPage Iconic) Iconify
#

DestroyFunc Thumbnail
AddToFunc Thumbnail
+ I Raise
+ I ThisWindow (!Iconic) SetEnv Icon-$[w.id] $[w.iconfile]
+ I ThisWindow (!Shaded, Iconifiable, !Iconic) PipeRead \
    "xwd -silent -id $[w.id] | convert -scale 150 \
    -mattecolor black -quality 0 -filter blackman xwd:- png[FVWM_USERDIR]/images/tmp/icon.tmp.$[w.id].png \
    && echo WindowStyle IconOverride, Icon $[FVWM_USERDIR]/images/tmp/icon.tmp.$[w.id].png \
    || echo Nop"
+ I TestRc (Match) Test (f $[w.miniiconfile], f $[FVWM_USERDIR]/images/tmp/icon.tmp.$[w.id].png) PipeRead \
    "composite -geometry +2+4 $[w.miniiconfile] $[FVWM_USERDIR]/images/tmp/icon.tmp.$[w.id].png \
    $[FVWM_USERDIR]/images/tmp/icon.tmp.$[w.id].png; echo Nop"
+ I Iconify

DestroyFunc ConfigBrowser
AddToFunc ConfigBrowser
+ I DestroyMenu WallpaperBrowser
+ I AddToMenu WallpaperBrowser
+ I PipeRead 'test ! -d "$0/.thumbs" && mkdir "$0/.thumbs"; \
    for i in "$0/"*; do \
        test -f "$0/.thumbs/${i##*/}" \
            -a "${i}" -ot "$0/.thumbs/${i##*/}" || { \
                convert -quality 0 -scale 48 "${i}" "png0/.thumbs/${i##*/}" 2>/dev/null \
                    || continue; \
            }; \
    done; \
    fvwm-menu-directory --icon-title folder.png --icon-file __PIXMAP__ \
    --icon-dir folder.png --dir $0 --exec-file "^habak -ms" \
    --exec-t="^eog *" | sed -e "s#FuncFvwmMenuDirectory#WallpaperBrowser#g" \
    -e "s#__PIXMAP__\\(.*\\)\\"\\(.*/\\)\\(.*\\)\\"#\\2.thumbs/\\3\\1\\2\\3#g"

DestroyFunc WindowOpsFunc
AddToFunc WindowOpsFunc
+ I DestroyMenu recreate menu_WindowOps
+ I AddToMenu menu_WindowOps $[w.class] Title
+ I + Send%go-next.png%                MoveToPage wrapx  1p 1
+ I + "Send&Go"%go-last.png%                Function FvwmSend&Go
+ I ThisWindow (!Iconic) + ""                        Nop               
+ I ThisWindow (!Iconic, !Maximized, Maximizable) + "$[gt.Maximize]"%maximize.png% Pick Maximize
+ I TestRc (!Match) ThisWindow (!Iconic, Maximizable) + "$[gt.Restore Maximize]"%maximize.png% Pick Maximize
+ I TestRc (Error) + "$[gt.Maximize]"%maximize.png% Pick Maximize
+ I + Iconify%iconify.png%                Iconify
+ I ThisWindow (!Iconic, Shaded) + "$[gt.Unshade]"%shade.png% Pick WindowShade N
+ I TestRc (!Match) ThisWindow (!Iconic) + "$[gt.Shade]"%shade.png% Pick WindowShade N
+ I TestRc (Error) + "$[gt.Shade]"%shade.png% Pick WindowShade N
+ I ThisWindow (!Iconic, !Sticky) + "$[gt.Stick]"%stick.png% Pick Stick
+ I TestRc (!Match) ThisWindow (!Iconic) + "$[gt.UnStick]"%stick.png% Pick Stick
+ I TestRc (Error) + "$[gt.Stick]"%stick.png% Pick Stick
+ I ThisWindow (!Iconic, Layer 6) + "$[gt.Default Layer]" Pick Layer 0 4
+ I TestRc (!Match) ThisWindow (!Iconic) + "$[gt.Always on Top]" Pick Layer 0 6
+ I TestRc (Error) + "$[gt.Always on Top]" Pick Layer 0 6
+ I ThisWindow (!Iconic) + ""                        Nop       
+ I ThisWindow (!Iconic) + "$[gt.Move]"%move.png%                MoveFunc
+ I ThisWindow (!Iconic) + "$[gt.Resize]"%resize.png%                ResizeFunc
+ I ThisWindow (!Iconic) + ""                        Nop               
+ I ThisWindow (!Iconic) + "Advanced..."                Popup menu_WindowOpsAdv
+ I ThisWindow (!Iconic) + ""                Nop               
+ I + "$[gt.Close Window]"%destroy.png% Pick Close

DestroyFunc WindowOpsFuncAdv
AddToFunc WindowOpsFuncAdv
+ I DestroyMenu recreate menu_WindowOpsAdv
+ I AddToMenu menu_WindowOpsAdv
+ I ThisWindow (State 14) + "$[gt.Title]" WindowStyle Title
+ I TestRc (NoMatch) + "$[gt.NoTitle]" WindowStyle !Title
+ I State 14
+ I ThisWindow (State 15) + "$[gt.Borders]" WindowStyle Borders
+ I TestRc (NoMatch) + "$[gt.NoBorders]" WindowStyle !Borders
+ I State 15
+ I ThisWindow (FixedPosition) + "$[gt.UnBlock]"  WindowStyle VariablePosition, VariableSize
+ I TestRc (!Match) + "$[gt.Block]" WindowStyle FixedPosition, FixedSize
+ I + "Identify"%ident.png%                Module FvwmIdent
+ I + "$[gt.Destroy]"%kill.png% Pick Destroy

#############################
#   Style
###############################

Style * Colorset 1, HilightColorset 1
Style * BorderWidth 0, HandleWidth 2, BorderColorset 6, HilightBorderColorset 6

Style * Font "StringEncoding=UTF-8:xft:WenQuanYi Bitmap Song:size=9:encoding=iso10646-1"
Style * IconBox $[vp.width]x$[vp.height]+10+10, IconFill t l, IconBackgroundPadding 0, IconBackgroundRelief 0
Style * !EWMHMiniIconOverride, IconOverride, NoIconTitle
Style * DecorateTransient, UseDecor WindowDecoration, !StickyStippledTitle, IndexedWindowName
Style * MinOverlapPlacement
Style * ClickToFocus
Style * ResizeOpaque
Style * RoundedCornersTop, SlightlyRoundedCorners
Style * RoundedCornersBottom, SlightlyRoundedCorners
#Style * ResizeOutline, ResizeOutlineThin

Style Fvwm* !Title, !Borders, !Iconifiable, WindowListSkip, !FixedPosition, FixedSize, Sticky
Style FvwmButtons NeverFocus
Style FvwmIdent Title
Style FvwmConsole Title, Borders, !FixedSize

Style stalonetray !Title, !Borders, Sticky
Style trayer !Title, !Borders, Sticky
Style tint !Title, !Borders, Sticky
Style conky !Title, !Borders, Sticky


#############################
#   Mouse & Keyboard
###############################

Mouse 3                R                A   Menu MenuFvwmRoot
Mouse 1                R                M   RootLeftClick
Mouse 3             R                 M   RootRightClick
Mouse 1             2                A   Close
Mouse 1             4                A   MaximizeFunc
Mouse 3         6                A   Thumbnail
Mouse 1             FST                A   ResizeFunc
Mouse 1             W                M   MoveFunc
Mouse 2             W                M   Menu menu_WindowOps
Mouse 1             I                A   Iconify Off
Mouse 3             I                A   Menu menu_WindowOps
Mouse 2             4                A   Maximize     0 100
Mouse 2         R                A   GoToPage wrapx 1p 1
Mouse 2             I                A   Menu menu_WindowOps
Mouse 1                    6                A   Thumbnail
Mouse 3             4                A   StrokeFunc
Mouse 3                SFT                A   TitleLeftClick
Mouse 4                R                N   None (Maximized, Raised, Focused, !Iconic) Prev (CurrentPage, AcceptsFocus, !Iconic) EWMHActivateWindowFunc
Mouse 5                R                N   None (Maximized, Raised, Focused, !Iconic) Next (CurrentPage, AcceptsFocus, !Iconic) EWMHActivateWindowFunc
Mouse 4             T                A   WindowShade True
Mouse 5             T                A   WindowShade False
Mouse 1                T                A   MaximizeTitleBarFunc
Mouse 3                1                A   Exec transset-df -i $[w.id]
Mouse 4                1                 A   Exec transset-df --inc 0.1 -i $[w.id]
Mouse 5                1                 A   Exec transset-df --dec 0.1 -i $[w.id]

Mouse 1                R                N   StrokeFunc
Stroke N456        0         R        N   Exec urxvt
Stroke N654        0         R        N   Exec pcmanfm
Stroke N852        0         R        N   Exec firefox
Stroke N258        0         R        N   Exec quodlibet
Stroke N456        0         TSF4        N   Maximize True growright 0
Stroke N654        0         TSF4        N   Maximize True growleft  0
Stroke N852        0         TSF4        N   Maximize True 0 growdown
Stroke N258        0         TSF4        N   Maximize True 0 growup
#--------------------------------------------------------------------------
Key F4                A        C        Module FvwmForm FvwmFormQuit
key r                A        C        Restart
Key F2                A        M        None (*run) Exec grun || gmrun || fbrun || xfrun4
Key t                A        C        Exec urxvt
Key f                A        C        Exec firefox
Key z           A      4       ShowDesk
#Key z        A 4 FuncFvwmIconifyToggle
#Key z         A 4 (AcceptsFocus CurrentPage !Iconic !Shaded) Thumbnail
Key Tab                A        M        WindowList Root c c NoCurrentDeskTitle
Key Print        A        A        Exec scrot -q 100 screen-%F_%H%M%S.jpg
Key F4                A        M        ThisWindow (!Iconic, !Shaded) Close
Key q                A        M        ThisWindow (!Iconic, !Shaded) Close
Key Super_L        A        A        Menu MenuFvwmRoot Rectangle +0+$[menupos] +0 +0
Key Super_R        A        A        Menu MenuFvwmRoot Rectangle +0+$[menupos] +0 +0
Key Menu        A        A        Current (CurrentPage, !Iconic) Menu menu_WindowOps
Key Up                A         MC        Current (CurrentPage, !Iconic) AnimatedMove keep w-7
Key Down        A         MC        Current (CurrentPage, !Iconic) AnimatedMove keep w+7
Key Right        A         MC        Current (CurrentPage, !Iconic) AnimatedMove w+7 w+0
Key Left         A        MC         Current (CurrentPage, !Iconic) AnimatedMove w-7 w+0
Key Up                A        M        Exec amixer -q sset PCM 10%+
Key Down        A        M        Exec amixer -q sset PCM 10%-
Key Left        A        M        Prev (CurrentPage, AcceptsFocus, !Iconic) EWMHActivateWindowFunc
Key Right        A        M        Next (CurrentPage, AcceptsFocus, !Iconic) EWMHActivateWindowFunc
key F6                A        N        FuncMoveCenter
key Up                W        MS        Exec transset-df --inc 0.1 -i $[w.id]
key Down        W        MS        Exec transset-df --dec 0.1 -i $[w.id]
key Right        A        MS        Exec amixer -q sset PCM 5%+
key Left        A        MS        Exec amixer -q sset PCM 5%-
Key F11                A        M        Current        Maximize        True        0        growdown
Key F10                A        M        Current        Maximize        True        0        growup
Key F9                A        M        Current        Maximize        True        growleft        0
Key F12                A        M        Current        Maximize        True        growright        0

Key KP_1        A        N        GoToPage wrapx 0 2
Key KP_2        A        N        GoToPage wrapx 1 2
Key KP_3        A        N        GoToPage wrapx 2 2
Key KP_4        A        N        GoToPage wrapx 0 1
Key KP_5        A        N        GoToPage wrapx 1 1
Key KP_6        A        N        GoToPage wrapx 2 1
Key KP_7        A        N        GoToPage wrapx 0 0
Key KP_8        A        N        GoToPage wrapx 1 0
Key KP_9        A        N        GoToPage wrapx 2 0
Key KP_1        A        M        MoveToPage wrapx 0 2
Key KP_2        A        M        MoveToPage wrapx 1 2
Key KP_3        A        M        MoveToPage wrapx 2 2
Key KP_4        A        M        MoveToPage wrapx 0 1
Key KP_5        A        M        MoveToPage wrapx 1 1
Key KP_6        A        M        MoveToPage wrapx 2 1
Key KP_7        A        M        MoveToPage wrapx 0 0
Key KP_8        A        M        MoveToPage wrapx 1 0
Key KP_9        A        M        MoveToPage wrapx 2 0

#############################
#   Colorset
###############################

Colorset 1 bg #EAE9E9
Colorset 2 fg black, bg black, sh black, hi black, fgsh black, RootTransparent buffer, Tint #edeceb 50
Colorset 3 Translucent #EAE9E9 50
Colorset 4 fg #fff, bg #2e2e2e, sh #dbe4e7, hi #dbe4e7
Colorset 5 fg black, bg white, sh white, fgsh white, VGradient 128 #f1f1f1 #EAE9E9
Colorset 6 bg #f8f8f8
Colorset 7 RootTransparent buffer, Tint #EAE9E9 0
#FvwmPager Colorset
Colorset 8 fg white, bg white, hi black, \
            RootTransparent buffer, Tint white 0
Colorset 9 fg white, bg white, hi black, \
            RootTransparent buffer, Tint white 20
Colorset 10 fg black, bg white
Colorset 11 fg white, bg white, hi white, \
            Pixmap  pa_minwinoff.png
Colorset 12 fg white, bg white, hi white, \
            Pixmap  pa_minwinon.png

*FvwmFormDefault: Colorset 1
*FvwmFormDefault: ItemColorset 2


#############################
#   WindowDecoration
###############################

DestroyDecor recreate WindowDecoration
AddToDecor WindowDecoration
+ TitleStyle Height 20 -- flat
+ TitleStyle Active Colorset 5 -- flat
+ TitleStyle Inactive Colorset 1 -- Flat
+ ButtonStyle 1 Active (MiniIcon) Inactive (MiniIcon)
+ ButtonStyle 2 Active (Pixmap close.png) \
                Inactive (Pixmap inactive.png) \
                AllUp (Pixmap close.png)
+ ButtonStyle 4 Active (Pixmap max.png) \
                Inactive (Pixmap inactive.png) \
                AllUp (Pixmap max.png)
+ ButtonStyle 6 Active (Pixmap min.png) \
                Inactive (Pixmap inactive.png) \
                AllUp (Pixmap min.png)
+ ButtonStyle All -- Flat UseTitleStyle
+ BorderStyle -- Flat


#############################
#   FvwmButtons
###############################

DestroyModuleConfig FvwmButtons
*FvwmButtons: Geometry 48x25+1-2
*FvwmButtons: Frame 0
*FvwmButtons: Padding 0 0
*FvwmButtons: Colorset 7
*FvwmButtons: (1x1+0+0, Icon arch.png, \
        PressIcon arch_act.png, \
        Action(Mouse 1) `Menu MenuFvwmRoot Rectangle +0+490 +0 +0`, \
        Action(Mouse 3) `Exec urxvt`)


#############################
#   FvwmPager
###############################

DestroyModuleConfig FvwmPager
*FvwmPager: Geometry            170x140-50-100
*FvwmPager: BorderWidth            0
*FvwmPager: Balloons            All
*FvwmPager: SmallFont            none
*FvwmPager: Font            none
*FvwmPager: BalloonFont            "StringEncoding=UTF-8:xft:WenQuanYi Bitmap Song:size=9:encoding=iso10646-1"
*FvwmPager: BallonYOffset   +2
*FvwmPager: WindowBorderWidth 1
*FvwmPager: WindowLabelFormat ""
*FvwmPager: MoveThreshold 0
*FvwmPager: UseSkipList
*FvwmPager: Rows            1
*FvwmPager: Columns            1
*FvwmPager: NoSeparators
*FvwmPager: ShapeLabels
*FvwmPager: Colorset            *  8
*FvwmPager: HilightColorset *  9
*FvwmPager: BalloonColorset *  10
*FvwmPager: WindowColorsets 11 12


#############################
#   Menu
###############################

MenuStyle *         MenuColorset 3, ActiveColorset 4
MenuStyle *        BorderWidth 0, HilightBack, ActiveFore
MenuStyle *        Hilight3DThickness 0, !Animation
MenuStyle *        Font "StringEncoding=UTF-8:xft:WenQuanYi Bitmap Song:size=9:encoding=iso10646-1"
MenuStyle *        PopupDelayed, PopupDelay 300, PopdownImmediately, PopupOffset 1 400
MenuStyle *        TitleUnderlines0, TrianglesSolid
MenuStyle *        ItemFormat "%s%|%5.i%5.5l%5.5r%.5>%|%i"
MenuStyle *        VerticalItemSpacing 0, VerticalTitleSpacing 0
MenuStyle *         RoundedCorners, SlightlyRoundedCorners

DestroyMenu menu_WindowOps
AddToMenu menu_WindowOps
+ DynamicPopupAction Function WindowOpsFunc

DestroyMenu menu_WindowOpsAdv
AddToMenu menu_WindowOpsAdv
+ DynamicPopupAction Function WindowOpsFuncAdv

DestroyMenu MenuFvwmRoot
AddToMenu "MenuFvwmRoot@$[FVWM_USERDIR]/images/menu/menu_side_black.png@"
+ *$[FVWM_USERDIR]/images/menu/menu_up.png* Title
+ "Terminal"%terminal.png%                Exec urxvt
+ "cmanfm"%pcmanfm.png%                Exec pcmanfm
+ "Run.."%run.png%                        Exec grun
+ ""                                        Nop
+ "Accessories"%accessories.png%        Popup Accessories
+ "Games"%games.png%                        Popup Games
+ "Graphics"%graphics.png%                Popup Graphics
+ "Internet"%internet.png%                Popup Internet
+ "Office"%office.png%                        Popup Office
+ "Media"%media.png%                        Popup Media
+ "System Tools"%system.png%                Popup System
+ ""                                        Nop
+ "references"%preferences.png%        Popup Preferences
+ "Restart Fvwm"%restart.png%                Restart
+ "Quit"%quit.png%                        Quit
+ *$[FVWM_USERDIR]/images/menu/menu_down.png* Title

DestroyMenu Accessories
AddToMenu Accessories Accessories
+ "Calculator"%calc.png%                Exec gcalctool
+ "Gvim"%gvim.png%                        Exec gvim
+ "Leafpad"%leafpad.png%                Exec leafpad
+ "Root Terminal"%terminal.png%                Exec gksu urxvt
+ "Terminal"%terminal.png%                Exec urxvt
+ "Xarchiver"%xarchiver.png%                Exec xarchiver

DestroyMenu Games
AddToMenu Games Games
+ "Xmoto"%xmoto.png%                        Exec xmoto
+ "Xopenliero"%liero.png%                Exec xopenlireo

DestroyMenu Graphics
AddToMenu Graphics Graphics
+ "Comix"%comix.png%                        Exec comix
+ "Gimp 2.6"%gimp.png%                        Exec gimp
+ "Gqview"%gqview.png%                        Exec gqview
+ "Inkscape"%inkscape.png%                Exec inkscape
+ "encil"%pencil.png%                        Exec pencil

DestroyMenu Internet
AddToMenu Internet Internet
+ "idgin"%epiphany.png%                Exec pidgin
+ "Firefox"%firefox.png%                Exec firefox
+ "Opera"%opera.png%                        Exec opera
+ "cGmail"%mail.png%                        Exec checkgmail

DestroyMenu Office
AddToMenu Office Office
+ "AbiWord"%abiword.png%                Exec abiword
+ "Gnumeric"%gnumeric.png%                Exec gnumeric
+ "Xchm"%xchm.png%                        Exec xchm
+ "Evince"%xpdf.png%                        Exec evince

DestroyMenu Media
AddToMenu Media Media
+ "Quodlibet"%audacious.png%                Exec quodlibet
+ "Gsopcast"%gmlive.png%                        Exec gsopcast
+ "Mplayer"%mplayer.png%                Exec mplayer
+ "Volume-control"%sound.png%                Exec gnome-volume-control

DestroyMenu System
AddToMenu System "System Tools"
+ "Gconf-editor"%config.png%                Exec gconf-editor
+ "Gparted"%gparted.png%                Exec gparted
+ "Wicd"%natuilus.png%                Exec wicd-client
+ "Filezilla"%nvidia.png%                Exec filezilla
+ "cmanfm"%pcmanfm.png%                Exec pcmanfm
+ "Xkill"%kill.png%                        Exec xkill

DestroyMenu Preferences
AddToMenu Preferences Preferences
+ MissingSubmenuFunction ConfigBrowser
+ "Servers"%server.png%                        Popup MenuServices
+ "Edit Configs"%doc.png%                Popup MenuEditConfigs
+ "Wallpaper"%wallpaper.png%                 Popup $[walldir] Menu 100 0pac
+ "Gamma"%theme.png%                        Popup MenuGamma
+ "Screenshot"%screenshot.png%               Popup MenuScreenshot
+ ""                                        Nop
+ "FvwmConsole"%terminal.png%                 Module FvwmConsole
+ "GTK+theme manager"%theme.png%        Exec lxappearance
+ "Qt-config"%preferences.png%                 Exec qtconfig gtk-chtheme

AddToMenu MenuServices
+ Mldonkey                                Popup MenuMldonkey
+ Vsftpd                                Popup MenuVsftpd
+ Sshd                                        Popup MenuSshd
+ Httpd                                        Popup MenuHttpd
+ Tor/Privoxy                                Popup MenuTor
+ MySQL                                        Popup MenuMySQL
+ ""                                        Nop                       
+ Conky                                        Popup MenuConky
+ Tint                                        Popup MenuTint
+ Xcompmgr                                Popup MenuXcompmgr

AddToMenu MenuMldonkey
+ start                                Exec xterm -e su -c "/etc/init.d/mldonkey-server force-start"
+ stop                                 Exec xterm -e su -c "/etc/init.d/mldonkey-server stop"
AddToMenu MenuVsftpd
+ start                                  Exec xterm -e su -c "/etc/init.d/vsftpd start"
+ stop                                 Exec xterm -e su -c "/etc/init.d/vsftpd stop"
AddToMenu MenuHttpd
+ start                                Exec xterm -e su -c "/etc/init.d/apache2 start"
+ stop                                 Exec xterm -e su -c "/etc/init.d/apache2 stop"
AddToMenu MenuSshd
+ start                                Exec xterm -e su -c "/etc/init.d/ssh start"
+ stop                                 Exec xterm -e su -c "/etc/init.d/ssh stop"
AddToMenu MenuTor
+ start                                Exec xterm -e su -c "/etc/init.d/tor start && /etc/init.d/privoxy start"
+ stop                                 Exec xterm -e su -c "/etc/init.d/privoxy stop && /etc/init.d/tor stop"
AddToMenu MenuMySQL
+ start                                Exec xterm -e su -c "/etc/init.d/mysql start && /etc/init.d/mysql-ndb start && /etc/init.d/mysql-ndb-mgm start"
+ stop                                Exec xterm -e su -c "/etc/init.d/mysql stop && /etc/init.d/mysql-ndb stop && /etc/init.d/mysql-ndb-mgm stop"
AddToMenu MenuConky
+ start                                   Exec conky -c $[FVWM_USERDIR]/ownfiles/conkyrc
+ stop                           Exec killall conky
AddToMenu MenuTint
+ start                                   Exec tint -c $[FVWM_USERDIR]/ownfiles/tintrc_black
+ stop                           Exec killall tint
AddToMenu MenuXcompmgr
+ start                                Exec xcompmgr -Ss -n -Cc -fF -I-10 -O-10 -D1 -t-3 -l-4 -r4
+ stop                           Exec killall xcompmgr

AddToMenu MenuEditConfigs
+ "fvwm config"                        Exec leafpad $FVWM_USERDIR/config
+ "conkyrc"                        Exec leafpad $[FVWM_USERDIR]/ownfiles/conkyrc
+ "tintrc"                        Exec leafpad $[FVWM_USERDIR]/ownfiles/tintrc_black
+ ""                                Nop               
+ ".startx-errors"                Exec leafpad $HOME/.startx-errors
+ "xorg.conf"                        Exec gksu leafpad /etc/X11/xorg.conf

AddToMenu MenuGamma
+ "Default Gamma"                Exec xgamma -gamma 1
+ "Gamma 2.2"                        Exec xgamma -gamma 2.2

AddToMenu MenuScreenshot
+ "Screenshot"                        Exec scrot -q 100 screen-%F_%H%M%S.jpg
+ "Screenshot (5s delay)"        Exec sleep 5s && scrot -q 100 screen-%F_%H%M%S.jpg
+ "Screenshot frame"                Exec scrot -b -s -q 100 screen-%F_%H%M%S.jpg
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表