Advertisement
s243a

/usr/bin/startx_jwm -- s243a, TazPup64 files

Mar 8th, 2019
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.16 KB | None | 0 0
  1. #!/bin/sh
  2. #
  3. # Start X session on SliTaz GNU/Linux.
  4. #
  5.  
  6. if [ ! -f "$HOME/.xsession" ]; then
  7.   tazx
  8. fi
  9. export CURRENTWM=jwm
  10. Xorg &
  11. #rox &
  12. exec ~/.xinitrc_puppy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement