From 101d47fc3f5b3142ba39d69f3e0a5536e5a9f6ce Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 29 Jan 2026 15:41:02 -0600 Subject: 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 --- dotfiles/hyprland/.config/easyeffects/db/easyeffectsrc | 5 ----- dotfiles/hyprland/.config/hypr/hyprland.conf | 1 - 2 files changed, 6 deletions(-) delete mode 100644 dotfiles/hyprland/.config/easyeffects/db/easyeffectsrc (limited to 'dotfiles') 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 -- cgit v1.2.3