fixed escaped matches
This commit is contained in:
parent
b415e90773
commit
a3a0bd1764
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue