diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-30 18:11:02 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-30 18:11:02 +0200 |
commit | 58e92bc135450bf524a88ec8bc20ec7ca06cac74 (patch) | |
tree | 1e949f5249455496d40eaada2ccca0cbf4c5e1bb /dotfiles | |
parent | Switch from libinput to synaptics (diff) | |
download | nixos-config-58e92bc135450bf524a88ec8bc20ec7ca06cac74.tar.gz nixos-config-58e92bc135450bf524a88ec8bc20ec7ca06cac74.tar.bz2 nixos-config-58e92bc135450bf524a88ec8bc20ec7ca06cac74.zip |
Remove bad location from xinitrc
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/.xinitrc | 4 |
1 files 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 |