wmrotate1 783 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #!/bin/bash
  2. # this is wmrotate1 for use with wminizer
  3. # originally inspired by
  4. # https://bbs.archlinux.org/viewtopic.php?pid=320776#p320776 & exec wmrotate in xinit or however launching
  5. while true
  6. do
  7. xmonad
  8. dwm
  9. #cosmic-session # idk if that's the right thing for that.
  10. openbox
  11. #### testing newer xmonad config
  12. # xmonad
  13. strat digtoo xmonad
  14. dwm
  15. herbstluftwm
  16. dwm
  17. i3
  18. dwm
  19. spectrwm
  20. dwm
  21. #startxfce4
  22. xmonad
  23. dwm
  24. #starttrinity
  25. #fluxbox
  26. #cde
  27. #nscde ## if you want unix nostalgia. :) lol, uses qt6
  28. #fvwm
  29. #fvwm2
  30. #qtile
  31. #pekwm
  32. #frankenwm
  33. #i3-wm
  34. #dk
  35. #matwm2 ## iunno
  36. #wmfs ## says highly configurable...
  37. #notion3 ##... :3 not ion 3. nice name, ion3 fork.
  38. #jwm
  39. #fvwm3
  40. #startplasma-x11
  41. #icewm
  42. #xfce-session
  43. #startxfce4 # i think that's right... lets see what happens including that.
  44. done