termux / termux-x11

Termux X11 add-on application.
https://termux.dev
GNU General Public License v3.0
2.2k stars 318 forks source link

move to discussions: automatic window placement xywh 0,0,100%,50% in .Xdefaults or somewhere else? #714

Closed john-peterson closed 3 months ago

john-peterson commented 3 months ago

enable discussions section in project settings

I would rather have this in discussions to get away from the issues section

it's a simple change in the project settings much appreciated

https://github.com/termux/termux-x11/discussions/new

now to my issue

this doesn't work

~/.Xdefaults
*geometry: 100%x50%+0+0

i found no way to automate this for all windows

whnd=$(xdotool getwindowfocus);xdotool windowmove $whnd 0 0;xdotool windowsize $whnd 100% 50%

i use only one window at a time

twaik commented 3 months ago

Not a X server issue.