From 713aec13450cb7afb28e194dc2df37c44ddfb287 Mon Sep 17 00:00:00 2001 From: imgurbot12 Date: Mon, 7 Aug 2023 16:25:37 -0700 Subject: [PATCH] feat: enhanced config --- rmenu/public/config.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/rmenu/public/config.yaml b/rmenu/public/config.yaml index 0d47b72..fdb4ef7 100644 --- a/rmenu/public/config.yaml +++ b/rmenu/public/config.yaml @@ -1,7 +1,23 @@ +# global search settings use_icons: true ignore_case: true search_regex: false +# window settings +window: + title: "Rmenu - Application Launcher" + size: + width: 500 + height: 500 + position: + x: 300 + y: 500 + focus: true + decorate: false + transparent: false + always_top: true + +# configured plugin settings plugins: run: exec: ["~/.config/rmenu/run"] @@ -10,6 +26,7 @@ plugins: exec: ["~/.config/rmenu/drun"] cache: onlogin +# custom keybindings keybinds: exec: ["Enter"] exit: ["Escape"]