forked from mirrors/rmenu
feat: enhanced config
This commit is contained in:
parent
32ec532697
commit
713aec1345
@ -1,7 +1,23 @@
|
|||||||
|
# global search settings
|
||||||
use_icons: true
|
use_icons: true
|
||||||
ignore_case: true
|
ignore_case: true
|
||||||
search_regex: false
|
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:
|
plugins:
|
||||||
run:
|
run:
|
||||||
exec: ["~/.config/rmenu/run"]
|
exec: ["~/.config/rmenu/run"]
|
||||||
@ -10,6 +26,7 @@ plugins:
|
|||||||
exec: ["~/.config/rmenu/drun"]
|
exec: ["~/.config/rmenu/drun"]
|
||||||
cache: onlogin
|
cache: onlogin
|
||||||
|
|
||||||
|
# custom keybindings
|
||||||
keybinds:
|
keybinds:
|
||||||
exec: ["Enter"]
|
exec: ["Enter"]
|
||||||
exit: ["Escape"]
|
exit: ["Escape"]
|
||||||
|
Loading…
Reference in New Issue
Block a user