.fvwm/config
changeset 647 f1bc699634fb
parent 631 fca1f671308a
child 650 db2d2a561858
equal deleted inserted replaced
646:b3ada0aa23ed 647:f1bc699634fb
   425 + &Goldendict%goldendict.png%  Exec  exec goldendict
   425 + &Goldendict%goldendict.png%  Exec  exec goldendict
   426 + xkill           Exec  exec xkill
   426 + xkill           Exec  exec xkill
   427 
   427 
   428 DestroyMenu MenuMyDev
   428 DestroyMenu MenuMyDev
   429 AddToMenu   MenuMyDev "My Dev Menu" Title
   429 AddToMenu   MenuMyDev "My Dev Menu" Title
   430 + &Firefox%iceweasel.png% Exec exec firefox -no-remote -P test
   430 + &Firefox%iceweasel.png% Exec exec firefox -no-remote -P devel
   431 + &Netbeans%netbeans.png%  Exec  exec $(ls /opt/*/bin/netbeans 2>/dev/null | tail -n 1; [[ ${PIPESTATUS[0]} -gt 0 ]] && command -v netbeans)
   431 + &Netbeans%netbeans.png%  Exec  exec $(ls /opt/*/bin/netbeans 2>/dev/null | tail -n 1; [[ ${PIPESTATUS[0]} -gt 0 ]] && command -v netbeans)
   432 + "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")
   432 + "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")
   433 + "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")
   433 + "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")
   434 
   434 
   435 # Drawback - you can not make it smaller.
   435 # Drawback - you can not make it smaller.