You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which Wayland compositor or X11 Window manager(s) are you using?
KWin
WezTerm version
wezterm 20240203-110809-5046fc22
Ask your question!
Hello!
Today I finally got around to giving wezterm a try and was now playing around with my config.
One thing I really like to have on my terminal emulators is for new windows to always start maximized, so that when I use Super+T (my global keybind to open a new terminal window), it fills my entire screen.
Now, I've read #284 and used both GUI events as follows:
The first one works great, wezterm's first window is maximized (so are windows spawned with --always-new-process), but subsequent ones are not.
I've even chucked some prints in both, and I see that gui-startup is being called, but gui-attached isn't.
Am I missing something obvious (likely!) or is this not working as intended?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What Operating System(s) are you running on?
Linux Wayland
Which Wayland compositor or X11 Window manager(s) are you using?
KWin
WezTerm version
wezterm 20240203-110809-5046fc22
Ask your question!
Hello!
Today I finally got around to giving wezterm a try and was now playing around with my config.
One thing I really like to have on my terminal emulators is for new windows to always start maximized, so that when I use
Super+T
(my global keybind to open a new terminal window), it fills my entire screen.Now, I've read #284 and used both GUI events as follows:
The first one works great, wezterm's first window is maximized (so are windows spawned with
--always-new-process
), but subsequent ones are not.I've even chucked some prints in both, and I see that
gui-startup
is being called, butgui-attached
isn't.Am I missing something obvious (likely!) or is this not working as intended?
Beta Was this translation helpful? Give feedback.
All reactions