Browse Source

Fix indent of xprograms

pull/15/head
10sr 8 years ago
parent
commit
b71c190424
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      xprograms

+ 5
- 5
xprograms View File

@@ -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
}


Loading…
Cancel
Save