From 87af2443d9e2de503917ab1501f56dbef6efbb78 Mon Sep 17 00:00:00 2001 From: listout Date: Sat, 28 Aug 2021 21:05:46 +0530 Subject: use terminus font and default terminal is xterm --- .config/rofi/config.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 6636721..87544c2 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -3,8 +3,8 @@ configuration { width: 30; lines: 5; show-icons: true; - font: "Mono 11"; - terminal: "urxvt"; + font: "Terminus (TTF) 09"; + terminal: "XTerm"; disable-history: true; sidebar-mode: false; tokenize: true; -- cgit v1.2.3