From b095db8897b3f88d1d9db08dd427ffa51e60f73a Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sun, 10 Jan 2021 02:39:01 +0100 Subject: [PATCH] disable i3-default terminal --- templates/i3/i3.config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/i3/i3.config.j2 b/templates/i3/i3.config.j2 index a452579..9830613 100644 --- a/templates/i3/i3.config.j2 +++ b/templates/i3/i3.config.j2 @@ -397,6 +397,6 @@ for_window [class="^URxvt$" title="^tmux-workspace$"] border none ### Autostart -exec "{{default_terminal}}" +#exec "{{default_terminal}}" exec --no-startup-id "~/bin/i3-watchers"