Added more files
This commit is contained in:
parent
132ec13712
commit
497cf36f95
9 changed files with 73 additions and 0 deletions
6
.config/redshift.conf
Normal file
6
.config/redshift.conf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[redshift]
|
||||
location-provider=manual
|
||||
|
||||
[manual]
|
||||
lat=52.52
|
||||
lon=13.404
|
||||
11
.config/systemd/user/ssh-agent.service
Normal file
11
.config/systemd/user/ssh-agent.service
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=SSH key agent
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
Environment=SSH_AUTH_SOCK=%t/ssh-agent.sock
|
||||
ExecStart=/usr/bin/ssh-agent -a $SSH_AUTH_SOCK
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue