diff options
author | zachir <zachir@librem.one> | 2024-02-01 20:53:32 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-02-01 20:53:32 -0600 |
commit | fa588e4cece601195de1bf41a6e362a2b87290cb (patch) | |
tree | 041342254742fe66f9f57913a50489630cd396d8 | |
parent | a2af49d4c391e9d5862e54cb783b2ebc2fdfa48d (diff) |
cla: hypr: rename easyeffects to correct bin
easyeffects is installed as a flatpak on cla, so it needs to be
autostarted as such.
-rw-r--r-- | hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 8fdbc99..6084d34 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -22,7 +22,7 @@ exec-once = import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest-Solid' exec-once = import-gsettings icon-theme 'Mint-X-Grey' exec-once = import-gsettings cursor-theme 'Adwaita' exec-once = xrdb ~/.Xresources -exec-once = easyeffects +exec-once = com.github.wwmm.easyeffects exec-once = mpd #}}} |