this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Cleanup Kitty configuration

+16 -18
+16 -18
kitty/.config/kitty/kitty.conf
··· 6 6 #: individual font faces and even specify special fonts for particular 7 7 #: characters. 8 8 9 - font_family Iosevka Term SS10 Medium 10 - bold_font Iosevka Term SS10 Bold 11 - italic_font Iosevka Term SS10 Medium Italic 12 - bold_italic_font Iosevka Term SS10 Bold Italic 9 + font_family Iosevka Term Medium 10 + bold_font Iosevka Term Bold 11 + italic_font Iosevka Term Medium Italic 12 + bold_italic_font Iosevka Term Bold Italic 13 13 14 14 #: You can specify different fonts for the bold/italic/bold-italic 15 15 #: variants. By default they are derived automatically, by the OSes ··· 176 176 #: in full screen programs that redraw the entire screen on each loop, 177 177 #: because kitty is so fast that partial screen updates will be drawn. 178 178 179 - # sync_to_monitor yes 179 + sync_to_monitor no 180 180 181 181 #: Sync screen updates to the refresh rate of the monitor. This 182 182 #: prevents tearing (https://en.wikipedia.org/wiki/Screen_tearing) ··· 295 295 296 296 #: Which edge to show the tab bar on, top or bottom 297 297 298 - # tab_bar_margin_width 0.0 298 + tab_bar_margin_width 30.0 299 299 300 300 #: The margin to the left and right of the tab bar (in pts) 301 301 302 - # tab_bar_style fade 302 + tab_bar_style fade 303 303 304 304 #: The tab bar style, can be one of: fade or separator. In the fade 305 305 #: style, each tab's edges fade into the background color, in the ··· 314 314 #: can change the number of cells used by adding/removing entries to 315 315 #: this list. 316 316 317 - # tab_separator " ┇" 317 + # tab_separator " ┇ " 318 318 319 319 #: The separator between tabs in the tab bar when using separator as 320 320 #: the tab_bar_style. 321 321 322 - # active_tab_foreground #000 323 - # active_tab_background #eee 322 + active_tab_foreground #2b3240 323 + active_tab_background #c1c9d4 324 324 # active_tab_font_style bold-italic 325 - # inactive_tab_foreground #444 326 - # inactive_tab_background #999 325 + inactive_tab_foreground #4a5265 326 + inactive_tab_background #2b3240 327 327 # inactive_tab_font_style normal 328 328 329 329 #: Tab bar colors and styles ··· 337 337 338 338 #: The foreground and background colors 339 339 340 - background_opacity 1 340 + # background_opacity 1 341 341 # dynamic_background_opacity no 342 342 343 343 #: The opacity of the background. A number between 0 and 1, where 1 is ··· 441 441 #: to yes means that any background processes still using the terminal 442 442 #: can fail silently because their stdout/stderr/stdin no longer work. 443 443 444 - # allow_remote_control no 444 + allow_remote_control yes 445 445 446 446 #: Allow other programs to control kitty. If you turn this on other 447 447 #: programs can control all aspects of kitty, including sending text ··· 481 481 482 482 macos_thicken_font 0.0 483 483 484 - # macos_titlebar_color system 484 + macos_titlebar_color background 485 485 486 486 #: Change the color of the kitty window's titlebar on macOS. A value 487 487 #: of system means to use the default system color, a value of ··· 494 494 #: you are probably better off just hiding the titlebar with 495 495 #: macos_hide_titlebar. 496 496 497 - macos_hide_titlebar yes 497 + # macos_hide_titlebar yes 498 498 499 499 #: Hide the kitty window's title bar on macOS. 500 500 ··· 625 625 #: }}} 626 626 627 627 #: Window management {{{ 628 - 629 - # map cmd+n new_window 630 628 631 629 #: You can open a new window running an arbitrary program, for 632 630 #: example::