From 6fae630b6fb6facb2e880a80fd76dd8eb65c76a7 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Thu, 19 May 2022 14:55:02 +0200 Subject: [PATCH] i3: Forgot a backslash when wrapping lines at 80 Fixes: e7f0e8b5969b ("*: Wrap lines at 80 columns where appropriate") --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 0800c42..72619b4 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -198,7 +198,7 @@ for_window [class="^$TERMINAL-256color$" title="^scratchpad-terminal$"] \ move position center # Toggle the scratchpad-terminal or create a new one if none exists. bindsym $mod+comma exec \ - i3-msg '[class="^$TERMINAL-256color$" title="^scratchpad-terminal$"] + i3-msg '[class="^$TERMINAL-256color$" title="^scratchpad-terminal$"] \ scratchpad show' \ || $TERMINAL -A 0.45 \ -d "$(xcwd)" \