Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3260

Graphical Environments & Desktops • Window Resize Problem

$
0
0
I resize the active window by the following simple script:

Code:

window_id=$(xdotool getactivewindow)new_width=100new_height=100xdotool windowsize $window_id $new_width $new_height
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

Statistics: Posted by mlauronen — 2025-01-14 08:30 — Replies 1 — Views 56



Viewing all articles
Browse latest Browse all 3260

Trending Articles