Skip to content

Commit cc10668

Browse files
committed
tmux-powerline disable mouse mode
1 parent d7636a3 commit cc10668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmux/tmux-powerline/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ fi
153153
export TMUX_POWERLINE_SEG_MODE_INDICATOR_PREFIX_MODE_TEXT="^"
154154
export TMUX_POWERLINE_SEG_MODE_INDICATOR_PREFIX_MODE_TEXT_COLOR=""
155155
# Whether the mouse mode section should be enabled. Should be {"true, "false"}.
156-
export TMUX_POWERLINE_SEG_MODE_INDICATOR_MOUSE_MODE_ENABLED="true"
156+
export TMUX_POWERLINE_SEG_MODE_INDICATOR_MOUSE_MODE_ENABLED="false"
157157
# Mouse mode text & color overrides. Defaults to "mouse" & the segment foreground color set in the theme used.
158158
export TMUX_POWERLINE_SEG_MODE_INDICATOR_MOUSE_MODE_TEXT="🐭"
159159
export TMUX_POWERLINE_SEG_MODE_INDICATOR_MOUSE_MODE_TEXT_COLOR=""

0 commit comments

Comments
 (0)