dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit ae5df1c6875e9c171d5b26838ddf805eccfb25d8
parent 81d1b49ec4206a1e9f2e976c2c7ea4f28f5897d6
Author: hhvn <dev@haydenvh.com>
Date:   Sat, 27 Mar 2021 19:36:21 +0000

.xinitrc: use `cu` script instead of redshift

Diffstat:
M.xinitrc | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.xinitrc b/.xinitrc @@ -4,7 +4,6 @@ xrdb ~/.local/xres & setxkbmap haydenh & mpvlisten /tmp/mpv-socket2 /tmp/mpv-socket & ./.scripts/input/keyboard & -redshift & ( cd .scripts/dwmblocks ./dwmbar @@ -12,14 +11,14 @@ redshift & sxhkd & cu dock & cu mount & +cu eyes & st -e & #/usr/libexec/xscreensaver/galaxy -root -count 5 #/usr/libexec/xscreensaver/cubicgrid -root -zoom 100 -speed 0.2 & wallp images/ & - while dwm 2>$HOME/.local/dwmlog do - : + dwm 2>log done