linux-qubasis
linux oasis port as a qubes template
git clone https://9o.is/git/linux-qubasis.git
commit 4870e8ea8f546e3aedb59e2f3fdf09d320c2cafd parent 8e5b3b7ddf6141f5a88598f8a59152589d20c66d Author: Jul <jul@9o.is> Date: Mon, 4 Aug 2025 23:05:49 -0400 set fzy default lines to 25 Diffstat:
| M | pkg/fzy/config.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/fzy/config.h b/pkg/fzy/config.h @@ -18,7 +18,7 @@ extern "C" { #define DEFAULT_TTY "/dev/tty" #define DEFAULT_PROMPT "> " -#define DEFAULT_NUM_LINES 50 +#define DEFAULT_NUM_LINES 25 #define DEFAULT_WORKERS 0 #define DEFAULT_SHOW_INFO 1 #define DEFAULT_MULTI 1