From 85e6955c8cd70a0579cf74fb5c6a9107a84df5bc Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 14 May 2025 20:44:10 +0200 Subject: [PATCH] rofi/config.rasi: change modi --- rofi/config.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rofi/config.rasi b/rofi/config.rasi index f3412c0..0d24587 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -1,6 +1,6 @@ configuration { - modi: "window,run,drun,ssh,combi"; - combi-modi: "window,drun,ssh"; + modi: "run,drun,ssh"; font: "IosevkaCustom 16"; + combi-modi: "window,drun,ssh"; } @theme "./theme"