Removed my Xorg screen configuratio because this is different on all systems.

This commit is contained in:
Johannes Findeisen 2024-09-06 13:55:21 +02:00
commit 42fe7ca71e
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -28,7 +28,6 @@
!.config/powerline
!.config/powerline/**
!.config/screen.sh
!.config/user-dirs.dirs
!.config/user-dirs.locale

View file

@ -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