Skip to content

Commit 248b3a9

Browse files
committed
fix: gammastep defaults to 0.0 to trigger location auto-detection
1 parent 50308c5 commit 248b3a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

configs/gammastep/config.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ location-provider=manual
2222
adjustment-method=randr
2323

2424
[manual]
25-
; India
26-
lat=20.5
27-
lon=78.9
25+
; Auto-detected during install (0.0 = triggers detection)
26+
lat=0.0
27+
lon=0.0

0 commit comments

Comments
 (0)