Update readme and --help that resizing was added
This commit is contained in:
parent
bc1eabfd5c
commit
bb96b6c36f
2 changed files with 8 additions and 5 deletions
|
@ -25,11 +25,11 @@ In more detail:
|
||||||
$ swaymsg -t get_outputs
|
$ swaymsg -t get_outputs
|
||||||
|
|
||||||
- **workspace_name**: The name of the sway workspace, by sway defaults: 1, 2, 3, ..., 10
|
- **workspace_name**: The name of the sway workspace, by sway defaults: 1, 2, 3, ..., 10
|
||||||
- Can be a manually defined workspace name (eg. in sway config), but renaming workspaces while multibg_sway is running is not supported currently
|
- Can be a manually defined workspace name (eg. in sway config), but renaming workspaces while multibg-sway is running is not supported currently
|
||||||
- Can define a fallback wallpaper with the special name: _default
|
- Can define a fallback wallpaper with the special name: _default
|
||||||
- Can be a symlink to use a wallpaper image for multiple workspaces
|
- Can be a symlink to use a wallpaper image for multiple workspaces
|
||||||
|
|
||||||
Wallpaper images are not resized by multibg-sway currently, so they should have the same resolution as the output
|
Wallpaper images are now automatically resized at startup to _fill_ the output. Still it is better to have wallpaper images the same resolution as the output, which automatically avoids resizing operations and decreases startup time.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
|
@ -70,5 +70,7 @@ In case of errors multibg-sway logs to stderr and tries to continue. One may wis
|
||||||
|
|
||||||
- [swaybg](https://github.com/swaywm/swaybg)
|
- [swaybg](https://github.com/swaywm/swaybg)
|
||||||
- [swww](https://github.com/Horus645/swww)
|
- [swww](https://github.com/Horus645/swww)
|
||||||
|
- [wpaperd](https://github.com/danyspin97/wpaperd)
|
||||||
|
- [hyprpaper](https://github.com/hyprwm/hyprpaper)
|
||||||
- [mpvpaper](https://github.com/GhostNaN/mpvpaper)
|
- [mpvpaper](https://github.com/GhostNaN/mpvpaper)
|
||||||
- [oguri](https://github.com/vilhalmer/oguri)
|
- [oguri](https://github.com/vilhalmer/oguri)
|
||||||
|
|
|
@ -33,15 +33,16 @@ In more detail:
|
||||||
by sway defaults: 1, 2, 3, ..., 10
|
by sway defaults: 1, 2, 3, ..., 10
|
||||||
|
|
||||||
- Can be a manually defined workspace name (eg. in sway config),
|
- Can be a manually defined workspace name (eg. in sway config),
|
||||||
but renaming workspaces while multibg_sway is running
|
but renaming workspaces while multibg-sway is running
|
||||||
is not supported currently
|
is not supported currently
|
||||||
|
|
||||||
- Can define a fallback wallpaper with the special name: _default
|
- Can define a fallback wallpaper with the special name: _default
|
||||||
|
|
||||||
- Can be a symlink to use a wallpaper image for multiple workspaces
|
- Can be a symlink to use a wallpaper image for multiple workspaces
|
||||||
|
|
||||||
Wallpaper images are not resized by multibg-sway currently,
|
Wallpaper images are now automatically resized at startup to fill the output.
|
||||||
so they should have the same resolution as the output
|
Still it is better to have wallpaper images the same resolution as the output,
|
||||||
|
which automatically avoids resizing operations and decreases startup time.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue