Skip to content

Commit

Permalink
readme: more info on building
Browse files Browse the repository at this point in the history
  • Loading branch information
abenz1267 committed Jul 31, 2024
1 parent 605c872 commit b9cdd33
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ Make sure you have the following dependencies installed:
- gtk4-layer-shell
- gobject-introspection

```bash
git clone https://github.com/abenz1267/walker /tmp/walker
cd /tmp/walker
go build -x // the '-x' is for debug output
sudo cp walker /usr/bin/
```

Without these you won't be able to build.

<details>
Expand Down Expand Up @@ -137,6 +144,16 @@ nix.settings = {

</details>

## Running as a service

This depends on your system. You simply need to autostart Walker with `walker --gapplication-service` and it will run in the background. Then just run `walker` to bring it up.

Example for Hyprland:

```bash
exec-once=walker --gapplication-service
```

## Config & Style

[Check the wiki](https://github.com/abenz1267/walker/wiki)
Expand Down

0 comments on commit b9cdd33

Please sign in to comment.