# HG changeset patch # User Oleksandr Gavenko # Date 1449600993 -7200 # Node ID 9719c267a562caec669793c5e4e91a6082fee328 # Parent 5dfaf39afb2c1ae5fa7ed65bf9b3ac040d3c4bae# Parent 9a9c9421d0e10c6c43412689f5a375667421d8b7 merged diff -r 9a9c9421d0e1 -r 9719c267a562 .ackrc --- 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 diff -r 9a9c9421d0e1 -r 9719c267a562 .fvwm/config --- 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