diff --git a/.config/autorandr/postswitch b/.config/autorandr/postswitch index d0ec0e7..1b3f30c 100755 --- a/.config/autorandr/postswitch +++ b/.config/autorandr/postswitch @@ -1,5 +1,5 @@ #!/bin/bash -/home/sravan/.scripts/session.sh --restart & # Restart dwm -/usr/bin/nvidia-force-comp-pipeline & # NVIDIA Force Composition Pipeline -/usr/bin/nitrogen --restore & # Restore wallpaper -/usr/bin/betterlockscreen -u /home/sravan/Pictures/Wallpapers/Solar_System.png & # Update lock screen wallpaper +/home/sravan/.scripts/session.sh --restart & # Restart dwm +/usr/bin/nvidia-force-comp-pipeline & # NVIDIA Force Composition Pipeline +/usr/bin/nitrogen --restore & # Restore wallpaper +/usr/bin/betterlockscreen -u /home/sravan/Pictures/Wallpapers/Desktop/Solar_System.png & # Update lock screen wallpaper diff --git a/.config/dwm-flexipatch b/.config/dwm-flexipatch index 9104d89..91ded7c 160000 --- a/.config/dwm-flexipatch +++ b/.config/dwm-flexipatch @@ -1 +1 @@ -Subproject commit 9104d89a94fc217a02757c865dde2115c8291f8b +Subproject commit 91ded7cbaad5fda28e53687bd54ca147c50a1dcc diff --git a/README.org b/README.org index 20bac09..656e89c 100644 --- a/README.org +++ b/README.org @@ -2467,10 +2467,10 @@ See [[https://github.com/phillipberndt/autorandr#hook-scripts][autorandr hook sc *** Post Switch #+BEGIN_SRC shell :shebang #!/bin/bash :tangle .config/autorandr/postswitch -/home/sravan/.scripts/session.sh --restart & # Restart dwm -/usr/bin/nvidia-force-comp-pipeline & # NVIDIA Force Composition Pipeline -/usr/bin/nitrogen --restore & # Restore wallpaper -/usr/bin/betterlockscreen -u /home/sravan/Pictures/Wallpapers/Solar_System.png & # Update lock screen wallpaper +/home/sravan/.scripts/session.sh --restart & # Restart dwm +/usr/bin/nvidia-force-comp-pipeline & # NVIDIA Force Composition Pipeline +/usr/bin/nitrogen --restore & # Restore wallpaper +/usr/bin/betterlockscreen -u /home/sravan/Pictures/Wallpapers/Desktop/Solar_System.png & # Update lock screen wallpaper #+END_SRC ** Compositor