Browse Source

start activity on workspace focus

pull/1/head
parent
commit
b87934eb28
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      templates/workspaces/workspace.focus.fish.j2

+ 4
- 0
templates/workspaces/workspace.focus.fish.j2 View File

@@ -1,3 +1,7 @@
#!/usr/bin/fish
{{ ansible_managed | comment }}
i3-msg mode remote

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