--- a/.ackrc Sun Nov 22 15:13:28 2015 +0200
+++ b/.ackrc Tue Dec 08 20:56:33 2015 +0200
@@ -2,6 +2,4 @@
--color-filename=bold red
--color-match=black on_yellow
---pager=less -r
-
--type-set=nsis=.nlf,.nsh
--- a/.fvwm/config Sun Nov 22 15:13:28 2015 +0200
+++ b/.fvwm/config Tue Dec 08 20:56:33 2015 +0200
@@ -449,7 +449,7 @@
+ &Emacs%emacs.png% Exec exec emacs
+ &Firefox%iceweasel.png% Exec exec firefox
+ &VLC%vlc.png% Exec exec vlc
-+ &Skype%skype.png% Exec exec skype
++ &Skype%skype.png% Exec exec env QT_X11_NO_MITSHM=1 skype
+ &Goldendict%goldendict.png% Exec exec goldendict
+ xkill Exec exec xkill
@@ -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