diff --git a/xprograms b/xprograms index 05eb9b2..f8b61e2 100755 --- a/xprograms +++ b/xprograms @@ -9,7 +9,7 @@ _feh(){ } _tint2(){ -#tint2 -c ~/.dotfiles/tint2rc & + #tint2 -c ~/.dotfiles/tint2rc & (sleep 1s && tint2) & } @@ -35,17 +35,17 @@ _gsoundap(){ _conky(){ (sleep 1s && \ - conky -config="$HOME/conkyrc" --daemonize >~/.var/log/conky.log 2>&1) + conky -config="$HOME/conkyrc" --daemonize >~/.var/log/conky.log 2>&1) #conky -c ~/.dotfiles/conkyrc.2 >~/.var/log/conky.2.log 2>&1 & } _wicd(){ -# done by /etc/xdg/autostart/wicd-client.desktop + # done by /etc/xdg/autostart/wicd-client.desktop wicd-client --tray & } _udisksvm(){ -# detect insertion of an optical disk + # detect insertion of an optical disk if ! pgrep -lf "udisks-daemon: polling /dev/sr0"; then udisks --poll-for-media /dev/sr0 fi @@ -100,7 +100,7 @@ _macbook_rightclick(){ true else (sleep 2s && \ - gksudo -g -- sh -c "sysctl ${_mrc_emutgt}=1 ${_mrc_codetgt}=126 | \ + gksudo -g -- sh -c "sysctl ${_mrc_emutgt}=1 ${_mrc_codetgt}=126 | \ logger -t macbook_rightclick") & fi }