Add bindings for multiple pass stores dmenu

master
Quentin Duchemin 2020-09-24 15:01:19 +02:00
parent f8a6f23248
commit 2fbd04a9a5
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
2 changed files with 3 additions and 2 deletions

View File

@ -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: ' bindsym $mod+Shift+n exec i3-input -F '[con_mark="%s"] focus' -l 1 -P 'Goto: '
# pass # pass
bindsym $mod+p exec picamenu bindsym $mod+p exec passmenu
bindsym $mod+Shift+p exec picamenu
# open config folder in editor # open config folder in editor
bindsym $mod+c exec atom ~/.config bindsym $mod+c exec atom ~/.config

2
.zshrc
View File

@ -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 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 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 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 # Start ssh-agent and retain passphrase for 1 hour
# ssh-add is not used for convenience # ssh-add is not used for convenience
# Instead "AddKeysToAgent yes" option in ~/.ssh/config for "Host *" # Instead "AddKeysToAgent yes" option in ~/.ssh/config for "Host *"