diff options
-rw-r--r-- | wiki/openbsd/desktop_environment.mdwn | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/wiki/openbsd/desktop_environment.mdwn b/wiki/openbsd/desktop_environment.mdwn index 9047afa..4b465ab 100644 --- a/wiki/openbsd/desktop_environment.mdwn +++ b/wiki/openbsd/desktop_environment.mdwn @@ -31,17 +31,14 @@ Clone the main installer project and navigate instead the directory: ## TL;DR -```sh -cd open-suck # CD into this repository -doas sh ./install-dependencies.sh # Install OpenBSD packages -doas sh ./install.sh # Install suckless tools -cp .xinitrc ~/.xinitrc # Apply .xinitrc -``` + doas sh ./install-dependencies.sh # Install OpenBSD packages + doas sh ./install.sh # Install suckless tools + cp .xinitrc ~/.xinitrc # Apply .xinitrc Reboot the machine. Log in as your main user. Run: -``` -startx -``` + + startx + That's it! You now have a fully functional desktop environment built on top of `dwm`. |