diff options
author | Aaditya Dhruv <[email protected]> | 2023-09-09 18:28:57 -0500 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-09-09 18:28:57 -0500 |
commit | bd62baf6409f71ba3ceadfb92604b38f260e3374 (patch) | |
tree | 67023d2f649b94d3f16fed1f6eb95632a62a4d1b /src/xorg/screenlayout/work.sh | |
parent | 209f13573abb0e69738458a5d587a5af07abdbff (diff) |
Removed xorg directory to favor organization in playbooks instead
Instead of splitting data by directories in the repo, playbooks will be
used to handle whether to install for xorg, wayland etc.
Diffstat (limited to 'src/xorg/screenlayout/work.sh')
-rwxr-xr-x | src/xorg/screenlayout/work.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xorg/screenlayout/work.sh b/src/xorg/screenlayout/work.sh deleted file mode 100755 index cab6376..0000000 --- a/src/xorg/screenlayout/work.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xrandr --output eDP-1 --primary --mode 2560x1440 --pos 0x0 --rotate normal --output DP-1 --off --output DP-2 --off --output DP-3 --off --dpi 144 |