edit kitty confi (Url, copy)

This commit is contained in:
Hadi
2025-04-04 15:40:37 +02:00
parent 6ccbbc78f1
commit aa9ce824c4

View File

@@ -21,11 +21,13 @@
remember_window_size = "no"; remember_window_size = "no";
disable_ligatures = "never"; disable_ligatures = "never";
url_style = "curly"; url_style = "curly";
copy_on_select = "clipboard";
cursor_shape = "Underline"; cursor_shape = "Underline";
cursor_underline_thickness = 3; cursor_underline_thickness = 3;
cursor_trail = 3; cursor_trail = 3;
cursor_trail_decay = "0.1 0.4"; cursor_trail_decay = "0.1 0.4";
window_padding_width = 10; window_padding_width = 10;
open_url_with = "default";
}; };
}; };
} }