From 4bb4766f0387d2af478b9d06849bd3ee900787a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Wed, 23 Oct 2024 07:49:19 -0700 Subject: rofi: use new format in config file --- .config/rofi/config | 1 - .config/rofi/config.rasi | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) delete mode 100644 .config/rofi/config create mode 100644 .config/rofi/config.rasi 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" -- cgit v1.2.3