lcpz / awesome-copycats

Awesome WM themes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to setup gnome-keyring on login ?

aswinmohanme opened this issue · comments

I have installed manjaro awesome and setup awesome copycats(awesome theme btw :D). I want to connect to github via ssh, I have setup the ssh keys, and can connect through ssh the problem being that I have to type my passphrase everytime. To mitigate this gnome-keyring is recommended.

I have some trouble with loading gnome-keyring, how should I load this ? Any example config would help

I have tried this, but it does not work

 run_once({
                   "setxkbmap -option caps:swapescape",
                   "xrandr --output VGA1 --mode 1360x768 --left-of LVDS1",
                    -- system
                    "gnome-keyring-daemon --daemonize --login",
                      }) -- entries must be separated by comma

All you need is ssh-agent. Start it with X, or enable it in systemd.

In any case, never start a keyring with Awesome.

Could you share your example config ?

I think I've answered your question (although unrelated). Closing.