Parcourir la source

make it possible to define false to end activity on workspace selection

pull/1/head
Parent
révision
071fbbc04e
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. +4
    -0
      templates/workspaces/workspace.focus.fish.j2

+ 4
- 0
templates/workspaces/workspace.focus.fish.j2 Voir le fichier

@@ -3,5 +3,9 @@
i3-msg mode remote

{% if workspaces[workspace].activity is defined %}
{% if workspaces[workspace].activity %}
~/bin/timer begin_activity "{{workspaces[workspace].activity}}"
{% else %}
~/bin/timer end_activity
{% endif %}
{% endif %}