Rewild Your Web
web browser dweb
16
fork

Configure Feed

Select the types of activity you want to include in your feed.

doc: remove status-tray feature from build instructions

On Linux we need to also add libxdo-dev to the list of packages to install.

webbeef 1b4899d3 7a837219

+2 -2
+2 -2
readme.md
··· 23 23 ## Desktop builds 24 24 25 25 - Update with `forkme apply` 26 - - Build with `cargo build -r -p browserhtml --features=status-tray` 27 - - Run with `cargo run -r -p browserhtml --features=status-tray` or directly from the `target` directory as usual for Rust projects. 26 + - Build with `cargo build -r -p browserhtml` 27 + - Run with `cargo run -r -p browserhtml` or directly from the `target` directory as usual for Rust projects. 28 28 29 29 The current UI allows multiple windows, and each one is a simple tiling window manager. There is also a floating search window. 30 30