diff --git a/dot_config/hypr/programs.conf.tmpl b/dot_config/hypr/programs.conf.tmpl index 02ce343..9b6d0be 100644 --- a/dot_config/hypr/programs.conf.tmpl +++ b/dot_config/hypr/programs.conf.tmpl @@ -28,12 +28,6 @@ exec-once = [workspace 3 silent] codium exec-once = [workspace 4 silent] flatpak run io.github.dweymouth.supersonic exec-once = [workspace 5 silent] flatpak run im.riot.Riot -# If you are installing hycov with hyprpm, you should comment out this -plugin = {{ .chezmoi.homeDir }}/repos/hyprland-plugins/hyprexpo/build/libhyprexpo.so - -# If you are installing hycov by manually compile , you should comment out this -#exec-once = hyprpm reload -n - # machine-specific configuration {{- if eq .chezmoi.hostname "sri-laptop-fedora" }} exec-once = [workspace 6 silent] outlook-for-linux @@ -41,6 +35,16 @@ exec-once = [workspace 6 silent] outlook-for-linux exec-once = [workspace 6 silent] thunderbird {{- end }} +{{- if and (eq .chezmoi.os "linux") (eq .chezmoi.arch "amd64") }} +# If you are installing hycov with hyprpm, you should comment out this +# hyprexpo only run on amd64 systems +plugin = {{ .chezmoi.homeDir }}/repos/hyprland-plugins/hyprexpo/build/libhyprexpo.so + +# If you are installing hycov by manually compile , you should comment out this +#exec-once = hyprpm reload -n + +{{- end }} + # Bitwarden Window Floating exec-once = ~/.config/hypr/scripts/bitwarden.sh