wmrotate 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. # or maybe intersperse more dwm and xmonad...
  8. dwm
  9. #pekwm # just curious what it's like by default. bleh, changes background.
  10. #digitbox # did that ever be a thing? ... besides just a different launcher for openbox...?
  11. #bongswm # my idea. like herbstluftwm, but in fish! ;D
  12. #icewm
  13. #openbox # meh, wait until i get my config in.
  14. #qtile
  15. #openbox
  16. herbstluftwm
  17. dwm
  18. #openbox
  19. #i3
  20. #openbox
  21. xmonad
  22. dwm
  23. #openbox
  24. ###exwm
  25. #clfswm
  26. #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 ...??
  27. #openbox
  28. #mate
  29. #lxde
  30. #lxqt
  31. #bspwm
  32. spectrwm
  33. ##there's
  34. #startplasma-x11
  35. #startxfce4
  36. ##so is there also
  37. #starttrinity
  38. ## simple as that?
  39. #######################################################
  40. #### others i wanna try (again, or for first time) ####
  41. #fluxbox
  42. #cde
  43. #nscde ## if you want unix nostalgia. :) lol, uses qt6
  44. #fvwm
  45. #qtile
  46. #pekwm
  47. ## dynamic tiling window managers in aur
  48. #frankenwm
  49. #i3-wm
  50. ## old fave again
  51. #spectrwm
  52. #dk ##dk 1.9-1 (+1 0.00) A tiling window manager in the vein of dwm, bspwm, and xmonad.
  53. #matwm2 ## iunno
  54. #wmfs ## says highly configurable...
  55. #notion3 ##... :3 not ion 3. nice name, ion3 fork.
  56. ######## wumwum ... can tile any other emwh compliant window manager into a tiling window manager retaining functionality... ? :O
  57. #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.
  58. #hikari ## floating with tiling features, inspired by cwm
  59. #####################
  60. ### 2024 installed wm (incomplete list...)
  61. #cwm
  62. #fluxbox
  63. #herbstluftwm
  64. #i3
  65. #icewm
  66. #jwm
  67. #openbox
  68. #ouroborous
  69. #pekwm
  70. #qtile
  71. #selectwm
  72. #spectrwm
  73. #twm
  74. #windowlab
  75. #windowmaker
  76. #fvwm
  77. #openbox
  78. #fvwm3
  79. #startplasma-x11
  80. #icewm
  81. #pekwm
  82. #xfce-session
  83. #startxfce4 # i think that's right... lets see what happens including that.
  84. done