I've written a group scroller for the mode-line, simply scroll to switch groups:

;; Modeline Group Scrolling - make sure *screen-mode-line-format* has a "%g"
(setf stumpwm:*mode-line-click-hook*
      (list (lambda (&rest args)
              (cond ((eq (second args) 5)
                     (run-commands "gnext"))
                    ((eq (second args) 4)
                     (run-commands "gprev"))))))

I'd be nice able to switch groups by clicking directly though (like in Awesome)

Joel


_______________________________________________
Stumpwm-devel mailing list
Stumpwm-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/stumpwm-devel

Reply via email to