Advertisement
Dobbie03

Untitled

Sep 2nd, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1.  
  2. session=${1:-i3}
  3.  
  4. case $session in
  5. i3|i3wm ) exec i3;;
  6. dwm ) exec dwm;;
  7. openbox ) exec openbox;;
  8. # No known session, try to run it as command
  9. * ) exec $1;;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement