diff options
author | Adam Stück <adam@adast.xyz> | 2023-04-30 22:17:52 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-05-01 11:26:04 +0200 |
commit | c67813c0efcc166c520bb64f7af8c8b74ea6b6d7 (patch) | |
tree | 8951077207dfcc09052062666937770687ae1f9c /.config/sway | |
parent | d0ba640f674c18a9ae15aec23e80aeb9b6e4af71 (diff) |
sway: run gammastep on startup
Drop-in replacement for Redshift
Diffstat (limited to '.config/sway')
-rw-r--r-- | .config/sway/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/sway/config b/.config/sway/config index 593f216..329a009 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -182,4 +182,6 @@ exec swayidle -w \ timeout 360 'systemctl suspend' \ before-sleep 'swaylock -f -c 000000' +exec gammastep -l 55.7:12.6 + font pango:DejaVu Sans Mono 10 |