This repository has been archived on 2026-08-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
dots/.bin/xrandr/get-displays
T
2022-12-02 13:21:10 +01:00

4 lines
84 B
Bash
Executable File

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