equal
deleted
inserted
replaced
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) |
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 |