mirror of
https://github.com/klaxalk/i3-layout-manager.git
synced 2024-11-24 23:53:10 +01:00
fixed escaped matches
This commit is contained in:
parent
b415e90773
commit
a3a0bd1764
@ -255,6 +255,8 @@ MATCH ANY" | rofi -i -dmenu -p "How to identify windows? (xprop style)")
|
||||
# load old workspace file (we destroyed the old one, remember?)
|
||||
mv $BACKUP_FILE $LAYOUT_FILE
|
||||
|
||||
$VIM_BIN $HEADLESS -nEs -c '%s/\\\\//g' -c "wqa" -- "$LAYOUT_FILE"
|
||||
|
||||
# delete the part below and above the block
|
||||
$VIM_BIN $HEADLESS -nEs -c "normal ${MATCH_LINE}ggdGG{kdgg" -c "wqa" -- "$ALL_WS_FILE"
|
||||
# rename the "workspace to "con" (container)
|
||||
|
Loading…
Reference in New Issue
Block a user