From 13b9687c0a44cf2757fd1cdd64fa9d4701cd83f4 Mon Sep 17 00:00:00 2001 From: Skia Date: Tue, 7 Feb 2023 11:16:37 +0100 Subject: [PATCH] README: small form improvements --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 20c1c2f..a496ea3 100644 --- a/README.md +++ b/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. -*swaysome* is compatible with [sworkstyle](https://lib.rs/crates/sworkstyle). +*swaysome* should be compatible with [sworkstyle](https://lib.rs/crates/sworkstyle). ## Installation @@ -21,7 +21,7 @@ CI and put it in your `$PATH`. ## 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 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, -giving you workspace `01` on the first screen, and workspace `11` on the second -one, both accessible with shortcut `$mod+1`. +giving you workspace `11` on the first screen, and workspace `21` on the second +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 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 * `previous-group`: change focus to the previous workspace group * `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