.fvwm/config
branchfvwm
changeset 415 1293620d4bd4
parent 413 f7f0dc19ab81
child 416 9d3076f155d7
equal deleted inserted replaced
413:f7f0dc19ab81 415:1293620d4bd4
   195 
   195 
   196 # Make screenshot.
   196 # Make screenshot.
   197 Key Print A N  FvwmScreenshot
   197 Key Print A N  FvwmScreenshot
   198 Key Print A S  FvwmDesktopScreenshot
   198 Key Print A S  FvwmDesktopScreenshot
   199 
   199 
   200 Key Scroll_Lock A N Exec xscreensaver-command -activate
   200 Key Scroll_Lock A N Exec  exec xscreensaver-command -activate
   201 
   201 
   202 # Similar to Vi hjkl:
   202 # Similar to Vi hjkl:
   203 #
   203 #
   204 #              F11 - up
   204 #              F11 - up
   205 # F9  - left              F12 - right
   205 # F9  - left              F12 - right
   279 # To add own menu items create proper ~/.menu/app-name file and run update-menu.
   279 # To add own menu items create proper ~/.menu/app-name file and run update-menu.
   280 # About this you can rean in /usr/share/doc/menu/menu.txt.gz.
   280 # About this you can rean in /usr/share/doc/menu/menu.txt.gz.
   281 Read $[fvwm_home]/menudefs.hook
   281 Read $[fvwm_home]/menudefs.hook
   282 
   282 
   283 AddToMenu MenuMy Media Title
   283 AddToMenu MenuMy Media Title
   284 + "Peoplenet"     Exec  xterm -e /usr/bin/pon
   284 + "Peoplenet"     Exec  exec xterm -e /usr/bin/pon
   285 + VLC             Exec  vlc
   285 + VLC             Exec  exec vlc
   286 + Goldendict      Exec  goldendict
   286 + Goldendict      Exec  exec goldendict
   287 + xkill           Exec  xkill
   287 + xkill           Exec  exec xkill
   288 
   288 
   289 # Drawback - you can not make it smaller.
   289 # Drawback - you can not make it smaller.
   290 Style "htop" MinWindowSize 98 98
   290 Style "htop" MinWindowSize 98 98
   291 
   291 
   292 # Use interactive bash mode to read profile (~/.bashrc) to override default
   292 # Use interactive bash mode to read profile (~/.bashrc) to override default
   293 # value of PS1.
   293 # value of PS1.
   294 AddToMenu Utilities Utilities Title
   294 AddToMenu Utilities Utilities Title
   295 + Xterm           Exec  xterm -e bash -i
   295 + Xterm           Exec  exec xterm -e bash -i
   296 + Mc              Exec  xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" \
   296 + Mc              Exec  exec xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" \
   297                               -name mc-secondary -geometry 136x42 -e bash -i -c "mc -x"
   297                               -name mc-secondary -geometry 136x42 -e bash -i -c "mc -x"
   298 + Emacs           Exec  emacs
   298 + Emacs           Exec  exec emacs
   299 + HTop            Exec  xterm -name htop -e htop
   299 + HTop            Exec  exec xterm -name htop -e htop
   300 
   300 
   301 + debian          Popup "/Debian"
   301 + debian          Popup "/Debian"
   302 + my              Popup MenuMy
   302 + my              Popup MenuMy
   303 + fvwm            Popup MenuFvwmRoot
   303 + fvwm            Popup MenuFvwmRoot
   304 
   304 
   392 Style "mc-main2"  StartsOnPage 0 2 0, SkipMapping
   392 Style "mc-main2"  StartsOnPage 0 2 0, SkipMapping
   393 Style "goldendict"        StartsOnPage 3 1 2, SkipMapping
   393 Style "goldendict"        StartsOnPage 3 1 2, SkipMapping
   394 
   394 
   395 # Only once.
   395 # Only once.
   396 AddToFunc InitFunction
   396 AddToFunc InitFunction
   397 + I Exec xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" \
   397 + I Exec  exec xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" \
   398                -name mc-main1 -geometry 136x42 -e bash -i -c "mc -x"
   398                -name mc-main1 -geometry 136x42 -e bash -i -c "mc -x"
   399 + I Exec xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" \
   399 + I Exec  exec xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" \
   400                -name mc-main2 -geometry 136x42 -e bash -i -c "mc -x"
   400                -name mc-main2 -geometry 136x42 -e bash -i -c "mc -x"
   401 + I Exec goldendict
   401 + I Exec  exec goldendict
   402 
   402 
   403 # After all restart.
   403 # After all restart.
   404 AddToFunc RestartFunction
   404 AddToFunc RestartFunction
   405 + I Nop
   405 + I Nop
   406 
   406