dotfiles/bin/x

10 lines
66 B
Plaintext
Raw Normal View History

2019-07-11 16:09:05 +02:00
#!/bin/dash
orig="$(pwd)"
cd "$HOME"
2019-07-11 16:09:05 +02:00
startx -- vt1
cd "$orig"