aboutsummaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rwxr-xr-x.config/herbstluftwm/panel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/herbstluftwm/panel.sh b/.config/herbstluftwm/panel.sh
index 78f7d7b..e8ae8c6 100755
--- a/.config/herbstluftwm/panel.sh
+++ b/.config/herbstluftwm/panel.sh
@@ -82,7 +82,7 @@ update_winlist() {
focus_id=0
fi
- lines=$(wmctrl -l | sed 's/^0x0*//')
+ lines=$(wmctrl -l | sed -e 's/^0x0*//' -e 's/\\/\\\\/g')
# kind of messy. use hc dump's ordering but wmctrl -l for pairing
# ids with titles