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 /.config/rofi/config.rasi | |
parent | 0dc9d61942f397ec89e5ec3f0c92e322287638bb (diff) |
rofi: use new format in config file
Diffstat (limited to '.config/rofi/config.rasi')
-rw-r--r-- | .config/rofi/config.rasi | 6 |
1 files changed, 6 insertions, 0 deletions
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" |