diff options
author | listout <listout@protonmail.com> | 2021-11-06 00:06:12 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-11-06 00:06:12 +0530 |
commit | e2eacbb00ca823587516630ecad95f07910025b6 (patch) | |
tree | 8b5cca3393d6cf14aafca807273477d2d3e2245a /.config | |
parent | ffc8130cd6c8a22def910afa6d1a16dc45e907b4 (diff) |
changed to use default mono font
Diffstat (limited to '.config')
-rw-r--r-- | .config/rofi/config.rasi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index db533cc..c8e9d55 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,5 +1,5 @@ configuration { - font: "Cascadia Code 10"; + font: "Mono 12"; modi: "drun,windowcd,window"; show-icons: true; display-drun: "𝛌"; |