monitors and aliases
This commit is contained in:
parent
f81a2849a6
commit
a69638d639
5 changed files with 112 additions and 36 deletions
14
local/bin/share-top-left.sh
Executable file
14
local/bin/share-top-left.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue