X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/12f46d4eb8a0843d403a7ee3fb342df68783773c..8d4602a19e411e24412713f332b6e8398b086d50:/base/.xinitrc diff --git a/base/.xinitrc b/base/.xinitrc index 8edca6c..12a9dc0 100755 --- a/base/.xinitrc +++ b/base/.xinitrc @@ -29,9 +29,9 @@ xset s off xset dpms 0 0 600 # root terminal -urxvt -name URxvtRoot -override-redirect -geometry x5+0-0 \ - -e tail -f /var/log/messages & -xdotool search --limit 1 --sync --classname URxvtRoot windowsize 100% y +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 & @@ -64,6 +64,7 @@ fi # 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") &