summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-06-09 03:46:51 +0100
committerjao <jao@gnu.org>2022-06-09 03:46:51 +0100
commit3611515f94a7c39098b88ddf551c400b021b86ee (patch)
tree79eda2427c45aec5f137c9590682222b75a35fcd /data
parentff94fbb034ac4c4f4bacc9bf68a6af039bec22b4 (diff)
downloadelibs-3611515f94a7c39098b88ddf551c400b021b86ee.tar.gz
elibs-3611515f94a7c39098b88ddf551c400b021b86ee.tar.bz2
nits
Diffstat (limited to 'data')
-rw-r--r--data/kitty.conf18
1 files changed, 8 insertions, 10 deletions
diff --git a/data/kitty.conf b/data/kitty.conf
index 3784114..cb84df1 100644
--- a/data/kitty.conf
+++ b/data/kitty.conf
@@ -4,13 +4,6 @@ bold_font Fira Code SemiBold
italic_font Fira Code Italic
disable_ligatures always
-map ctrl+enter send_text all \x1b[27;5;13~
-map ctrl+. send_text all \x1b[27;5;46~
-map ctrl+; send_text all \x1b[27;5;59~
-map ctrl+' send_text all \x1b[27;5;39~
-map ctrl+( send_text all \x1b[27;5;40~
-map ctrl+) send_text all \x1b[27;5;41~
-
box_drawing_scale 0.1, 0.5, 1, 1
cursor orangered2
@@ -44,8 +37,6 @@ window_alert_on_bell yes
enable_audio_bell no
remember_window_size no
-initial_window_width 640
-initial_window_height 400
enabled_layouts *
window_border_width 1
@@ -62,7 +53,7 @@ background_opacity 0.9
selection_background #efebe7
selection_foreground #101010
-# *color0: rgb:21/36/4b
+# black
color0 grey5
color8 grey5
# red
@@ -86,3 +77,10 @@ color14 cyan4
# white
color7 white
color15 white
+
+map ctrl+enter send_text all \x1b[27;5;13~
+map ctrl+. send_text all \x1b[27;5;46~
+map ctrl+; send_text all \x1b[27;5;59~
+map ctrl+' send_text all \x1b[27;5;39~
+map ctrl+( send_text all \x1b[27;5;40~
+map ctrl+) send_text all \x1b[27;5;41~