From 9f5ae3da421ab6b30170cf77982d04dce0ab47b2 Mon Sep 17 00:00:00 2001 From: Aswin Ajayan Date: Sat, 2 Nov 2024 01:34:54 +0530 Subject: [PATCH] prettify kitty --- kitty/kitty.conf | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/kitty/kitty.conf b/kitty/kitty.conf index a154a96..0bca83b 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -538,7 +538,7 @@ font_size 12 #: that setting a non-zero window margin overrides this and causes all #: borders to be drawn. -# window_margin_width 0 +window_margin_width 2 #: The window margin (in pts) (blank area outside the border). A #: single value sets all four sides. Two values set the vertical and @@ -589,7 +589,7 @@ font_size 12 #: 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 can be used to only hide the titlebar. @@ -739,7 +739,7 @@ font_size 12 #: The foreground and background colors -background_opacity 0.85 +background_opacity 1 #: 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 @@ -760,15 +760,16 @@ background_opacity 0.85 #: this setting when reloading the config will only work if #: dynamic_background_opacity was enabled in the original config. -# background_image none +# background_image /home/aswin/Pictures/cyberPunk.png +background_image /home/aswin/Pictures/early_morning_light.png #: Path to a background image. Must be in PNG format. -# background_image_layout tiled +background_image_layout scaled #: Whether to tile or scale the background image. -# background_image_linear no +background_image_linear yes #: When background image is scaled, whether linear interpolation #: should be used. @@ -780,7 +781,7 @@ background_opacity 0.85 #: decrease_background_opacity) or the remote control facility. #: Changing this setting by reloading the config is not supported. -# background_tint 0.0 +background_tint 0.96 #: How much to tint the background image by the background color. The #: tint is applied only under the text area, not margin/borders. Makes