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