You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The resize command does not seem to work for floating scratchpad windows. E.g., I open thunderbird as a floating scratchpad window at start and set for_window [title="^.*Mozilla Thunderbird$" app_id="thunderbird"] resize set 98 ppt 93 ppt to resize it. On i3 and sway this correctly resizes the main thunderbird window to the desired dimensions. On scroll, this does not seem to work. Thunderbird is running under wayland.
I also run some tui programs in foot (e.g. btop) as floating windows (not in scratchpad) and resize them like this; resizing does work as expected in these instances. On the other hand, for another scratchpad foot window titled "calculator", where a REPL is open, resizing with for_window [title="^calculator$"] resize set 80 ppt 80 ppt does not work. Again, this works as expected in i3 and sway. (A peek at scrollmsg -t get_tree tells me that my regexes should work.)
Please fill out the following:
Scroll Version:
1.12-dev-e00ca868
Description:
The
resizecommand does not seem to work for floating scratchpad windows. E.g., I openthunderbirdas a floating scratchpad window at start and setfor_window [title="^.*Mozilla Thunderbird$" app_id="thunderbird"] resize set 98 ppt 93 pptto resize it. Oni3andswaythis correctly resizes the main thunderbird window to the desired dimensions. Onscroll, this does not seem to work. Thunderbird is running under wayland.I also run some tui programs in
foot(e.g.btop) as floating windows (not in scratchpad) and resize them like this; resizing does work as expected in these instances. On the other hand, for another scratchpadfootwindow titled "calculator", where a REPL is open, resizing withfor_window [title="^calculator$"] resize set 80 ppt 80 pptdoes not work. Again, this works as expected ini3andsway. (A peek atscrollmsg -t get_treetells me that my regexes should work.)