added proof-of-concept monocle tabs bar
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
INDEX="$1"
|
||||
|
||||
WINDOWTITLE=$(cat ~/.config/monocle.state | grep -e "index:$INDEX" | cut -d'\' -f2)
|
||||
|
||||
echo "$WINDOWTITLE"
|
||||
Reference in New Issue
Block a user