.fvwm/config
changeset 572 48461a29569a
parent 571 0e5b78f76bf0
child 573 c64e36fe80dd
equal deleted inserted replaced
571:0e5b78f76bf0 572:48461a29569a
   406 + "SQL Developer"  Exec  exec $(ls /opt/*/sqldeveloper.sh 2>/dev/null | tail -n 1; [[ ${PIPESTATUS[0]} -gt 0 ]] && echo xmessage "Can't find 'SQL Developer' in /opt")
   406 + "SQL Developer"  Exec  exec $(ls /opt/*/sqldeveloper.sh 2>/dev/null | tail -n 1; [[ ${PIPESTATUS[0]} -gt 0 ]] && echo xmessage "Can't find 'SQL Developer' in /opt")
   407 
   407 
   408 # Drawback - you can not make it smaller.
   408 # Drawback - you can not make it smaller.
   409 Style "htop" MinWindowSize 98 98
   409 Style "htop" MinWindowSize 98 98
   410 
   410 
       
   411 DestroyFunc MyIdent
       
   412 AddToFunc MyIdent
       
   413 + I WindowId root Focus
       
   414 + I Module FvwmIdent
       
   415 
   411 DestroyMenu MenuWindowOperations
   416 DestroyMenu MenuWindowOperations
   412 AddToMenu   MenuWindowOperations "Window Operations" Title
   417 AddToMenu   MenuWindowOperations "Window Operations" Title
   413 + "Move%menu/window-move.xpm%"  Move
   418 + "Move%menu/window-move.xpm%"  Move
   414 + "Resize%menu/window-resize.xpm%"  Resize
   419 + "Resize%menu/window-resize.xpm%"  Resize
   415 + "(De)Iconify%menu/window-iconify.xpm%"  Iconify
   420 + "(De)Iconify%menu/window-iconify.xpm%"  Iconify
   428 + "StaysOnBottom%menu/window-lower.xpm%"  Pick (CirculateHit) Layer 0 2
   433 + "StaysOnBottom%menu/window-lower.xpm%"  Pick (CirculateHit) Layer 0 2
   429 + "" Nop
   434 + "" Nop
   430 + "%menu/window.xpm%App Screenshot"  Pick (CirculateHit) FvwmWindowScreenshot
   435 + "%menu/window.xpm%App Screenshot"  Pick (CirculateHit) FvwmWindowScreenshot
   431 + "Screenshot" FvwmDesktopScreenshot
   436 + "Screenshot" FvwmDesktopScreenshot
   432 + "" Nop
   437 + "" Nop
   433 + "Identify%menu/window-identify.xpm%"  Module FvwmIdent
   438 + "Identify%menu/window-identify.xpm%"  MyIdent
   434 
   439 
   435 Mouse 3 R A Menu MenuWindowOperations
   440 Mouse 3 R A Menu MenuWindowOperations
   436 
   441 
   437 # Use interactive bash mode to read profile (~/.bashrc) to override default
   442 # Use interactive bash mode to read profile (~/.bashrc) to override default
   438 # value of PS1.
   443 # value of PS1.