mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 05:23:54 -05:00
rofi/rbw: increase typing delay
This commit is contained in:
parent
7f89988938
commit
b7256a37b8
|
@ -248,8 +248,9 @@ in {
|
||||||
|
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
"rofi-rbw.rc".text = ''
|
"rofi-rbw.rc".text = ''
|
||||||
prompt "Bitwarden"
|
|
||||||
clear-after 60
|
clear-after 60
|
||||||
|
prompt "Bitwarden"
|
||||||
|
typing-key-delay 30
|
||||||
'';
|
'';
|
||||||
|
|
||||||
"networkmanager-dmenu/config.ini".text = ''
|
"networkmanager-dmenu/config.ini".text = ''
|
||||||
|
|
Loading…
Reference in a new issue