Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- # /etc/X11/xinit/xinitrc
- #
- # global xinitrc file, used by all X sessions started by xinit (startx)
- # invoke global X session script
- . /etc/X11/Xsession
- xrandr --auto
- exec i3 > ~/.i3.log 2>&1
Add Comment
Please, Sign In to add comment