From 3b1ec20d1f042097cf53e7216ad3fbb3898ef6dc Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 26 Oct 2020 00:31:01 -0400 Subject: [PATCH] [rofi] Fix terminal preference --- rofi/.config/rofi/config.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi index d897026..c3a2856 100644 --- a/rofi/.config/rofi/config.rasi +++ b/rofi/.config/rofi/config.rasi @@ -2,7 +2,7 @@ configuration { modi: "window,run,ssh,combi"; width: 50; lines: 7; - terminal-emulator: "kitty"; + terminal: "/usr/bin/kitty"; font: "JetBrains Mono 10"; show-icons: true; combi-modi: "window,ssh,drun";