ソースを参照

Merge branch 'master' of github.com:10sr/dotfiles

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

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

@@ -1,6 +1,5 @@
#!/bin/sh #!/bin/sh
# Programs run in background when starting x. # Programs run in background when starting x.
# These programs are basically for Openbox Window Manager.
# Japanese IM settings are not included in this list. # Japanese IM settings are not included in this list.


_feh(){ _feh(){
@@ -22,6 +21,10 @@ _volumeicon(){
volumeicon & volumeicon &
} }


_gsoundap(){
gnome-sound-applet &
}

_conky(){ _conky(){
conky -c ~/.dotfiles/conkyrc >~/.backup/log/conky.log 2>&1 & conky -c ~/.dotfiles/conkyrc >~/.backup/log/conky.log 2>&1 &
conky -c ~/.dotfiles/conkyrc.2 >~/.backup/log/conky.2.log 2>&1 & conky -c ~/.dotfiles/conkyrc.2 >~/.backup/log/conky.2.log 2>&1 &


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