mirror of
https://github.com/imgurbot12/rmenu.git
synced 2024-11-10 11:33:48 +01:00
feat: enhanced config
This commit is contained in:
parent
32ec532697
commit
713aec1345
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user