Hi!
I'm trying to run Unity Editor under XMonad. Unfortunately I'm having issues - sub-windows of the main window are not redrawn properly, resulting in ugly mess (previously-opened menu lists do not disappear, etc).
It seems that this could be happening due to XMonad being non-reparenting (I ran the same app under XFCE, and it seems to work okay).
Is there a way to reparent a window manually?
I tried creating a new X window via Python and Xlib, as in this example: https://rosettacode.org/wiki/Window_creation/X11#Python
and then reparenting the window to it via `xdotool windowreparent` and subsequently `xdotool windowmap` plus `xdotool windowsize`. It partially worked - the app window correctly resized to fill the parent window, seems to be reacting to mouse move and mouse scroll events (interface elements are highlighted), reacts to keyboard events, but completely ignores mouse button events (clicks/drags). I'm attaching create_window.py script I used to create the window.
Any idea about what am I missing? Maybe my event masks are wrong?
Best regards,
Platon Pronko
Hi, I'm Peet.
I looking util or something that can toggle active workspace
Like: active workspace
1, 4 , 9
so when i press hot key xmonad will go through 1 , 4 ,9 , 1 ......
i already had : Xmonad.Actions.CycleWS
thank.
Hi,
Not an answer to your question per se, but there's a patch [1] I made
for the BSP layout that adds support for X.U.Minimize minimized windows.
I've been using it for some time now, works perfectly.
Best,
Samuli
[1]: https://github.com/SimSaladin/xmonad-contrib/commit/340e2dbee29d307c7a8098a…
On Mon, May 17, 2021 at 12:00:02PM +0000, xmonad-request(a)haskell.org wrote:
> Date: Sun, 16 May 2021 18:59:46 +0200
> From: Ramon Diaz-Uriarte <rdiaz02(a)gmail.com>
> To: xmonad(a)haskell.org
> Subject: [xmonad] Layout.Hiding: showing hidden in rofi and/or unhiding all
>
> Hi,
>
> Is it possible to have hidden windows (from Layout.Hiding) be shown by rofi
> (rofi -show window)? I guess the answer is no [1]. In such a case, is it
> possible to unhide all hidden windows in all workspaces? (Probably not,
> either).
>
> Why this or something similar? Sometimes I have a window that I hide (say,
> emacs editing a file, unsaved) because something comes up. A while later I
> might not remember where that was (only "I have emacs somewhere opened
> editing file whatever"). I am forced to go through all of my workspaces
> popping the possible hidden windows.
>
> Maybe there is something much more sensible I am missing.
>
>
> (Note that using Layout.Minimize, instead of Layout.Hiding, is not really
> an option, since it interferes with BinarySpacePartition, which I use most
> of the time).
>
>
> Thanks,
>
> [1] That is why they are hidden :-) : "completely removes windows from the
> window set " from the documentation.
>
> --
> Ramon Diaz-Uriarte
> Department of Biochemistry, Lab B-25
> Facultad de Medicina
> Universidad Autónoma de Madrid
> Arzobispo Morcillo, 4
> 28029 Madrid
> Spain
>
> Phone: +34-91-497-2412
>
> Email: rdiaz02(a)gmail.com
> ramon.diaz(a)iib.uam.es
>
> https://ligarto.org/rdiaz
>
Hi,
Is it possible to have hidden windows (from Layout.Hiding) be shown by rofi
(rofi -show window)? I guess the answer is no [1]. In such a case, is it
possible to unhide all hidden windows in all workspaces? (Probably not,
either).
Why this or something similar? Sometimes I have a window that I hide (say,
emacs editing a file, unsaved) because something comes up. A while later I
might not remember where that was (only "I have emacs somewhere opened
editing file whatever"). I am forced to go through all of my workspaces
popping the possible hidden windows.
Maybe there is something much more sensible I am missing.
(Note that using Layout.Minimize, instead of Layout.Hiding, is not really
an option, since it interferes with BinarySpacePartition, which I use most
of the time).
Thanks,
[1] That is why they are hidden :-) : "completely removes windows from the
window set " from the documentation.
--
Ramon Diaz-Uriarte
Department of Biochemistry, Lab B-25
Facultad de Medicina
Universidad Autónoma de Madrid
Arzobispo Morcillo, 4
28029 Madrid
Spain
Phone: +34-91-497-2412
Email: rdiaz02(a)gmail.com
ramon.diaz(a)iib.uam.es
https://ligarto.org/rdiaz