diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2021-12-08 12:02:11 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2021-12-08 12:02:11 +0100 |
commit | 0b92054f85eb2c5064a3bb000e84dd8e9beff5c2 (patch) | |
tree | ce0c962d890e4706d051abd5cec28cfe438070fe /rofi | |
parent | 1fe391b332db0454d2c4bba8b62a3a947b217486 (diff) | |
download | dotfiles-0b92054f85eb2c5064a3bb000e84dd8e9beff5c2.tar.gz |
rofi: fix
Diffstat (limited to 'rofi')
-rw-r--r-- | rofi/config.rasi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rofi/config.rasi b/rofi/config.rasi index dc8aa36..541b715 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -1,6 +1,6 @@ configuration { modi: "window,drun,ssh"; - theme: "slate"; combi-modi: "window,drun,ssh"; show-icons: true; } +@theme "slate" |