alacritty: BUG(?): Forced Maximized Window
Alacritty on debian buster starts on maximized which can’t be turned off using fullscreen: false
or start_maximized
in alacritty.yml
.
OS: Debian Buster DM: X11 with --scale 2x2 DE: GNOME aptli: http://ix.io/1D4y Default config: http://ix.io/1D4x
start_maximized
value does not affect the allacrity on startup
# When true, alacritty starts maximized.
start_maximized: false
From https://github.com/jwilm/alacritty/issues/38 i tried to add:
fullscreen: false
under and above window
which does not affect it.
Didn’t find any instructions to configure alacritty in https://github.com/jwilm/alacritty#configuration
default alacritty.yml
doesn’t have anything else related to fullscreen/maximized.
tried gsettings set org.gnome.mutter auto-maximize false
from https://askubuntu.com/a/303119 which doesn’t affect alacritty.
Expected to start in windowed mode.
About this issue
- Original URL
- State: open
- Created 5 years ago
- Reactions: 1
- Comments: 19 (8 by maintainers)
It can be reproduced using command above.
Never worked before on this OS.