Android Studio.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 08 Dec 2015 20:36:55 +0200
changeset 768 257f169fa698
parent 766 354c4af78183
child 769 0722610e3653
Android Studio.
.fvwm/config
--- a/.fvwm/config	Fri Oct 30 23:25:26 2015 +0200
+++ b/.fvwm/config	Tue Dec 08 20:36:55 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