diff options
author | Raúl Benencia <id@rbenencia.name> | 2024-10-23 07:49:19 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2024-10-23 07:49:19 -0700 |
commit | 4bb4766f0387d2af478b9d06849bd3ee900787a7 (patch) | |
tree | 866198245b215b692e3924991cb7889ee88ef2c9 | |
parent | 0dc9d61942f397ec89e5ec3f0c92e322287638bb (diff) |
rofi: use new format in config file
-rw-r--r-- | .config/rofi/config | 1 | ||||
-rw-r--r-- | .config/rofi/config.rasi | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/.config/rofi/config b/.config/rofi/config deleted file mode 100644 index 0406648..0000000 --- a/.config/rofi/config +++ /dev/null @@ -1 +0,0 @@ -rofi.theme: /usr/share/rofi/themes/Arc-Dark.rasi diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..d8eed3c --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,6 @@ +configuration { + modes: [ combi ]; + combi-modes: [ window, drun, run ]; +} + +@theme "Arc-Dark" |