Your Latest Workflow Improvement - Desktop Customization & Workflow
Users browsing this thread: 9 Guest(s)
|
|||
I wanted to know how many monitors are active at the moment so i came up with this one liner:
Code: xrandr -d :0 -q | grep '*+' | wc -l You can also check how many monitors are connected (on or off): Code: xrandr -d :0 -q | grep '+' | wc -l |
|||