Skip Navigation

Why do all windows react differently to xdotool resize

Yesterday I tried to layout a bunch of program windows via xdotools moveto and resize. In theory they should have been all the same size, but they came out all different, and none had the targeted size. They all had space around them. What is involved in this process? Are there invisible borders, or stuff like that?

5

You're viewing a single thread.

5 comments
  • Maybe you are running Wayland and not X11?

    • Nope, I switched back to X11 after I found, that xdotool couldn't work with Wayland, and ydotool doesn't support window handling.

      • Autsch! I would never do that... X11 is such a broken mess, but then my window management needs seem to be very different from yours.

        Applications do have a say in how big they get rendered (typically by giving a min/max/preferred size), which window managers may or may not resepct/adjust for after the window comes up. Maybe it is just that.