We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting lxterminal with more than 83 columns only spwans a window with 83 columns.
#00FF00 lxterminal --geometry=83x1 #ff5500 lxterminal --geometry=84x1 #FF0000 lxterminal --geometry=150x1
#00FF00
lxterminal --geometry=83x1
#ff5500
lxterminal --geometry=84x1
#FF0000
lxterminal --geometry=150x1
Running Raspberry Pi OS bullseye 64bit with PIXEL as X-Server
uname -srm Linux 5.15.61-v8+ aarch64 lxterminal -v lxterminal 0.4.0
The text was updated successfully, but these errors were encountered:
I suggest that the --geometry function might be removed... but i understand if the issue is jus closed due to backward compatibility
As workaround or maybe as besster said: "standard function" to manipulate/control windows I now use the windows manager control: wmctrl -e <MVARG> (https://manpages.debian.org/bullseye/wmctrl/wmctrl.1.en.html#e)
wmctrl -e <MVARG>
Sorry, something went wrong.
No branches or pull requests
Issue
Starting lxterminal with more than 83 columns only spwans a window with 83 columns.
How to reproduce
#00FF00
lxterminal --geometry=83x1
#ff5500
lxterminal --geometry=84x1
#FF0000
lxterminal --geometry=150x1
Version affected
Running Raspberry Pi OS bullseye 64bit with PIXEL as X-Server
Additional information
The text was updated successfully, but these errors were encountered: