3bdebf987d
modified: hypr/hypridle.conf modified: hypr/hyprland.conf modified: hypr/hyprlock.conf modified: hypr/hyprpaper.conf modified: systemd/user/ssh-agent.service
11 lines
190 B
Desktop File
11 lines
190 B
Desktop File
[Unit]
|
|
Description=User ssh-agent
|
|
|
|
[Service]
|
|
Type=simple
|
|
Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket
|
|
ExecStart=/usr/bin/ssh-agent -D -a ${SSH_AUTH_SOCK}
|
|
|
|
[Install]
|
|
WantedBy=default.target
|