소스 검색

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

pull/1/head
10sr 12 년 전
부모
커밋
68a4354f46
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -1
      xprograms

+ 4
- 1
xprograms 파일 보기

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

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

_gsoundap(){
gnome-sound-applet &
}

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


불러오는 중...
취소
저장