wmrotate2 246 B

123456789101112131415
  1. #!/bin/bash
  2. # GNU GPL
  3. # this is wmrotate2 for use with wminizer
  4. # https://bbs.archlinux.org/viewtopic.php?pid=320776#p320776 & exec wmrotate in xinit or however launching
  5. while true
  6. do
  7. dwm
  8. spectrwm
  9. # openbox
  10. # xmonad
  11. # i3
  12. done