Add silent switch to "exec-once" Hyprland option
This commit is contained in:
parent
75e0039a90
commit
258d897758
|
@ -111,7 +111,7 @@ exec-once = waybar & ~/.local/bin/hyprhelpr background & ~/.local/bin/hyprhelpr
|
||||||
exec-once = nextcloud --background
|
exec-once = nextcloud --background
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% for autostart in hostvars[ansible_hostname]['autostart'] %}
|
{% for autostart in hostvars[ansible_hostname]['autostart'] %}
|
||||||
exec-once = {% if 'workspace' in autostart %}[workspace {{ autostart['workspace'] }}] {% endif %}{{ autostart['command'] }}
|
exec-once = {% if 'workspace' in autostart %}[workspace {{ autostart['workspace'] }} {%- if (autostart['silent'] | default('false')) | bool %} silent{% endif %}] {% endif %}{{ autostart['command'] }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
|
Loading…
Reference in a new issue