From 650f4c3139288cc6c7a9d435eafb983012aa9ff1 Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Sat, 28 May 2022 22:42:21 +0200 Subject: [PATCH] Speed up rofi by disabling unused modi --- templates/rofi/config.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/rofi/config.rasi b/templates/rofi/config.rasi index d17042f..65374e4 100644 --- a/templates/rofi/config.rasi +++ b/templates/rofi/config.rasi @@ -1,6 +1,6 @@ {# symlink{~/.config/rofi/config.rasi} #} configuration { - modi: "drun,run,ssh,window"; + modi: "drun"; kb-cancel: "Escape,Meta+D"; timeout { action: "kb-cancel";