r00tb3

.xinitrc

Feb 7th, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. # /etc/X11/xinit/xinitrc
  4. #
  5. # global xinitrc file, used by all X sessions started by xinit (startx)
  6.  
  7. # invoke global X session script
  8. . /etc/X11/Xsession
  9.  
  10. xrandr --auto
  11.  
  12. exec i3 > ~/.i3.log 2>&1
Add Comment
Please, Sign In to add comment