Hi again
If you just want to resize an active window after it has been loaded
you can use something like this.
100,300= window position x,yCode:wmctrl -r :ACTIVE: -e 0,100,300,890,560
890,560= window size x,y
change to whatever.
Rather than set to a keyboard shortcut I like to use easystroke mouse
gestures to set a gesture to run the command.
The wmctrl command works on the focused window so by performing the gesture in the window you want to resize it gives it focus then runs the command.


Adv Reply


Bookmarks