]> git.sev.monster Git - dotfiles.git/blobdiff - base/.xinitrc
Merge branch 'master' of home:git/dotfiles
[dotfiles.git] / base / .xinitrc
old mode 100755 (executable)
new mode 100644 (file)
index 5bda964..36171bf
@@ -29,9 +29,9 @@ xset s off
 xset dpms 0 0 600
 
 # root terminal
 xset dpms 0 0 600
 
 # root terminal
-urxvt -name URxvtBG -override-redirect -geometry x5+0-0 \
-      -e tail -f /var/log/messages &
-xdotool search --limit 1 --sync --classname URxvtBG windowsize -usehints 100% 6
+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
 
 # tray icons
 #"$HOME/src/phwmon/phwmon.py" --mem --mem_percent --net --io --bg \#0000 &
 
 # tray icons
 #"$HOME/src/phwmon/phwmon.py" --mem --mem_percent --net --io --bg \#0000 &
@@ -39,6 +39,7 @@ volumeicon &
 
 # daemons
 dunst &
 
 # daemons
 dunst &
+mpc-notify -d &
 xautolock -time 10 -locker "$HOME/bin/l" &
 xbanish &
 eval `ssh-agent`
 xautolock -time 10 -locker "$HOME/bin/l" &
 xbanish &
 eval `ssh-agent`
@@ -64,6 +65,7 @@ fi
 
 # try to wait for session to start
 (sleep 0.1 && tint2) &
 
 # try to wait for session to start
 (sleep 0.1 && tint2) &
+#x220t
 (sleep 0.1 && [ -x "$HOME/bin/acpi_ac" ] && \
        "$HOME/bin/acpi_ac" "0x0`sysctl -n hw.acpi.acline`") &
 (sleep 1.5 && [ -x /usr/local/bin/conky ] && conky -c "$HOME/.conkyrc.d/dock") &
 (sleep 0.1 && [ -x "$HOME/bin/acpi_ac" ] && \
        "$HOME/bin/acpi_ac" "0x0`sysctl -n hw.acpi.acline`") &
 (sleep 1.5 && [ -x /usr/local/bin/conky ] && conky -c "$HOME/.conkyrc.d/dock") &
This page took 0.066858 seconds and 4 git commands to generate.