load the plugin only on amd64 system
This commit is contained in:
parent
4424faa58f
commit
7b5432c1ad
1 changed files with 10 additions and 6 deletions
|
@ -28,12 +28,6 @@ exec-once = [workspace 3 silent] codium
|
||||||
exec-once = [workspace 4 silent] flatpak run io.github.dweymouth.supersonic
|
exec-once = [workspace 4 silent] flatpak run io.github.dweymouth.supersonic
|
||||||
exec-once = [workspace 5 silent] flatpak run im.riot.Riot
|
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
|
# machine-specific configuration
|
||||||
{{- if eq .chezmoi.hostname "sri-laptop-fedora" }}
|
{{- if eq .chezmoi.hostname "sri-laptop-fedora" }}
|
||||||
exec-once = [workspace 6 silent] outlook-for-linux
|
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
|
exec-once = [workspace 6 silent] thunderbird
|
||||||
{{- end }}
|
{{- 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
|
# Bitwarden Window Floating
|
||||||
exec-once = ~/.config/hypr/scripts/bitwarden.sh
|
exec-once = ~/.config/hypr/scripts/bitwarden.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue