From 06b8b2601de507a76482d51b4a75ca2186ea5d52 Mon Sep 17 00:00:00 2001 From: bt Date: Wed, 10 Apr 2024 07:01:04 -0500 Subject: --- wiki/openbsd/desktop_environment.mdwn | 15 ++++++--------- 1 file 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`. -- cgit v1.2.3-54-g00ecf