.fvwm/config
changeset 625 75f30c1c42cb
parent 610 3db3d6236d9c
child 627 097c00353a15
equal deleted inserted replaced
624:eaebbce2a79f 625:75f30c1c42cb
   415 
   415 
   416 DestroyMenu MenuMyDev
   416 DestroyMenu MenuMyDev
   417 AddToMenu   MenuMyDev "My Dev Menu" Title
   417 AddToMenu   MenuMyDev "My Dev Menu" Title
   418 + &Netbeans%netbeans.png%  Exec  exec $(ls /opt/*/bin/netbeans 2>/dev/null | tail -n 1; [[ ${PIPESTATUS[0]} -gt 0 ]] && command -v netbeans)
   418 + &Netbeans%netbeans.png%  Exec  exec $(ls /opt/*/bin/netbeans 2>/dev/null | tail -n 1; [[ ${PIPESTATUS[0]} -gt 0 ]] && command -v netbeans)
   419 + "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")
   419 + "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")
       
   420 + "Squirrel"  Exec  exec $(ls /opt/*/squirrel-sql.sh 2>/dev/null | tail -n 1; [[ ${PIPESTATUS[0]} -gt 0 ]] && echo xmessage "Can't find 'Squirrel' in /opt")
   420 
   421 
   421 # Drawback - you can not make it smaller.
   422 # Drawback - you can not make it smaller.
   422 Style "htop" MinWindowSize 98 98
   423 Style "htop" MinWindowSize 98 98
   423 
   424 
   424 DestroyFunc MyIdent
   425 DestroyFunc MyIdent