chore: Disable session and window size restoration in prompt by default, makes it behave much closer to stock gnome-terminal

This commit is contained in:
Kyle Gospodnetich 2023-12-20 11:59:35 -08:00
parent e4763b5d5a
commit cbb0ff433c

View File

@ -42,3 +42,7 @@ terminal='prompt'
keybindings=['<Ctrl><Alt>t']
new-tab=false
flatpak='off'
[org/gnome/Prompt]
restore-session=false
restore-window-size=false