From 2aa267ff0727adcf4cb110126f524830c90c36e4 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Fri, 12 Feb 2021 17:53:30 +0100 Subject: [PATCH] Switched to nitrogen for restoring wallpaper --- xsession/dwm-start | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xsession/dwm-start b/xsession/dwm-start index 9302ba3..4c0a8b3 100755 --- a/xsession/dwm-start +++ b/xsession/dwm-start @@ -10,8 +10,8 @@ $HOME/.screenlayout/layout.sh & $HOME/.config/picom/launch & # Background -# nitrogen --restore & -wal -R +nitrogen --restore & +# wal -R # Anti sleep xset s off &