Set default username field for rofi-pass to login
This commit is contained in:
parent
a33ffd55d6
commit
b966eb3a80
|
@ -4,7 +4,12 @@
|
||||||
programs.rofi = {
|
programs.rofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
location = "center";
|
location = "center";
|
||||||
pass.enable = true;
|
pass = {
|
||||||
|
enable = true;
|
||||||
|
extraConfig = ''
|
||||||
|
USERNAME_field='login'
|
||||||
|
'';
|
||||||
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
sort = true;
|
sort = true;
|
||||||
sorting-method = "fzf";
|
sorting-method = "fzf";
|
||||||
|
|
Loading…
Reference in a new issue