feat: enhance window configuration options
This commit is contained in:
+10
-1
@@ -17,9 +17,14 @@ local opts = {
|
|||||||
-- Set the animation framerate
|
-- Set the animation framerate
|
||||||
animation_fps = 120,
|
animation_fps = 120,
|
||||||
|
|
||||||
|
-- Wayland
|
||||||
|
--enable_wayland = false,
|
||||||
|
|
||||||
-- Window Decorations
|
-- Window Decorations
|
||||||
window_decorations = "TITLE | RESIZE",
|
window_decorations = "TITLE | RESIZE",
|
||||||
--window_decorations = "INTEGRATED_BUTTONS|TITLE|RESIZE",
|
-- window_decorations = "NONE",
|
||||||
|
-- window_decorations = "TITLE | RESIZE | INTEGRATED_BUTTONS",
|
||||||
|
--window_decorations = "RESIZE | INTEGRATED_BUTTONS",
|
||||||
integrated_title_buttons = { "Hide", "Maximize", "Close" },
|
integrated_title_buttons = { "Hide", "Maximize", "Close" },
|
||||||
window_frame = {
|
window_frame = {
|
||||||
inactive_titlebar_bg = "#353535",
|
inactive_titlebar_bg = "#353535",
|
||||||
@@ -65,6 +70,10 @@ local opts = {
|
|||||||
|
|
||||||
-- Scrollback Lines
|
-- Scrollback Lines
|
||||||
scrollback_lines = 20000,
|
scrollback_lines = 20000,
|
||||||
|
|
||||||
|
-- Exit Behavior
|
||||||
|
exit_behavior_messaging = "Brief",
|
||||||
|
exit_behavior = "CloseOnCleanExit",
|
||||||
}
|
}
|
||||||
|
|
||||||
return opts
|
return opts
|
||||||
|
|||||||
Reference in New Issue
Block a user