herbst: include ssh agent socket
This commit is contained in:
parent
5ac2f4bb56
commit
226aa2b6c1
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,7 @@ hc keybind $Mod-x spawn systemd-run --scope --user rofi -modi drun -show drun
|
|||
hc keybind $Mod-Shift-x spawn systemd-run --scope --user rofi -show fb -modi "fb:${HOME}/.config/herbstluftwm/file-browser"
|
||||
hc keybind $Mod-z spawn systemd-run --scope --user rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}'
|
||||
hc keybind $Mod-c spawn systemd-run --scope --user rofi -lines 0 -show calc -modi calc -no-show-match -no-sort -no-history -calc-command "echo -n '{result}' | xclip"
|
||||
hc keybind $Mod-a spawn systemd-run --scope --user zsh -c 'gopass ls -f | rofi -dmenu -p "Select password " | read p ; gopass show --clip $p'
|
||||
hc keybind $Mod-a spawn systemd-run --scope --user ~/bin/gopassmenu
|
||||
hc keybind $Mod-Shift-a spawn systemd-run --scope --user rofi -show pb -modi "pb:$HOME/.config/herbstluftwm/passboltmenu2"
|
||||
hc keybind $Mod-m spawn systemd-run --scope --user ~/.config/herbstluftwm/pmount-dmenu
|
||||
hc keybind $Mod-Escape spawn systemd-run --scope --user dunstctl close
|
||||
|
@ -234,6 +234,7 @@ hc attr settings.auto_detect_monitors 1
|
|||
# unlock, just to be sure
|
||||
hc unlock
|
||||
|
||||
hc setenv SSH_AUTH_SOCK "$(gpgconf --list-dirs agent-ssh-socket)"
|
||||
systemctl --user import-environment DISPLAY XAUTHORITY XDG_SESSION_PATH
|
||||
|
||||
systemctl restart --no-block --user "hlwm.target"
|
||||
|
|
Loading…
Add table
Reference in a new issue