# HG changeset patch # User Oleksandr Gavenko # Date 1449600109 -7200 # Node ID 0722610e3653a9d7c3651865a980770c03baa004 # Parent 66a4b77eb46c871a3643ffece24aae743f8f830a# Parent 257f169fa6989a155283c2e9e991b31f8cbe1cb0 merged diff -r 66a4b77eb46c -r 0722610e3653 .fvwm/config --- a/.fvwm/config Sat Nov 21 20:29:45 2015 +0200 +++ b/.fvwm/config Tue Dec 08 20:41:49 2015 +0200 @@ -459,6 +459,7 @@ + &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\""; }) + "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") ++ "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") # Drawback - you can not make it smaller. Style "htop" MinWindowSize 98 98