Removed my Xorg screen configuratio because this is different on all systems.
This commit is contained in:
parent
739b179893
commit
42fe7ca71e
3 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -28,7 +28,6 @@
|
|||
!.config/powerline
|
||||
!.config/powerline/**
|
||||
|
||||
!.config/screen.sh
|
||||
!.config/user-dirs.dirs
|
||||
!.config/user-dirs.locale
|
||||
|
||||
|
|
|
|||
4
.xinitrc
4
.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue