# HG changeset patch # User Oleksandr Gavenko # Date 1369231138 -10800 # Node ID 75f30c1c42cb317d00e22544ab277ce5f65ed502 # Parent eaebbce2a79f654e9ef65b1d9e1f334f4d04994c Add Squirrel to menu. diff -r eaebbce2a79f -r 75f30c1c42cb .fvwm/config --- a/.fvwm/config Wed May 08 19:27:27 2013 +0300 +++ b/.fvwm/config Wed May 22 16:58:58 2013 +0300 @@ -417,6 +417,7 @@ AddToMenu MenuMyDev "My Dev Menu" Title + &Netbeans%netbeans.png% Exec exec $(ls /opt/*/bin/netbeans 2>/dev/null | tail -n 1; [[ ${PIPESTATUS[0]} -gt 0 ]] && command -v netbeans) + "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") ++ "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") # Drawback - you can not make it smaller. Style "htop" MinWindowSize 98 98