From d2515fce26e1a9bddbaff05dd3024e773fd9d5ef Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Fri, 2 Oct 2020 15:51:12 +0200 Subject: [PATCH] work shortcut --- templates/i3.config.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/i3.config.j2 b/templates/i3.config.j2 index f8d8560..1e811be 100644 --- a/templates/i3.config.j2 +++ b/templates/i3.config.j2 @@ -185,7 +185,8 @@ mode "session" { mode "timer" { bindsym a exec "{{eralitex_directory}}/bin/timer activity"; mode "default"; {{on_focus_workspace}} bindsym e exec "{{eralitex_directory}}/bin/timer end"; mode "default"; {{on_focus_workspace}} - bindsym u exec "{{eralitex_directory}}/bin/timer update"; mode "default"; {{on_focus_workspace}} + bindsym r exec "{{eralitex_directory}}/bin/timer update"; mode "default"; {{on_focus_workspace}} + bindsym u exec "/opt/activity/activity 'Arbeit:Uniklinik Köln'"; mode "default"; {{on_focus_workspace}} # back to normal: Escape bindsym Escape mode "default"; {{on_focus_workspace}}