diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-29 15:41:02 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-29 15:41:02 -0600 |
| commit | 101d47fc3f5b3142ba39d69f3e0a5536e5a9f6ce (patch) | |
| tree | 37ab9f8616090f9e2a401b6cef41fb284e21b0aa | |
| parent | e4717734b2d5644237795c483d227cc18ee25aae (diff) | |
fix(hyprland): remove easyeffects auto-launch
Remove easyeffects from exec-once - user can configure
autostart themselves via easyeffects settings.
Also remove easyeffects config from dotfiles as it gets
overwritten by the app when user changes settings.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
| -rw-r--r-- | dotfiles/hyprland/.config/easyeffects/db/easyeffectsrc | 5 | ||||
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/dotfiles/hyprland/.config/easyeffects/db/easyeffectsrc b/dotfiles/hyprland/.config/easyeffects/db/easyeffectsrc deleted file mode 100644 index 71fa605..0000000 --- a/dotfiles/hyprland/.config/easyeffects/db/easyeffectsrc +++ /dev/null @@ -1,5 +0,0 @@ -[StreamInputs] -inputDevice=easyeffects_sink - -[Window] -noWindowAfterStarting=true diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index 1d1a368..9182729 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -29,7 +29,6 @@ exec-once = hypridle > ~/.local/var/log/hypridle-$(date +%Y-%m-%d-%H%M%S).log 2> exec-once = /usr/lib/geoclue-2.0/demos/agent exec-once = gammastep > ~/.local/var/log/gammastep-$(date +%Y-%m-%d-%H%M%S).log 2>&1 exec-once = blueman-applet -exec-once = easyeffects exec-once = mpd # Apps that can start later |
