Quick access terminal: Allow configuring the monitor to display the panel on in Wayland/X11

Fixes #8630
This commit is contained in:
Kovid Goyal
2025-05-13 11:52:52 +05:30
parent 74291d0425
commit a39b7eb7dd
3 changed files with 12 additions and 0 deletions

View File

@@ -117,6 +117,8 @@ Detailed list of changes
- Quick access terminal: Allow toggling the window to full screen and map using the standard kitty :sc:`toggle_fullscreen` shortcut (:iss:`8626`)
- Quick access terminal: Allow configuring the monitor to display the panel on in Wayland/X11 (:iss:`8630`)
- A new setting :opt:`remember_window_position` to optionally use the position of the last closed kitty OS Window as the position of the first kitty OS Window when running a new kitty instance (:pull:`8601`)