From 13aaff3a99892cac1f44874d2bd2c3ba261492b0 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Mon, 4 Jan 2021 17:06:14 +0100 Subject: [PATCH] remove plexmod timer mode --- templates/i3/i3.config.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/i3/i3.config.j2 b/templates/i3/i3.config.j2 index 88dfcaa..b2f6f2b 100644 --- a/templates/i3/i3.config.j2 +++ b/templates/i3/i3.config.j2 @@ -167,7 +167,6 @@ bindsym $mod+KP_Add exec {{points_up_command}} # Special modes bindsym $plexmod+s mode session - bindsym $plexmod+t mode timer {% endmacro %} {{ overall() }}