Skip to content

Commit 78c0c96

Browse files
committed
Disable mouse reporting on ghostty and set zellij mous mode to false
1 parent 3c15661 commit 78c0c96

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.ghostty.conf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ background-opacity = 0.95
99
macos-non-native-fullscreen = true
1010
macos-titlebar-style = hidden
1111

12+
# Disable mouse interception
13+
mouse-reporting = false
14+
1215
# Send Alt/Option as a true Alt modifier instead of composing special
1316
# characters (e.g. Option+m -> "µ"), so terminal apps that bind Alt+<key>
1417
# (zellij, etc.) receive the modifier instead of a literal character.
1518
macos-option-as-alt = true
1619

17-
# Colors (Gruvbox Dark)
18-
background = "#282828"
19-
foreground = "#ebdbb2"
20+
# Colors - follow system appearance (Gruvbox Dark / Gruvbox Light)
21+
theme = light:Gruvbox Light,dark:Gruvbox Dark
2022
cursor-color = "#d79921"
21-
selection-background = "#ebdbb2"
22-
selection-foreground = "#282828"
2323

2424
# Key bindings
2525
keybind = ctrl+shift+h=goto_split:left

.zellij.kdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ web_client {
358358
// - true (default)
359359
// - false
360360
//
361-
// mouse_mode false
361+
mouse_mode false
362362

363363
// Toggle having pane frames around the panes
364364
// Options:

0 commit comments

Comments
 (0)