X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/b75501d1de5f5bb32c4763d57f6891e206b86e87..f7960c6956325bd800ce90fe2d099fa2fe761e70:/base/.xinitrc diff --git a/base/.xinitrc b/base/.xinitrc old mode 100755 new mode 100644 index 36171bf..838c1e9 --- a/base/.xinitrc +++ b/base/.xinitrc @@ -27,11 +27,13 @@ xset r rate 290 26 & xset m 1/1 0 & xset s off xset dpms 0 0 600 +xset +fp ${XDG_DATA_HOME:-~/share}/fonts/Dina/ +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 & @@ -64,7 +66,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`") &