X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=i3-emacs;h=6b4cce2f0c35e3d6d3bae22598a537bcc45f7906;hb=8de1e14e35d0ad62620a59f6e2ca4ba19ddcda3c;hp=bc383103bf3abb4b26c2fbdc2c0371030809058b;hpb=ee27d59f1eea7a83b1764ec41bfb3015bb463a26;p=distro-setup diff --git a/i3-emacs b/i3-emacs index bc38310..6b4cce2 100755 --- a/i3-emacs +++ b/i3-emacs @@ -21,7 +21,7 @@ # limitations under the License. -id=$(i3-msg -t get_tree | jq -e '.. | select(.name?) | select(.name | test("^e-iak")).id ') +id=$(i3-msg -t get_tree | jq -e '.. | select(.name?) | select(.name | test("^e-iak ")).id') if [[ $id ]]; then h=$(i3-msg -t get_tree | jq -r ".. | select(.focused? == true) | .rect.height")