dotfiles/bin/x

10 lines
66 B
Bash
Executable File

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