.fvwm/config
changeset 769 0722610e3653
parent 767 66a4b77eb46c
parent 768 257f169fa698
child 774 5dfaf39afb2c
equal deleted inserted replaced
767:66a4b77eb46c 769:0722610e3653
   457 AddToMenu   MenuMyDev "My Dev Menu" Title
   457 AddToMenu   MenuMyDev "My Dev Menu" Title
   458 + &Firefox%iceweasel.png% Exec exec firefox -no-remote -P devel
   458 + &Firefox%iceweasel.png% Exec exec firefox -no-remote -P devel
   459 + &Netbeans%netbeans.png%  Exec  exec $(ls /opt/*/bin/netbeans 2>/dev/null | tail -n 1; [[ ${PIPESTATUS[0]} -gt 0 ]] && { command -v netbeans || echo xmessage "\"Can't find 'Netbeans' in PATH or /opt\""; })
   459 + &Netbeans%netbeans.png%  Exec  exec $(ls /opt/*/bin/netbeans 2>/dev/null | tail -n 1; [[ ${PIPESTATUS[0]} -gt 0 ]] && { command -v netbeans || echo xmessage "\"Can't find 'Netbeans' in PATH or /opt\""; })
   460 + "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")
   460 + "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")
   461 + "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")
   461 + "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")
       
   462 + "Android Studio"  Exec  exec $(ls /opt/*/bin/studio.sh 2>/dev/null | tail -n 1; [[ ${PIPESTATUS[0]} -gt 0 ]] && echo xmessage "Can't find 'Android Studio' in /opt")
   462 
   463 
   463 # Drawback - you can not make it smaller.
   464 # Drawback - you can not make it smaller.
   464 Style "htop" MinWindowSize 98 98
   465 Style "htop" MinWindowSize 98 98
   465 
   466 
   466 DestroyFunc MyIdent
   467 DestroyFunc MyIdent