.fvwm/config
changeset 758 6588025f9a1e
parent 755 3dde3ae43794
child 767 66a4b77eb46c
child 768 257f169fa698
equal deleted inserted replaced
757:70dae9e483aa 758:6588025f9a1e
   454 + xkill           Exec  exec xkill
   454 + xkill           Exec  exec xkill
   455 
   455 
   456 DestroyMenu MenuMyDev
   456 DestroyMenu MenuMyDev
   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 
   462 
   463 # Drawback - you can not make it smaller.
   463 # Drawback - you can not make it smaller.
   464 Style "htop" MinWindowSize 98 98
   464 Style "htop" MinWindowSize 98 98