diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-13 17:33:24 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-13 17:33:24 -0500 |
commit | d3d4381b296912577550ae1d0310dbc35f7f98cd (patch) | |
tree | a3268f3474f6af6a7a15ef6a763972e89805a96a /.config/screenlayout/workstation-dualmon | |
parent | 7838c38253bb1a311c8fa96848802402fbf6b9eb (diff) |
sxhkd housekeeping and debloat
Diffstat (limited to '.config/screenlayout/workstation-dualmon')
-rwxr-xr-x | .config/screenlayout/workstation-dualmon | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/screenlayout/workstation-dualmon b/.config/screenlayout/workstation-dualmon new file mode 100755 index 0000000..08c080f --- /dev/null +++ b/.config/screenlayout/workstation-dualmon @@ -0,0 +1,3 @@ +#!/bin/sh +xrandr --output eDP --primary --mode 2256x1504 --pos 2560x0 --rotate normal --output DisplayPort-0 --off --output DisplayPort-1 --off --output DisplayPort-2 --mode 2560x1080 --pos 0x0 --rotate inverted --output DisplayPort-3 --off --output DisplayPort-4 --off --output DisplayPort-5 --off --output DisplayPort-6 --off --output DisplayPort-7 --off +makewall |