diff options
| author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2023-10-11 21:38:52 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2023-10-11 21:38:52 -0700 |
| commit | f7cc5ccdd61da6e82e79d0ac5e2c3814df0ed4a4 (patch) | |
| tree | 25193213c33397ea53647b48101b814aea72a402 /src/config.zig | |
| parent | 96546af4758bfb120f04a7e6e81abc5cdc09589d (diff) | |
config: add mouse-shift-capture configuration
Diffstat (limited to 'src/config.zig')
| -rw-r--r-- | src/config.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.zig b/src/config.zig index 7115b04a6..a6f4113f0 100644 --- a/src/config.zig +++ b/src/config.zig @@ -6,6 +6,7 @@ pub const Config = @import("config/Config.zig"); // Field types pub const CopyOnSelect = Config.CopyOnSelect; pub const Keybinds = Config.Keybinds; +pub const MouseShiftCapture = Config.MouseShiftCapture; pub const NonNativeFullscreen = Config.NonNativeFullscreen; pub const OptionAsAlt = Config.OptionAsAlt; |
