diff options
author | listout <listout@protonmail.com> | 2021-08-28 21:05:46 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-08-28 21:05:46 +0530 |
commit | 87af2443d9e2de503917ab1501f56dbef6efbb78 (patch) | |
tree | 304f6cbfc0f3ee757852d051c0aee064ce15d7b0 /.config | |
parent | c1bd4f43082294c41246af9e7eb2e5d2bc065f3d (diff) |
use terminus font and default terminal is xterm
Diffstat (limited to '.config')
-rw-r--r-- | .config/rofi/config.rasi | 4 |
1 files changed, 2 insertions, 2 deletions
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; |