diff --git a/.config/autorandr/postswitch b/.config/autorandr/postswitch index 885e71b..d0ec0e7 100755 --- a/.config/autorandr/postswitch +++ b/.config/autorandr/postswitch @@ -1,4 +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 diff --git a/README.org b/README.org index ed9ebae..11854b2 100644 --- a/README.org +++ b/README.org @@ -2468,6 +2468,7 @@ See [[https://github.com/phillipberndt/autorandr#hook-scripts][autorandr hook sc #+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 #+END_SRC