diff --git a/conf.d/kitty/keyboard.conf b/conf.d/kitty/keyboard.conf index a7505e8..84d3dd3 100644 --- a/conf.d/kitty/keyboard.conf +++ b/conf.d/kitty/keyboard.conf @@ -78,17 +78,17 @@ clear_all_shortcuts yes #: Clipboard {{{ -#map kitty_mod+c copy_to_clipboard -map super+0x63 copy_to_clipboard +map kitty_mod+c copy_to_clipboard +# map super+0x63 copy_to_clipboard #: There is also a copy_or_interrupt action that can be optionally #: mapped to Ctrl+c. It will copy only if there is a selection and #: send an interrupt otherwise. -#map kitty_mod+v paste_from_clipboard -map super+0x76 paste_from_clipboard -map super+0x73 paste_from_selection -#map kitty_mod+s paste_from_selection +map kitty_mod+v paste_from_clipboard +# map super+0x76 paste_from_clipboard +# map super+0x73 paste_from_selection +map kitty_mod+s paste_from_selection # map shift+insert paste_from_selection map kitty_mod+o pass_selection_to_program @@ -176,11 +176,13 @@ map super+shift+enter new_os_window #: kitty window. In particular you can use new_os_window_with_cwd to #: open a window with the current working directory. -map kitty_mod+w close_window +map super+w close_window #map kitty_mod+] next_window #map kitty_mod+[ previous_window -map ctrl+0xff56 next_window -map ctrl+0xff55 previous_window +# map ctrl+0xff56 next_window +# map ctrl+0xff55 previous_window +map super+0xff56 next_window +map super+0xff55 previous_window #map kitty_mod+f move_window_forward #map kitty_mod+b move_window_backward map ctrl+shift+page_down move_window_forward @@ -203,13 +205,13 @@ map kitty_mod+0 tenth_window #: Tab management {{{ -map kitty_mod+right next_tab -map kitty_mod+left previous_tab -map kitty_mod+t new_tab -map kitty_mod+q close_tab -map kitty_mod+. move_tab_forward -map kitty_mod+, move_tab_backward -map kitty_mod+alt+t set_tab_title +map kitty_mod+page_down next_tab +map kitty_mod+page_up previous_tab +map kitty_mod+t new_tab +map kitty_mod+w close_tab +map kitty_mod+. move_tab_forward +map kitty_mod+, move_tab_backward +map kitty_mod+alt+t set_tab_title #: You can also create shortcuts to go to specific tabs, with 1 being #: the first tab, 2 the second tab and -1 being the previously active @@ -228,7 +230,7 @@ map kitty_mod+alt+t set_tab_title #: Layout management {{{ -map kitty_mod+l next_layout +map super+l next_layout #: You can also create shortcuts to switch to specific layouts:: @@ -302,6 +304,7 @@ map kitty_mod+p>h kitten hints --type hash --program - #: Miscellaneous {{{ +map kitty_mod+r load_config_file map kitty_mod+f11 toggle_fullscreen map kitty_mod+f10 toggle_maximized map kitty_mod+u kitten unicode_input diff --git a/conf.d/kitty/tabbar.conf b/conf.d/kitty/tabbar.conf index 80ef903..fe47422 100644 --- a/conf.d/kitty/tabbar.conf +++ b/conf.d/kitty/tabbar.conf @@ -10,6 +10,13 @@ tab_bar_margin_width 0.0 #: The margin to the left and right of the tab bar (in pts) +tab_bar_margin_height 10.0 5.0 + +#: The margin above and below the tab bar (in pts). The first number is +#: the margin between the edge of the OS Window and the tab bar and the +#: second number is the margin between the tab bar and the contents of +#: the current tab. + tab_bar_style powerline #: The tab bar style, can be one of: fade, separator or hidden. In the @@ -37,7 +44,7 @@ tab_fade 0.25 0.5 0.75 1 #: can change the number of cells used by adding/removing entries to #: this list. -tab_separator " ┇" +tab_separator " ┇ " #: The separator between tabs in the tab bar when using separator as #: the tab_bar_style. @@ -54,9 +61,10 @@ tab_title_template {index}: {title} #: like: {index}: {title}. Useful if you have shortcuts mapped for #: goto_tab N. -active_tab_foreground #00FF66 +# active_tab_foreground #00FF66 +active_tab_foreground #AF0CBA active_tab_background #000 -active_tab_font_style bold +active_tab_font_style normal inactive_tab_foreground #fff inactive_tab_background #000 inactive_tab_font_style normal diff --git a/conf.d/kitty/window_layout.conf b/conf.d/kitty/window_layout.conf index 6ac8b69..fac475b 100644 --- a/conf.d/kitty/window_layout.conf +++ b/conf.d/kitty/window_layout.conf @@ -28,7 +28,7 @@ window_resize_step_lines 2 #: resizing windows. The cells value is used for horizontal resizing #: and the lines value for vertical resizing. -window_border_width 1.0 +window_border_width 2.0 #: The width (in pts) of window borders. Will be rounded to the #: nearest number of pixels based on screen resolution. Note that @@ -43,7 +43,7 @@ draw_minimal_borders yes #: that setting a non-zero window margin overrides this and causes all #: borders to be drawn. -window_margin_width 0.0 +window_margin_width 1.0 #: The window margin (in pts) (blank area outside the border) @@ -53,7 +53,7 @@ single_window_margin_width -1000.0 #: visible. Negative values will cause the value of #: window_margin_width to be used instead. -window_padding_width 0.0 +window_padding_width 1.0 #: The window padding (in pts) (blank area between the text and the #: window border) @@ -67,7 +67,7 @@ placement_strategy center #: placed centrally. A value of top-left means the padding will be on #: only the bottom and right edges. -active_border_color #00ff00 +active_border_color #AF0CBA #: The color for the border of the active window. Set this to none to #: not draw borders around the active window. @@ -86,7 +86,7 @@ inactive_text_alpha 1.0 #: Fade the text in inactive windows by the specified amount (a number #: between zero and one, with zero being fully faded). -hide_window_decorations no +hide_window_decorations yes #: Hide the window decorations (title-bar and window borders). Whether #: this works and exactly what effect it has depends on the window