diff --git a/Home.md b/Home.md index 7a353dd..402fefa 100644 --- a/Home.md +++ b/Home.md @@ -56,7 +56,7 @@ output HDMI1 pos 0 0 res 1920x1080 output eDP1 pos 1920 0 res 1600x900 ``` -Take a note that you might want to change focus of monitor on sway launch. Add this to your sway config: +Take a note that you might want to change the focus of monitor on sway launch. Add this to your sway config: ``` focus output ``` @@ -108,7 +108,7 @@ Redshift adjusts the color temperature of your screen according to your surround There is a [fork of redshift](https://github.com/minus7/redshift/tree/wayland) by [Minus7](https://github.com/minus7) with Wayland wlr-gamma-control protocol support. The package will be referred to as redshift-wlr from now on. -It has not yet been packaged for any major distribution but there is an [AUR package](https://aur.archlinux.org/packages/redshift-wlr-gamma-control-git/). That leaves all non-Arch users with no other choice than to build from source, the instructions to which can be found [here](https://github.com/minus7/redshift/blob/wayland/CONTRIBUTING.md) in the contribution guide which is the actual build guide of the original redshift project but seeing that the developer decided to keep it mean that it works nonetheless. +Redshift-wlr has not yet been packaged for any major distribution but there is an [AUR package](https://aur.archlinux.org/packages/redshift-wlr-gamma-control-git/). That leaves all non-Arch users with no other choice than to build from source, the instructions to which can be found [here](https://github.com/minus7/redshift/blob/wayland/CONTRIBUTING.md) in the contribution guide which is the actual build guide of the original redshift project but seeing that the developer decided to keep it means that it works nonetheless. **Note that the redshift (with no wayland support) package from your package manager break redshift-wlr package so if you have it already installed, uninstall it first and then proceed with building this package.**