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