diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.config/redshift/redshift.conf | 4 | ||||
-rw-r--r-- | home/xyz/.ssh/config | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/home/xyz/.config/redshift/redshift.conf b/home/xyz/.config/redshift/redshift.conf index fe035733..da9ff5ed 100644 --- a/home/xyz/.config/redshift/redshift.conf +++ b/home/xyz/.config/redshift/redshift.conf @@ -57,8 +57,8 @@ adjustment-method=randr ; Keep in mind that longitudes west of Greenwich (e.g. the Americas) ; are negative numbers. [manual] -lat=31.322 -lon=120.985 +lat=31.38 +lon=120.95 ; Configuration of the adjustment-method ; type 'redshift -m METHOD:help' to see the settings. diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config index aa03db11..00cc0198 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -48,3 +48,7 @@ Host ib Host ru Hostname ru.flylightning.xyz User xyz + +Host ba + Hostname ba.flylightning.xyz + User xyz |