Advertisement
Dobbie03

.z

Dec 29th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. # .zprofile
  2.  
  3. if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
  4. exec startx /home/dobbie/.xinitrc openbox
  5. elif [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 2 ]; then
  6. exec startx /home/dobbie/.xinitrc i3
  7. elif [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 3 ]; then
  8. exec startx /home/dobbie/.xinitrc bspwm
  9. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement