Add xrandr helper scripts

This commit is contained in:
2022-12-02 13:21:10 +01:00
parent 19e9241ac8
commit 30443ccf9c

3
.bin/xrandr/get-displays Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
xrandr -q --current | sed -n 's/^\([^ ]\+\) connected .*/\1/p'