wminizer 299 B

1234567891011121314151617
  1. #!/bin/bash
  2. # GNU GPL
  3. # wminizer
  4. # runs wmrotate where wmrotate ran window managers
  5. # this enables killing the current wmrotate, to
  6. # cycle to the next wmrotate., thus enabling changing
  7. # the wm list, without having to restart your x session.
  8. #
  9. # in theory^
  10. while true
  11. do
  12. wmrotate1
  13. wmrotate2
  14. done