diff options
Diffstat (limited to 'ar')
| -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" |
