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

@ -1 +1 @@
Subproject commit 26123bff089c33a69fa22cce0567c2c97e3d6bbe
Subproject commit 746f9212bfd79ea490d4d4d57e2e971e39ac43d0

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