diff options
author | bt <bt@web> | 2024-04-10 07:01:04 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2024-04-10 07:01:04 -0500 |
commit | 06b8b2601de507a76482d51b4a75ca2186ea5d52 (patch) | |
tree | d39191e6abf9df45699a36b16f5ca1dad0480048 /wiki/openbsd | |
parent | 5815b8c04996fddeccff70fd9d5e1924be36b2e8 (diff) |
Diffstat (limited to 'wiki/openbsd')
-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`. |