config: introduce macos-window-shadow

This commit is contained in:
Mitchell Hashimoto
2024-06-07 12:46:14 -07:00
parent 5a026cf1a2
commit 550a9be241
3 changed files with 24 additions and 3 deletions

View File

@@ -985,6 +985,11 @@ keybind: Keybinds = .{},
/// This does not work with GLFW builds.
@"macos-option-as-alt": OptionAsAlt = .false,
/// Whether to enable the macOS window shadow. The default value is true.
/// With some window managers and window transparency settings, you may
/// find false more visually appealing.
@"macos-window-shadow": bool = true,
/// Put every surface (tab, split, window) into a dedicated Linux cgroup.
///
/// This makes it so that resource management can be done on a per-surface