wmrotate 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. #!/bin/bash
  2. # dev idea: move this while loop to another file, so that it can be changed on the fly? ... or even just include such a separate script in here ... call it "sepwm", or, "wmriwmr" (window manager rotate in window manager rotate), or watever, and then when this wmrotate xinitialised gets to that wm in its while true list, it'll be able to be loaded as whatever had changed in that file since the first were loaded... may be able to have just while true ; do ; wmriwmr ; wmriwmr ; done. :)
  3. # https://bbs.archlinux.org/viewtopic.php?pid=320776#p320776 & exec wmrotate in xinit or however launching
  4. while true
  5. do
  6. # gonna try with openbox between each. for a little while. while openbox crashy.
  7. dwm
  8. digitbox # did that ever be a thing?
  9. #bongswm # my idea. like herbstluftwm, but in fish! ;D
  10. #icewm
  11. openbox
  12. qtile
  13. openbox
  14. herbstluftwm
  15. openbox
  16. i3
  17. openbox
  18. xmonad
  19. openbox
  20. ###exwm
  21. clfswm
  22. trinity # this is called something else tho right? like trinity-kwin or trinity-kdesktop right? ... where, (not(!!!) in my path, are all/any trinity executables ...??
  23. openbox
  24. #mate
  25. #lxde
  26. #lxqt
  27. #bspwm
  28. spectrwm
  29. ##there's
  30. #startplasma-x11
  31. #startxfce4
  32. ##so is there also
  33. #starttrinity
  34. ## simple as that?
  35. #######################################################
  36. #### others i wanna try (again, or for first time) ####
  37. fluxbox
  38. cde
  39. nscde ## if you want unix nostalgia. :) lol, uses qt6
  40. fvwm
  41. qtile
  42. pekwm
  43. ## dynamic tiling window managers in aur
  44. frankenwm
  45. i3-wm
  46. ## old fave again
  47. #spectrwm
  48. dk ##dk 1.9-1 (+1 0.00) A tiling window manager in the vein of dwm, bspwm, and xmonad.
  49. matwm2 ## iunno
  50. wmfs ## says highly configurable...
  51. notion3 ##... :3 not ion 3. nice name, ion3 fork.
  52. ######## wumwum ... can tile any other emwh compliant window manager into a tiling window manager retaining functionality... ? :O
  53. wumwum ## ... wait, what...? :O wumwum 0.9-11.2 (+9 0.00) The Window Manager manager. It can turn emwh compliant window managers into a tiling window manager while retaining all initial functionalities.
  54. hikari ## floating with tiling features, inspired by cwm
  55. done