Password picker
This commit is contained in:
parent
b8c5790514
commit
3a5d316aef
2 changed files with 5 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -463,11 +463,11 @@
|
|||
"snowfall-lib": "snowfall-lib"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1757849813,
|
||||
"narHash": "sha256-CQjz4OeWgbXG0KRBNDuFHmF8PI4sp7wEInsnDwNu6/U=",
|
||||
"lastModified": 1758626158,
|
||||
"narHash": "sha256-U1q4b95ivMM1uLDL1yqQikYxanh7mARy3kdf6k/jRCA=",
|
||||
"owner": "kylekrein",
|
||||
"repo": "emacs-config",
|
||||
"rev": "710efef5721f3c04b8bd51630fc4687631b5f647",
|
||||
"rev": "d947b3e4dc806322e91d107ded7966d5c3ada2d8",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -51,8 +51,8 @@ in
|
|||
];
|
||||
layout = {
|
||||
preset-column-widths = [
|
||||
{proportion = 1.0;}
|
||||
{proportion = 1.0 / 2.0;}
|
||||
{proportion = 1.0;}
|
||||
{proportion = 2.0 / 3.0;}
|
||||
{proportion = 1.0 / 3.0;}
|
||||
];
|
||||
|
|
@ -72,6 +72,7 @@ in
|
|||
"Mod+F".action = fullscreen-window;
|
||||
"Mod+R".action = switch-preset-column-width;
|
||||
"Mod+Q".action = close-window;
|
||||
"Mod+P".action = sh ''emacsclient -cF "((visibility . nil))" -e "(emacs-run-password-copy-field)"'';
|
||||
"Mod+Shift+S".action = screenshot-annotate;
|
||||
"Mod+1".action = focus-workspace 1;
|
||||
"Mod+2".action = focus-workspace 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue