mirror of
https://github.com/Feliix42/dotfiles.git
synced 2025-01-18 19:36:41 +00:00
adjust location/timezone
This commit is contained in:
parent
8d3ffdd7db
commit
0f0d6a3e9e
1 changed files with 6 additions and 6 deletions
|
@ -69,17 +69,17 @@
|
||||||
|
|
||||||
# ------------ time, location & input ---------------------------------------
|
# ------------ time, location & input ---------------------------------------
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
# time.timeZone = "Europe/Berlin"; # "US/Pacific";
|
time.timeZone = "Europe/Berlin"; # "US/Pacific";
|
||||||
time.timeZone = "America/New_York";
|
# time.timeZone = "America/New_York";
|
||||||
# geoclue2 does not yield a location at home, so I'll make the manual configuration the default
|
# geoclue2 does not yield a location at home, so I'll make the manual configuration the default
|
||||||
# location.provider = "geoclue2";
|
# location.provider = "geoclue2";
|
||||||
location.provider = "manual";
|
location.provider = "manual";
|
||||||
# using the location of the cafe ascii should be good enough
|
# using the location of the cafe ascii should be good enough
|
||||||
# location.latitude = 51.0250869;
|
location.latitude = 51.0250869;
|
||||||
# location.longitude = 13.7210005;
|
location.longitude = 13.7210005;
|
||||||
# RIT
|
# RIT
|
||||||
location.latitude = 43.084902;
|
# location.latitude = 43.084902;
|
||||||
location.longitude = -77.678352;
|
# location.longitude = -77.678352;
|
||||||
|
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
|
Loading…
Reference in a new issue