]> git.r.bdr.sh - rbdr/dotfiles/commitdiff
Improve mouse integrations
authorRuben Beltran del Rio <redacted>
Thu, 28 Mar 2024 20:53:00 +0000 (21:53 +0100)
committerRuben Beltran del Rio <redacted>
Thu, 28 Mar 2024 20:53:00 +0000 (21:53 +0100)
config/kitty/kitty.conf
tmux.conf

index 1390ddb80b8a0d5f74f3134d18b436504486fc0f..ca997dfc7b86887a270b2e4ab4b53a3d6fcdf048 100644 (file)
@@ -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
index 086b8318b1334cb2e9323fa585b9785c094e3389..750c20a00a28ec33e674c009e3cb4f90043229b6 100644 (file)
--- 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"