From 6110bd2a80aaed8ec068340e6419b642cb153f90 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 15 Mar 2026 10:42:58 +0900 Subject: modified bin/setmonitor --- ar/.local/bin/setmonitor | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ar') diff --git a/ar/.local/bin/setmonitor b/ar/.local/bin/setmonitor index 8ed4589..b127425 100755 --- a/ar/.local/bin/setmonitor +++ b/ar/.local/bin/setmonitor @@ -1,5 +1,10 @@ #!/bin/sh +# Run screenlayout script if available +for script in ~/.screenlayout/*.sh; do + [ -f "$script" ] && sh "$script" && exit +done + # Parse connected displays default="--mode 1920x1080 --rotate normal --scale 1.0x1.0 --dpi 96" -- cgit v1.2.3