diff options
author | Florian Pritz <f-p@gmx.at> | 2009-04-21 15:33:21 +0200 |
---|---|---|
committer | Florian Pritz <f-p@gmx.at> | 2009-04-21 15:33:21 +0200 |
commit | b004b0674e914a874f292d394c820560ed7be3f8 (patch) | |
tree | 88568ea50b1ede32ae0321e198ef052b0e6fa778 /.xinitrc | |
parent | b48bb3366a221a08a5264e38fbed6b1f2f6f53ab (diff) | |
download | dotfiles-b004b0674e914a874f292d394c820560ed7be3f8.tar.gz dotfiles-b004b0674e914a874f292d394c820560ed7be3f8.tar.xz |
replacement for the notify script
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,10 +13,12 @@ source $HOME/bin/gpg-agent.sh xbindkeys & urxvtd -o -f -q xautolock -nowlocker $HOME/bin/screen-locker.sh -locker $HOME/bin/screen-locker.sh -time 5 & -sh $HOME/bin/irssi_notify.sh & +#sh $HOME/bin/irssi_notify.sh & #broken chat_terminal () { urxvt -g 125x+45+0+0 -e ssh mistral + # temp replacement for the notify script + urxvt -g 90x+5+1226+991 -e ssh mistral 'tail -f .irssi/fnotify' } autostart () { |