]> git.sev.monster Git - dotfiles.git/blobdiff - base/.xinitrc
actually do what was mentioned in previous commit
[dotfiles.git] / base / .xinitrc
old mode 100755 (executable)
new mode 100644 (file)
index 12a9dc0..fc4bbb5
@@ -28,10 +28,15 @@ xset m 1/1 0 &
 xset s off
 xset dpms 0 0 600
 
+find -L "${XDG_DATA_HOME:-~/share}/fonts" -type d -mindepth 1 -maxdepth 1 | while read -r x; do
+       xset +fp $x/
+done
+xset fp rehash
+
 # root terminal
 urxvt -name TermBg1 -override-redirect -geometry x5+0--1 \
       -e tail -F /var/log/messages &
-xdotool search --limit 1 --sync --classname TermBg1 windowsize -usehints 100% 6
+xdotool search --limit 1 --sync --classname TermBg1 windowsize --usehints 100% 6
 
 # tray icons
 #"$HOME/src/phwmon/phwmon.py" --mem --mem_percent --net --io --bg \#0000 &
@@ -39,6 +44,7 @@ volumeicon &
 
 # daemons
 dunst &
+mpc-notify -d &
 xautolock -time 10 -locker "$HOME/bin/l" &
 xbanish &
 eval `ssh-agent`
@@ -63,7 +69,8 @@ if [ -x /usr/local/bin/urxvtd ]; then
 fi
 
 # try to wait for session to start
-(sleep 0.1 && tint2) &
+#(sleep 0.1 && tint2) &
+#(sleep 0.1 && yabar -c "$HOME/etc/yabar/yabar.conf") &
 #x220t
 (sleep 0.1 && [ -x "$HOME/bin/acpi_ac" ] && \
        "$HOME/bin/acpi_ac" "0x0`sysctl -n hw.acpi.acline`") &
This page took 0.042237 seconds and 4 git commands to generate.