ソースを参照

fix xprograms

pull/1/head
10sr 12年前
コミット
805b7921b5
1個のファイルの変更4行の追加4行の削除
  1. +4
    -4
      xprograms

+ 4
- 4
xprograms ファイルの表示

@@ -3,8 +3,6 @@
# These programs are basically for Openbox Window Manager.
# Japanese IM settings are not included in this list.

# isarch && p="feh tint2 dropbox volumeicon conky udisksvm xcompmgr saku"

_feh(){
test -f "$HOME/.fehbg" &&
type feh >/dev/null 2>&1 &&
@@ -15,6 +13,7 @@ _tint2(){
#tint2 -c ~/.dotfiles/tint2rc &
tint2 &
}

_dropbox(){
dropboxd & # done by ~/.config/autostart/dropbox.desktop
}
@@ -27,9 +26,10 @@ _conky(){
conky -c ~/.dotfiles/conkyrc >~/.backup/log/conky.log 2>&1 &
conky -c ~/.dotfiles/conkyrc.2 >~/.backup/log/conky.2.log 2>&1 &
}

_wicd(){
#wicd-client --tray & # done by /etc/xdg/autostart/wicd-client.desktop
true
# done by /etc/xdg/autostart/wicd-client.desktop
wicd-client --tray &
}

_udisksvm(){


読み込み中…
キャンセル
保存