mirror of
https://gitlab.com/hyask/swaysome.git
synced 2025-12-10 07:44:43 +01:00
README: small form improvements
This commit is contained in:
parent
dd22264536
commit
13b9687c0a
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -5,7 +5,7 @@ currently means workspaces that are name-spaced on a per-screen basis.
|
||||||
|
|
||||||
It may also work with i3, but this is untested.
|
It may also work with i3, but this is untested.
|
||||||
|
|
||||||
*swaysome* is compatible with [sworkstyle](https://lib.rs/crates/sworkstyle).
|
*swaysome* should be compatible with [sworkstyle](https://lib.rs/crates/sworkstyle).
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
@ -21,7 +21,7 @@ CI and put it in your `$PATH`.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Then create the file (and the directory if needed) "~/.config/sway/config.d/swaysome.conf" and paste this inside:
|
Then create the file (and the directory if needed) `~/.config/sway/config.d/swaysome.conf` and paste this inside:
|
||||||
```
|
```
|
||||||
# Change focus between workspaces
|
# Change focus between workspaces
|
||||||
unbindsym $mod+1
|
unbindsym $mod+1
|
||||||
|
|
@ -95,8 +95,8 @@ include ~/.config/sway/config.d/*.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
You should end-up with workspaces from `1` to `0`, prefixed with a screen index,
|
You should end-up with workspaces from `1` to `0`, prefixed with a screen index,
|
||||||
giving you workspace `01` on the first screen, and workspace `11` on the second
|
giving you workspace `11` on the first screen, and workspace `21` on the second
|
||||||
one, both accessible with shortcut `$mod+1`.
|
one, both accessible with shortcut `$mod+1` when focused on the right output.
|
||||||
|
|
||||||
The `init` command simply walks through every screen to initialize a prefixed
|
The `init` command simply walks through every screen to initialize a prefixed
|
||||||
workspace. It does it backwards so that you end-up focused on the first screen,
|
workspace. It does it backwards so that you end-up focused on the first screen,
|
||||||
|
|
@ -114,7 +114,7 @@ as usual.
|
||||||
* `next-group`: change focus to the next workspace group
|
* `next-group`: change focus to the next workspace group
|
||||||
* `previous-group`: change focus to the previous workspace group
|
* `previous-group`: change focus to the previous workspace group
|
||||||
* `init [name]`: cycle all outputs to create a default workspace with name `[name]`
|
* `init [name]`: cycle all outputs to create a default workspace with name `[name]`
|
||||||
* `rearrange-workspaces` Rearrange already opened workspaces to the correct outputs
|
* `rearrange-workspaces` Rearrange already opened workspaces to the correct outputs, useful when plugging or unplugging screens
|
||||||
|
|
||||||
## Breaking changes
|
## Breaking changes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue