I resize the active window by the following simple script:The window resizes, but if I switch to another workspace and then come back, the window is automatically resized back to its previous size.
How can I disable this 'feature' ?
My system is:
Linux: Debian GNU/Linux 12 (bookworm) 12.8
Kernel: 6.1.119-1
xfce4: 4.18
Nvidia: 535.183.01
GTK: 3.24.38
Code:
window_id=$(xdotool getactivewindow)new_width=100new_height=100xdotool windowsize $window_id $new_width $new_height
How can I disable this 'feature' ?
My system is:
Linux: Debian GNU/Linux 12 (bookworm) 12.8
Kernel: 6.1.119-1
xfce4: 4.18
Nvidia: 535.183.01
GTK: 3.24.38
Statistics: Posted by mlauronen — 2025-01-14 08:30 — Replies 1 — Views 56