From 2fbd04a9a527fd3d88e91401e953888173ec59f7 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Thu, 24 Sep 2020 15:01:19 +0200 Subject: [PATCH] Add bindings for multiple pass stores dmenu --- .config/i3/config_common | 3 ++- .zshrc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/i3/config_common b/.config/i3/config_common index afa2486..aaa2dc9 100644 --- a/.config/i3/config_common +++ b/.config/i3/config_common @@ -118,7 +118,8 @@ bindsym $mod+n exec i3-input -F 'mark %s' -l 1 -P 'Mark: ' bindsym $mod+Shift+n exec i3-input -F '[con_mark="%s"] focus' -l 1 -P 'Goto: ' # pass -bindsym $mod+p exec picamenu +bindsym $mod+p exec passmenu +bindsym $mod+Shift+p exec picamenu # open config folder in editor bindsym $mod+c exec atom ~/.config diff --git a/.zshrc b/.zshrc index c1e46ec..66470ab 100644 --- a/.zshrc +++ b/.zshrc @@ -107,7 +107,7 @@ alias pica01='mkdir -p ~/sshfs/pica01 && sshfs qduchemi@pica01.picasoft.net:/DAT alias pica02='mkdir -p ~/sshfs/pica02 && sshfs qduchemi@pica02.picasoft.net:/DATA/docker ~/sshfs/pica02' alias pica_test='mkdir -p ~/sshfs/pica01-test && sshfs qduchemi@pica01-test.picasoft.net:/DATA/docker ~/sshfs/pica01-test' alias sshfs_u='find ~/sshfs -mindepth 1 -maxdepth 1 -type d -exec umount {} \;' - +alias aconfig='atom ~/.config' # Start ssh-agent and retain passphrase for 1 hour # ssh-add is not used for convenience # Instead "AddKeysToAgent yes" option in ~/.ssh/config for "Host *"