4 lines
84 B
Plaintext
4 lines
84 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
xrandr -q --current | sed -n 's/^\([^ ]\+\) connected .*/\1/p'
|