dotfiles/bin/x

10 lines
74 B
Bash
Executable File

#!/usr/bin/env dash
orig="$(pwd)"
cd "$HOME"
startx -- vt1
cd "$orig"