From 7562d7b539d8013376de2cff494231ba307f4ee1 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Wed, 17 Nov 2021 01:15:13 +0000 Subject: Add sorting by run frequency. This implements a rofi-like run cache. Other smaller changes include simplification of resize logic now that there's only one surface. --- src/tofi.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tofi.h') diff --git a/src/tofi.h b/src/tofi.h index 3ea66f3..87c0dfe 100644 --- a/src/tofi.h +++ b/src/tofi.h @@ -40,7 +40,6 @@ struct tofi { uint32_t width; uint32_t height; uint32_t scale; - bool resize; } window; /* Keyboard state */ -- cgit v1.2.3