Alejandro Perez

Results 56 comments of Alejandro Perez

Well, it's a pop up in the sense that chromium opened that way. It is listed in the taskbar, so it is not a modal. For instance, xfdashboard displays it.

You might be right with Chromium's window :) Chrome window: ``` _NET_WM_ICON_GEOMETRY(CARDINAL) = 1040, 876, 122, 24 _NET_FRAME_EXTENTS(CARDINAL) = 1, 1, 24, 1 _NET_WM_ALLOWED_ACTIONS(ATOM) = _NET_WM_ACTION_CLOSE, _NET_WM_ACTION_ABOVE, _NET_WM_ACTION_BELOW, _NET_WM_ACTION_FULLSCREEN, _NET_WM_ACTION_MOVE,...

Hi, thanks for the thorough response. I'm not sure either why this is happening. I've tried with window.open() but it does not happen. Sorry I cannot give you another example...

Thanks for the response. Not too late, don't worry. I will patiently wait for it. I have a further question, although not directly related to this issue. When I use...

Thanks for the response. I have those options set, but that does not work. [general] distance = 50 useNetWMFullscreen = true ignoreSkipTaskbar = true updateFreq = 60.0 lazyTrans = false...

Hi again. I misunderstood your response. Yes, I know that I can see all the windows from all desktops, but I'd love to see their previews (not the icon). When...

Thanks for the response. It's clear now.

Just a comment. I've been playing with wmctrl, and I figured out a workaround for this. You could, prior performing the skippy-xd usual functionality, save (in memory) current window state....

Thanks, it did it with xdotool. Here it is my dirty python3 scrypt: ``` python import subprocess import re desktop_pattern = re.compile("(\S+)\s+(\S+).+") window_pattern = re.compile("(\S+)+\s+(\S+).+") current_desktop = 0 desktops =...

Hi, I finally made a patch to enable icons on top of thumbnails. This is essential to me. It seems I cannot attach files, but it is small enough to...