commit before configuration of hyprland
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
tab_bar_edge top
|
||||
tab_bar_style powerline
|
||||
tab_powerline_style slanted
|
||||
tab_bar_align left
|
||||
tab_bar_min_tabs 2
|
||||
tab_bar_margin_width 0.0
|
||||
tab_bar_margin_height 2.5 1.5
|
||||
tab_bar_margin_color #101418
|
||||
|
||||
tab_bar_background #101418
|
||||
|
||||
active_tab_foreground #cfe5ff
|
||||
active_tab_background #124a73
|
||||
active_tab_font_style bold
|
||||
|
||||
inactive_tab_foreground #c2c7cf
|
||||
inactive_tab_background #101418
|
||||
inactive_tab_font_style normal
|
||||
|
||||
tab_activity_symbol " ● "
|
||||
tab_numbers_style 1
|
||||
|
||||
tab_title_template "{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}{title[:30]}{title[30:] and '…'} [{index}]"
|
||||
active_tab_title_template "{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}{title[:30]}{title[30:] and '…'} [{index}]"
|
||||
@@ -261,7 +261,7 @@ font_size 12.0
|
||||
#: so if you want to override it, place your value after the lines
|
||||
#: where the theme file is included.
|
||||
|
||||
# cursor_shape block
|
||||
cursor_shape beam
|
||||
|
||||
#: The cursor shape can be one of block, beam, underline. Note that
|
||||
#: when reloading the config this will be changed only if the cursor
|
||||
@@ -450,7 +450,7 @@ scrollback_lines 5000
|
||||
#: value to/from always will only affect text subsequently received by
|
||||
#: kitty.
|
||||
|
||||
# copy_on_select no
|
||||
copy_on_select yes
|
||||
|
||||
#: Copy to clipboard or a private buffer on select. With this set to
|
||||
#: clipboard, selecting text with the mouse will cause the text to be
|
||||
@@ -493,7 +493,7 @@ scrollback_lines 5000
|
||||
#: no-op:
|
||||
#: Has no effect.
|
||||
|
||||
# strip_trailing_spaces never
|
||||
strip_trailing_spaces smart
|
||||
|
||||
#: Remove spaces at the end of lines when copying to clipboard. A
|
||||
#: value of smart will do it when using normal selections, but not
|
||||
@@ -867,7 +867,7 @@ visual_bell_color #494d64
|
||||
#: set the vertical and horizontal sides. Three values set top,
|
||||
#: horizontal and bottom. Four values set top, right, bottom and left.
|
||||
|
||||
window_padding_width 3 6
|
||||
window_padding_width 12
|
||||
|
||||
#: The window padding (in pts) (blank area between the text and the
|
||||
#: window border). A single value sets all four sides. Two values set
|
||||
@@ -912,7 +912,7 @@ window_padding_width 3 6
|
||||
#: 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) with
|
||||
#: yes. On macOS, titlebar-only and titlebar-and-corners can be used
|
||||
@@ -1177,7 +1177,7 @@ window_padding_width 3 6
|
||||
|
||||
#: The foreground and background colors.
|
||||
|
||||
# background_opacity 1.0
|
||||
background_opacity 1.0
|
||||
|
||||
#: The opacity of the background. A number between zero and one, where
|
||||
#: one is opaque and zero is fully transparent. This will only work if
|
||||
@@ -1202,7 +1202,7 @@ window_padding_width 3 6
|
||||
#: will only work if dynamic_background_opacity was enabled in the
|
||||
#: original config.
|
||||
|
||||
# background_blur 0
|
||||
background_blur 0
|
||||
|
||||
#: Set to a positive value to enable background blur (blurring of the
|
||||
#: visuals behind a transparent window) on platforms that support it.
|
||||
@@ -2598,6 +2598,23 @@ window_padding_width 3 6
|
||||
|
||||
#: }}}
|
||||
|
||||
# Key bindings for common actions
|
||||
map ctrl+shift+n new_window
|
||||
map ctrl+t new_tab
|
||||
map ctrl+plus change_font_size all +1.0
|
||||
map ctrl+minus change_font_size all -1.0
|
||||
map ctrl+0 change_font_size all 0
|
||||
|
||||
# Tab configuration
|
||||
tab_bar_style powerline
|
||||
tab_bar_align left
|
||||
|
||||
# Shell integration
|
||||
shell_integration enabled
|
||||
|
||||
# Dank color generation
|
||||
include dank-tabs.conf
|
||||
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Catppuccin-Macchiato
|
||||
|
||||
Reference in New Issue
Block a user