monitors and aliases

This commit is contained in:
Hunter Haugen 2026-05-12 10:48:29 -07:00
parent f81a2849a6
commit a69638d639
Signed by: hunner
GPG key ID: EF99694AA599DDAD
5 changed files with 112 additions and 36 deletions

14
local/bin/share-top-left.sh Executable file
View file

@ -0,0 +1,14 @@
#!/usr/bin/env bash
set -euo pipefail
if ! command -v xrandr >/dev/null 2>&1; then
echo "Missing required command: xrandr" >&2
exit 1
fi
exec xrandr \
--output eDP \
--mode 2560x1600 \
--pos 0x0 \
--scale-from 1440x1280