update pkgs, dirs, add trayer for system tray, adapt bar to automatically pad for...
[dotfiles.git] / x / .xinitrc
index 5007142..7966201 100755 (executable)
@@ -1,10 +1,8 @@
 #!/bin/bash
-PATH=$PATH:~/.local/bin
-
 #To fix java applications in tiling (e.g. arduino)
 export _JAVA_AWT_WM_NONREPARENTING=1
-xautolock -locker ~/.local/bin/lock.sh &
 dunst &
+trayer --align right --widthtype request --SetPartialStrut false --height 22 &
 
 eval "$(gpg-agent --daemon)"
 xrdb -merge ~/.Xresources
@@ -17,4 +15,4 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
 fi
 
 while true; do xsetroot -name "$(bar)"; sleep 1m; done &
-while true; do dwm >dwm.log 2>&1; done
+while true; do dwm 1>/tmp/dwm.log 2>&1; done