xdotool `windowsize` and `windowmove` don't work in GNOME when the window is full sized
I have some keyboard shortcuts that tile windows around the screen. Under the surface, they just execute various xdotool commands. For example, here is one that moves the current window to the left half of the screen: xdotool getactivewindow windowsize 50% 100% && xdotool getwindowfocus windowmove 0 0 This works great most of the time,… Read More xdotool `windowsize` and `windowmove` don't work in GNOME when the window is full sized