Skip to content

Commit

Permalink
docs: fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
roosta committed Dec 23, 2024
1 parent f444700 commit 8dca090
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ be maintained.

## Requirements

i3wsr requires [i3wm](https://i3wm.org/) and [numbered
i3wsr requires [i3](https://i3wm.org/) or [sway](https://swaywm.org/), and
[numbered
workspaces](https://i3wm.org/docs/userguide.html#_changing_named_workspaces_moving_to_workspaces),
see [i3-configuration](#i3-configuration)
see [Configuration](#configuration)

## Installation

Expand Down Expand Up @@ -63,7 +64,7 @@ exec_always --no-startup-id $HOME/.cargo/bin/i3wsr
exec_always --no-startup-id /usr/bin/i3wsr
```

## i3/sway configuration
## Configuration

This program depends on numbered workspaces, since we're constantly changing the
workspace name. So your I3 or Sway configuration need to reflect this:
Expand Down

0 comments on commit 8dca090

Please sign in to comment.