i3: Forgot a backslash when wrapping lines at 80
Fixes: e7f0e8b5969b ("*: Wrap lines at 80 columns where appropriate")
This commit is contained in:
@@ -198,7 +198,7 @@ for_window [class="^$TERMINAL-256color$" title="^scratchpad-terminal$"] \
|
|||||||
move position center
|
move position center
|
||||||
# Toggle the scratchpad-terminal or create a new one if none exists.
|
# Toggle the scratchpad-terminal or create a new one if none exists.
|
||||||
bindsym $mod+comma exec \
|
bindsym $mod+comma exec \
|
||||||
i3-msg '[class="^$TERMINAL-256color$" title="^scratchpad-terminal$"]
|
i3-msg '[class="^$TERMINAL-256color$" title="^scratchpad-terminal$"] \
|
||||||
scratchpad show' \
|
scratchpad show' \
|
||||||
|| $TERMINAL -A 0.45 \
|
|| $TERMINAL -A 0.45 \
|
||||||
-d "$(xcwd)" \
|
-d "$(xcwd)" \
|
||||||
|
|||||||
Reference in New Issue
Block a user