aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-03-28 21:53:00 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2024-03-28 21:53:00 +0100
commit66eb9e7655975fa54c376b07b550661b0c2790c9 (patch)
tree0f4d1d84c36127b3fa0932cb69b96162f950364d
parent9b288c30a032b06485611b1c1ba8f530f7549517 (diff)
Improve mouse integrations
-rw-r--r--config/kitty/kitty.conf5
-rw-r--r--tmux.conf5
2 files changed, 8 insertions, 2 deletions
diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf
index 1390ddb..ca997df 100644
--- a/config/kitty/kitty.conf
+++ b/config/kitty/kitty.conf
@@ -10,6 +10,9 @@ cursor #eeeeee
cursor_text_color #3e3937
cursor_shape block
+# Mouse
+mouse_hide_wait 0
+
# Color Scheme
foreground #ffffff
@@ -24,7 +27,7 @@ active_tab_background #00FFFF
inactive_tab_foreground #00FFFF
inactive_tab_background #000000
-
+macos_titlebar_color background
background_opacity 1.0
# Regular Colors
diff --git a/tmux.conf b/tmux.conf
index 086b831..750c20a 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -23,7 +23,7 @@ set -g status-right-length 70
# Better powerline highlighting.
set-window-option -g window-status-activity-style bold,underscore
-#Set Activity monitoring.
+# Set Activity monitoring.
setw -g monitor-activity on
set -g visual-activity on
@@ -34,6 +34,9 @@ bind -r j run-shell 'tmux select-pane -D'
bind -r h run-shell 'tmux select-pane -L'
bind -r l run-shell 'tmux select-pane -R'
+# Mouse Mode
+set -g mouse on
+
# Set color mode.
set -g default-terminal "xterm-256color-italic"
set-option -ga terminal-overrides ",xterm-256color-italic:Tc"