From 42fe7ca71ee59a3f4b229faec41091d3b2a42b23 Mon Sep 17 00:00:00 2001 From: hanez Date: Fri, 6 Sep 2024 13:55:21 +0200 Subject: [PATCH] Removed my Xorg screen configuratio because this is different on all systems. --- .config/{screen.sh => screenlayout.sh} | 0 .gitignore | 1 - .xinitrc | 4 +++- 3 files changed, 3 insertions(+), 2 deletions(-) rename .config/{screen.sh => screenlayout.sh} (100%) diff --git a/.config/screen.sh b/.config/screenlayout.sh similarity index 100% rename from .config/screen.sh rename to .config/screenlayout.sh diff --git a/.gitignore b/.gitignore index 8e67ad74..434fd6af 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,6 @@ !.config/powerline !.config/powerline/** -!.config/screen.sh !.config/user-dirs.dirs !.config/user-dirs.locale diff --git a/.xinitrc b/.xinitrc index aeaa6637..818f008e 100644 --- a/.xinitrc +++ b/.xinitrc @@ -5,7 +5,9 @@ # Export DEFAULT_SESSION in this file: . /home/hanez/.penv -/home/hanez/.screenlayout/default.sh +# My Xorg screen configuration is loaded here and looks something like this: +# xrandr --output DisplayPort-0 --mode 2560x1440 --pos 0x0 --rotate normal --output DisplayPort-1 --primary --mode 2560x1440 --pos 2560x0 --rotate normal --output DisplayPort-2 --mode 2560x1440 --pos 5120x0 --rotate normal --output HDMI-A-0 --off +/home/hanez/.config/screenlayout.sh if [[ "$1" == "xterm" ]]; then shift