diff options
Diffstat (limited to 'kitty')
| -rw-r--r-- | kitty/.config/kitty/kitty.conf | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index aef65cc..9593550 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -944,8 +944,8 @@ inactive_tab_font_style normal #: The foreground and background colors # background_opacity 1.0 -# background_opacity 0.90 -background_opacity 1.00 +background_opacity 0.90 +# background_opacity 1.00 #: The opacity of the background. A number between 0 and 1, where 1 is #: opaque and 0 is fully transparent. This will only work if @@ -2044,3 +2044,9 @@ map opt+cmd+, debug_config # Catppuccin-Mocha include current-theme.conf # END_KITTY_THEME +# +# + +# My mappings +# map ctrl+a launch --cwd=/home/omar /home/omar/.scripts/tmux-sessionizer.sh +map ctrl+f send_text all ~/.scripts/tmux-sessionizer.sh\n |
