i3: Forgot a backslash when wrapping lines at 80

Fixes: e7f0e8b5969b ("*: Wrap lines at 80 columns where appropriate")
This commit is contained in:
2022-05-19 14:55:02 +02:00
parent 127cce45a1
commit 6fae630b6f

View File

@@ -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)" \