From 58e92bc135450bf524a88ec8bc20ec7ca06cac74 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 30 Jun 2022 18:11:02 +0200 Subject: Remove bad location from xinitrc --- dotfiles/.xinitrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/.xinitrc b/dotfiles/.xinitrc index d00995d..2547276 100644 --- a/dotfiles/.xinitrc +++ b/dotfiles/.xinitrc @@ -55,7 +55,7 @@ xrandr --auto sxhkd & clipmenud & unclutter & -redshift -l $LOCATION & +redshift & numlockx on systemctl --user start graphical-session.target @@ -64,7 +64,7 @@ dunst & dwmbar & -while :; do ssh-agent smart-wallpaper -d ~/Images/Wallpapers/Day -n ~/Images/Wallpapers/Night -l $LOCATION -r; done & +while :; do ssh-agent smart-wallpaper -d ~/Images/Wallpapers/Day -n ~/Images/Wallpapers/Night -r; done & exec dwm 2> /tmp/dwm.log -- cgit 1.4.1