Add bindings for multiple pass stores dmenu
parent
f8a6f23248
commit
2fbd04a9a5
|
@ -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
2
.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 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 *"
|
||||||
|
|
Loading…
Reference in New Issue