diff --git a/Configs/.config/hypr/hyprland.conf b/Configs/.config/hypr/hyprland.conf index 4eef4505cf..dac2c09ad7 100644 --- a/Configs/.config/hypr/hyprland.conf +++ b/Configs/.config/hypr/hyprland.conf @@ -39,6 +39,7 @@ exec-once = wl-paste --type image --watch cliphist store # clipboard store image exec-once = $scrPath/swwwallpaper.sh # start wallpaper daemon exec-once = $scrPath/batterynotify.sh # battery notification +exec-once = wl-gammarelay-rs # start wl-gammarelay-rs # █▀▀ █▄░█ █░█ # ██▄ █░▀█ ▀▄▀ diff --git a/Configs/.config/hypr/keybindings.conf b/Configs/.config/hypr/keybindings.conf index 86078f1247..470e1762b0 100644 --- a/Configs/.config/hypr/keybindings.conf +++ b/Configs/.config/hypr/keybindings.conf @@ -162,3 +162,9 @@ bind = $mainMod+Alt, 7, movetoworkspacesilent, 7 bind = $mainMod+Alt, 8, movetoworkspacesilent, 8 bind = $mainMod+Alt, 9, movetoworkspacesilent, 9 bind = $mainMod+Alt, 0, movetoworkspacesilent, 10 + +# wl-gammarelay-rs start +bind= ,F6,exec,busctl --user -- call rs.wl-gammarelay / rs.wl.gammarelay UpdateTemperature n -500 + +bind=, F4,exec,busctl --user -- call rs.wl-gammarelay / rs.wl.gammarelay UpdateTemperature n +500 + diff --git a/README.md b/README.md index 841da27690..4309cf9c93 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,8 @@ For more information, visit [prasanthrangan/hyde-themes](https://github.com/pras | Super + Alt + [0-9] | Move focused window to a workspace silently | | Super + Ctrl + H | Move between grouped windows backward | | Super + Ctrl + L | Move between grouped windows forward | - +| F6 | Increase Night light | +| F4 | Decrease Night light |