diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-08-16 19:31:19 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-08-16 19:31:19 +0200 |
commit | a6e63e70834f9072c446cb36134149e2eccb8003 (patch) | |
tree | bcfbc5caa9e66eae3b451331dfc0dd1449199901 /.xinitrc | |
parent | 5046d6d795edb584b5e36adc4196a3a28b0ee406 (diff) | |
download | dotfiles-a6e63e70834f9072c446cb36134149e2eccb8003.tar.gz dotfiles-a6e63e70834f9072c446cb36134149e2eccb8003.tar.xz |
xinitrc: start remote-notify-client and remove old stuff
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -17,12 +17,11 @@ setxkbmap de nodeadkeys xbindkeys & xkbcomp ~/.xkbmap $DISPLAY & xautolock -nowlocker $HOME/bin/screen-locker.sh -locker $HOME/bin/screen-locker.sh -time 10 & -/usr/lib/xfce4/notifyd/xfce4-notifyd & pulseaudio --start & +remote-notify-client.sh & autostart () { - notipy.py -a SOUTH_EAST -m 0,1920,0,0 & - urxvt -g 125x+45+1041+0 -e ssh mistral & + #urxvt -g 125x+45+1041+0 -e ssh mistral & # urxvt -g 125x+45+1920+0 -e ssh karif & stalonetray --dockapp-mode -p --kludges force_icons_size & for f in $XDG_CONFIG_HOME/conky/*; do |