hyprland: add 1password quick access bind
hyprland: add 1password quick access bind
This commit is contained in:
parent
0b671a4752
commit
0d83bc4c2c
3 changed files with 6 additions and 1 deletions
|
|
@ -7,6 +7,9 @@
|
|||
cfg = osConfig.programs._1password;
|
||||
in {
|
||||
config = mkIf cfg.enable {
|
||||
ooknet.binds.password = "1password";
|
||||
ooknet.binds = {
|
||||
password = "1password";
|
||||
quickpass = "1password --quick-access";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue