Do not render ligatures under cursor

This commit is contained in:
Luflosi
2018-10-31 15:12:50 +01:00
parent 7d9d096fbf
commit 999a6a288c
8 changed files with 55 additions and 21 deletions

View File

@@ -35,6 +35,7 @@ typedef struct {
float window_padding_width;
Edge tab_bar_edge;
unsigned long tab_bar_min_tabs;
bool disable_ligatures_under_cursor;
bool sync_to_monitor;
bool close_on_child_death;
bool window_alert_on_bell;