.fvwm/config
changeset 647 f1bc699634fb
parent 631 fca1f671308a
child 650 db2d2a561858
--- a/.fvwm/config	Tue Oct 22 18:49:53 2013 +0300
+++ b/.fvwm/config	Wed Oct 23 18:52:30 2013 +0300
@@ -427,7 +427,7 @@
 
 DestroyMenu MenuMyDev
 AddToMenu   MenuMyDev "My Dev Menu" Title
-+ &Firefox%iceweasel.png% Exec exec firefox -no-remote -P test
++ &Firefox%iceweasel.png% Exec exec firefox -no-remote -P devel
 + &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")