Advertisement
Dobbie03

Untitled

Sep 2nd, 2018
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 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 i3
  5. elif [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 2 ]; then
  6. exec startx /home/dobbie/.xinitrc openbox
  7. elif [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 3 ]; then
  8. exec startx /home/dobbie/.xinitrc dwm
  9. elif [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 4 ]; then
  10. exec startx /home/dobbie/.xinitrc bspwm
  11. elif [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 5 ]; then
  12. exec startx /home/dobbie/.xinitrc fvwm
  13. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement