new-install

Notes on OS intalls
git clone https://git.bracken.jp/new-install.git
Log | Files | Refs | LICENSE

commit a534be461473c2b22196e0d5cbf39897d2240c5f
parent 0a16c858c06eb15568a5737f957d6a702740a9e4
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue,  5 May 2020 09:31:21 -0700

FreeBSD: add flameshot screenshotting tool

Also minor reorganisation of Xorg install instructions.

Diffstat:
Mfreebsd_install.md | 18++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/freebsd_install.md b/freebsd_install.md @@ -311,12 +311,26 @@ Log in as user again: Configure XWindows ------------------ -To install XWindows with the i3 window manager and compton compositor: +Install XWindows: sudo install xorg - sudo install i3 i3status i3lock dmenu compton xautolock + +Install with the i3 window manager and compton compositor: + + sudo install i3 i3status i3lock dmenu xautolock + +Optionally install compton compositor: + + sudo install compton + +Install urxvt terminal: + sudo install rxvt-unicode +Install flameshot screenshotting tool: + + sudo install flameshot + Add the following line to `/etc/rc.conf`: dbus_enable="YES"