X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=i3-pull;h=5ed9181d899e41bd4e1509ef3c24bfc1fb94c566;hb=3342374657bd712f14cd772378b23d2bca3382cb;hp=9d391d531f7f447cbe65f3342d31f2abf95dabbe;hpb=e801d1a57f0b30c57c6f644ab06a0f790159b236;p=distro-setup diff --git a/i3-pull b/i3-pull index 9d391d5..5ed9181 100755 --- a/i3-pull +++ b/i3-pull @@ -31,7 +31,6 @@ h=$(i3-msg -t get_tree | jq -r ".. | select(.focused? == true) | .rect.height") cur_workspace=$(i3-msg -t get_workspaces | jq -r '.[] | select(.focused? == true) | .name') - # 1080 = half the 4k height #if [[ $cur_workspace == 1 && $h ]] && (( h <= 1080 )); then if [[ $cur_workspace == 1 && $h ]]; then