diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-01-30 00:20:03 +0100 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-01-30 00:20:03 +0100 |
| commit | 2a8f7a6a66d620e46779d73ba788d1071239ff2a (patch) | |
| tree | 7791de28567388c16870fdad47711fdc57a17dd8 /cfg/kitty.conf | |
| parent | 718f8b25c19759e171d3c49da3979e8a8b2b0f33 (diff) | |
lots of updates i guess... also, `fastfetch` stuff now got its folder
too
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'cfg/kitty.conf')
| -rw-r--r-- | cfg/kitty.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cfg/kitty.conf b/cfg/kitty.conf index 2a94a32..48fa4e9 100644 --- a/cfg/kitty.conf +++ b/cfg/kitty.conf @@ -27,6 +27,7 @@ enable_audio_bell no hide_window_decorations yes confirm_os_window_close 0 remember_window_size no +enable_ime yes # dimming dim_opacity 0.5 inactive_text_alpha 0.5 @@ -53,5 +54,5 @@ color6 #7dd5cf color14 #7dd5cf color7 #d0d0d0 color15 #f5f5f5 -selection_background #303030 -selection_foreground #202020 +selection_background #9a0a0a +selection_foreground #d0d0d0 |