diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-10-31 14:29:03 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-10-31 14:29:03 +0530 |
| commit | 85cd1bcd948c6491e2205701ad85732c31002d2b (patch) | |
| tree | c370660d5870d4e3fc68d1e80075fed16e791c37 | |
| parent | 72949597724f4de8d8d4a234265005d0b76bb709 (diff) | |
gammastep: add config
| -rw-r--r-- | .config/gammastep/config.ini | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/gammastep/config.ini b/.config/gammastep/config.ini new file mode 100644 index 0000000..c8a956b --- /dev/null +++ b/.config/gammastep/config.ini @@ -0,0 +1,14 @@ +; Global settings +[general] +temp-day=7500 +temp-night=3500 +fade=1 +gamma=1 +; dawn-time=07:00 +; dusk-time=20:00 +location-provider=geoclue2 +adjustment-method=wayland + +[randr] +screen=0 + |
