From bd62baf6409f71ba3ceadfb92604b38f260e3374 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Sat, 9 Sep 2023 18:28:57 -0500 Subject: 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. --- src/xorg/screenlayout/work.sh | 2 -- 1 file changed, 2 deletions(-) delete mode 100755 src/xorg/screenlayout/work.sh (limited to 'src/xorg/screenlayout') 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 -- cgit