diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-15 10:42:58 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-15 10:42:58 +0900 |
| commit | 6110bd2a80aaed8ec068340e6419b642cb153f90 (patch) | |
| tree | 91908b4eb323a9cdca7d8c854a3bc45c95dc6d3b /ar/.local | |
| parent | 46a035e1f3311006c9713d7a619647ab097ea05e (diff) | |
modified bin/setmonitor
Diffstat (limited to 'ar/.local')
| -rwxr-xr-x | ar/.local/bin/setmonitor | 5 |
1 files changed, 5 insertions, 0 deletions
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" |
