Re: [STUMP] select a window from all the group
Piotr Klibert <[email protected]>
| Newsgroups | gmane.comp.window-managers.stumpwm.devel |
|---|---|
| Message-ID | <CAKQQ0aupEd-d0OVM7E84xWyHRjxMQsfPjN8EbP-4OEusm9UnDQ@mail.gmail.com> |
Hi,
I don't know if there is a built-in way to do this, but I just wrote a
command and after some crude testing it appears to work:
(defun concat-list (lst)
(apply #'concatenate 'list lst))
(defcommand fullwinlist () ()
(let
((selected-win (stumpwm::select-window-from-menu
(concat-list (mapcar #'group-windows
(screen-groups
(current-screen))))
*window-format*)))
(stumpwm::switch-to-group (window-group selected-win))
(stumpwm::group-focus-window (current-group) selected-win)))
Best regards,
Piotr Klibert
2016-07-26 12:03 GMT+02:00 Andrea De Michele <[email protected]>:
> Hi,
>
> there is a way to select a window like comand: windowlist but from all the
> windows in all group?
>
>
> --
> Andrea De Michele
>
>
> _______________________________________________
> Stumpwm-devel mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/stumpwm-devel
>
_______________________________________________
Stumpwm-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/stumpwm-devel