From be78b080140fe8bd2e5a13eb54644cd9700075e5 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sat, 20 Dec 2025 20:13:32 -0600 Subject: [PATCH] add script --- roy-config/hypr/scripts/get-current-monitor.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roy-config/hypr/scripts/get-current-monitor.sh diff --git a/roy-config/hypr/scripts/get-current-monitor.sh b/roy-config/hypr/scripts/get-current-monitor.sh new file mode 100644 index 0000000..4ef7521 --- /dev/null +++ b/roy-config/hypr/scripts/get-current-monitor.sh @@ -0,0 +1,3 @@ +# bin/bash +dir=$1 +echo "current monitor $1"