From 2c920a0b612bdec1fea22f86087f59c39ec0a44e Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 12 Jun 2012 09:31:48 +0900 Subject: [PATCH] add gnome-sound-applet func --- xprograms | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xprograms b/xprograms index 6842ade..b2c6c3a 100755 --- a/xprograms +++ b/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 &