diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-06-07 02:53:07 +0300 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-06-07 02:53:07 +0300 |
| commit | c2bdb9b430a51309e5bc3f86f22c7ba94fa4e0cb (patch) | |
| tree | 65f370761459b875cbaecab16b32e9cdcd35c038 /kitty | |
| parent | 6fc0fdae169635c974cb28f316f94868108a6e87 (diff) | |
| download | dotfiles-c2bdb9b430a51309e5bc3f86f22c7ba94fa4e0cb.tar.xz dotfiles-c2bdb9b430a51309e5bc3f86f22c7ba94fa4e0cb.zip | |
Added a shortcut to tmux_sessionizer.sh in kitty ctrl+f to quickly find projects and start a tmux session
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 |
