Autorandr Lock Screen Wallpaper Update

- Update autorandr postswitch script to update
  lock screen wallpaper
- Merge upstream dwm-flexipatch commits
This commit is contained in:
Sravan Balaji
2022-12-26 17:14:04 -05:00
parent 0bfe3e0185
commit fed32a25a5
3 changed files with 8 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
#!/bin/bash
/usr/bin/nitrogen --restore # Restore wallpaper
/home/sravan/.scripts/session.sh --restart # Restart dwm
/home/sravan/.scripts/session.sh --restart & # Restart dwm
/usr/bin/nitrogen --restore & # Restore wallpaper
/usr/bin/betterlockscreen -u /home/sravan/Pictures/Wallpapers/Solar_System.png & # Update lock screen wallpaper

View File

@@ -2356,11 +2356,13 @@ See [[https://github.com/phillipberndt/autorandr#hook-scripts][autorandr hook sc
*** Post Switch
#+BEGIN_SRC shell :shebang #!/bin/bash :tangle .config/autorandr/postswitch
/usr/bin/nitrogen --restore # Restore wallpaper
/home/sravan/.scripts/session.sh --restart # Restart dwm
/home/sravan/.scripts/session.sh --restart & # Restart dwm
/usr/bin/nitrogen --restore & # Restore wallpaper
/usr/bin/betterlockscreen -u /home/sravan/Pictures/Wallpapers/Solar_System.png & # Update lock screen wallpaper
#+END_SRC
** Compositor
*** Picom Jonaburg
**** Animations