diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-27 05:33:41 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-27 07:03:35 -0600 |
| commit | 76b6b7f9458863cf3f10bc83f318b013ad3711bd (patch) | |
| tree | f1f76fcd666c626731c6478b29d0cbfa6b49ff37 /dotfiles/hyprland/.config/hypr | |
| parent | 4429f32048123c1d21ef5cc9cd6b32a50cd7ebc6 (diff) | |
| download | archsetup-76b6b7f9458863cf3f10bc83f318b013ad3711bd.tar.gz archsetup-76b6b7f9458863cf3f10bc83f318b013ad3711bd.zip | |
fix(hyprland): fix gammastep geoclue integration
Use [general] section header (not [gammastep]), switch to geoclue2
location provider, and start geoclue demo agent in hyprland.conf.
Diffstat (limited to 'dotfiles/hyprland/.config/hypr')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index 709865a..1883423 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -15,7 +15,8 @@ exec-once = waybar exec-once = swww-daemon && sleep 1 && swww img ~/pictures/wallpaper/trondheim-norway.jpg exec-once = dunst exec-once = hypridle -exec-once = gammastep-indicator +exec-once = /usr/lib/geoclue-2.0/demos/agent +exec-once = gammastep exec-once = blueman-applet exec-once = /usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP |
