Hacker News new | ask | show | jobs
by machinestops 611 days ago
Putting the two together is easy too:

$ clipscreen $(slop -F "%x %y %w %h")

NB. The lack of quotes around $() enables wordsplitting to occur.

2 comments

I think you got the size and position switched.
Or

$ clipscreen $(slop | tr -s "+x" " ")