diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-26 21:48:35 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-26 21:48:35 -0600 |
| commit | aeb63ac2c1c2ad3bae3f52bc01518fccf399eced (patch) | |
| tree | 27302132d139005f69ac570e3780723e78ef7443 /dotfiles/hyprland/.config/hypr/hyprland.conf | |
| parent | 5cc7cc1f02d32715a90cc90510823b9a02694742 (diff) | |
| download | archsetup-aeb63ac2c1c2ad3bae3f52bc01518fccf399eced.tar.gz archsetup-aeb63ac2c1c2ad3bae3f52bc01518fccf399eced.zip | |
fix(archsetup): add gammastep geoclue config, remove RDSEED workaround
- Add gammastep to geoclue whitelist (fixes "unable to obtain geoclue
client path" error on Hyprland launch)
- Remove is_amd_zen5() detection and Hardware Workarounds section
(clearcpuid=rdseed doesn't suppress the kernel warning)
- Add dismissnotify after hyprpm reload to suppress plugin notifications
- Update theme configs from Dupre to Hudson
- Update todo.org with RDSEED task resolution
Diffstat (limited to 'dotfiles/hyprland/.config/hypr/hyprland.conf')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index 390d905..709865a 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -10,7 +10,7 @@ monitor=,preferred,auto,auto # ============================================================================ # Startup Applications # ============================================================================ -exec-once = hyprpm reload +exec-once = hyprpm reload && sleep 1 && hyprctl dismissnotify -1 exec-once = waybar exec-once = swww-daemon && sleep 1 && swww img ~/pictures/wallpaper/trondheim-norway.jpg exec-once = dunst |
