1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- #!/bin/bash
- # 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. :)
- # https://bbs.archlinux.org/viewtopic.php?pid=320776#p320776 & exec wmrotate in xinit or however launching
- while true
- do
- # gonna try with openbox between each. for a little while. while openbox crashy.
- dwm
- digitbox # did that ever be a thing?
- #bongswm # my idea. like herbstluftwm, but in fish! ;D
- #icewm
- openbox
- qtile
- openbox
- herbstluftwm
- openbox
- i3
- openbox
- xmonad
- openbox
- ###exwm
- clfswm
- 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 ...??
- openbox
- #mate
- #lxde
- #lxqt
- #bspwm
- spectrwm
- ##there's
- #startplasma-x11
- #startxfce4
- ##so is there also
- #starttrinity
- ## simple as that?
- #######################################################
- #### others i wanna try (again, or for first time) ####
- fluxbox
- cde
- nscde ## if you want unix nostalgia. :) lol, uses qt6
- fvwm
- qtile
- pekwm
- ## dynamic tiling window managers in aur
- frankenwm
- i3-wm
- ## old fave again
- #spectrwm
- dk ##dk 1.9-1 (+1 0.00) A tiling window manager in the vein of dwm, bspwm, and xmonad.
- matwm2 ## iunno
- wmfs ## says highly configurable...
- notion3 ##... :3 not ion 3. nice name, ion3 fork.
- ######## wumwum ... can tile any other emwh compliant window manager into a tiling window manager retaining functionality... ? :O
- 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.
- hikari ## floating with tiling features, inspired by cwm
- done
|