Inspired from Jguer's dotfile
TO set kitty as default terminal on gnome(make it work when doing right click -> open in terminal on nautilus):
gsettings set org.gnome.desktop.default-applications.terminal exec kittyInspired from Jguer's dotfile
TO set kitty as default terminal on gnome(make it work when doing right click -> open in terminal on nautilus):
gsettings set org.gnome.desktop.default-applications.terminal exec kitty| font_family FiraCode Nerd Font Mono | |
| bold_font auto | |
| italic_font auto | |
| bold_italic_font auto | |
| # shell_integration disabled | |
| font_size 12.5 | |
| background_opacity 0.90 | |
| # shell /usr/bin/fish | |
| # Upstream colors {{{ | |
| foreground #a9b1d6 | |
| # Black | |
| color0 #414868 | |
| color8 #414868 | |
| # Red | |
| color1 #f7768e | |
| color9 #f7768e | |
| # Green | |
| color2 #73daca | |
| color10 #73daca | |
| # Yellow | |
| color3 #e0af68 | |
| color11 #e0af68 | |
| # Blue | |
| color4 #7aa2f7 | |
| color12 #7aa2f7 | |
| # Magenta | |
| color5 #bb9af7 | |
| color13 #bb9af7 | |
| # Cyan | |
| color6 #7dcfff | |
| color14 #7dcfff | |
| # White | |
| color7 #c0caf5 | |
| color15 #c0caf5 | |
| # Cursor | |
| cursor #c0caf5 | |
| # Selection highlight | |
| selection_foreground none | |
| selection_background #28344a | |
| # The color for highlighting URLs on mouse-over | |
| url_color #9ece6a | |
| # Window borders | |
| active_border_color #3d59a1 | |
| inactive_border_color #101014 | |
| bell_border_color #e0af68 | |
| # Tab bar | |
| tab_bar_style fade | |
| tab_fade 1 | |
| active_tab_foreground #3d59a1 | |
| active_tab_font_style bold | |
| inactive_tab_foreground #787c99 | |
| inactive_tab_font_style bold | |
| tab_bar_background #101014 | |
| # Storm | |
| background #24283b | |
| cursor_text_color #24283b | |
| active_tab_background #1f2335 | |
| inactive_tab_background #1f2335 | |
| # }}} | |
| cursor_shape beam | |
| remember_window_size no | |
| initial_window_width 840 | |
| initial_window_height 520 | |
| enabled_layouts stack, tall, fat, grid, vertical | |
| # {{{ Keybindings | |
| map alt+t combine : new_window : goto_layout tall | |
| map kitty_mod+f next_layout | |
| map alt+left move_window_backward | |
| map alt+right move_window_forward | |
| map alt+up move_window_to_top | |
| map ctrl+alt+1 goto_tab 1 | |
| map ctrl+alt+2 goto_tab 2 | |
| map kitty_mod+right next_tab | |
| map kitty_mod+left previous_tab | |
| map ctrl+alt+right move_tab_forward | |
| map ctrl+alt+left move_tab_backward | |
| # }}} |