]> git.sev.monster Git - dotfiles.git/blobdiff - base/.xinitrc
remove tint2 battery alert, zsh dotfiles vcs check
[dotfiles.git] / base / .xinitrc
index 3b41f3dec73344cb2de6f150b0e7f4b26909613d..12a9dc0a24f850e57185a3312ae19843a3c07d89 100755 (executable)
@@ -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 \
+urxvt -name TermBg1 -override-redirect -geometry x5+0--1 \
       -e tail -F /var/log/messages &
       -e tail -F /var/log/messages &
-xdotool search --limit 1 --sync --classname URxvtBG 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 &
 
 # tray icons
 #"$HOME/src/phwmon/phwmon.py" --mem --mem_percent --net --io --bg \#0000 &
@@ -64,6 +64,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.042878 seconds and 4 git commands to generate.