Muktazam Hasbi Ashidiqi

Results 3 comments of Muktazam Hasbi Ashidiqi

please try this code below and post the output in the comment ``` $ width=$(xrandr --query | grep ' connected' | grep -o '[0-9][0-9]*x[0-9][0-9]*[^ ]*' | sed -r 's/^[^0-9]*([0-9]+x[0-9]+).*$/\1/' |cut...

It seems like you using multi monitor setup, did you? I have never try this in the multi monitor setup, but please try the solution below Change the line 16...

> Hi, > Thanks for this great locker! > I ran into the same issue, I replaced the `grep` statement by: > `grep ' connected primary'` You can also do...