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.rasi | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/rofi/config.rasi (limited to '.config/rofi/config.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