mirror of
https://gitlab.com/hyask/swaysome.git
synced 2025-12-10 07:44:43 +01:00
Release 1.1.1
Fix crash with disabled outputs
This commit is contained in:
parent
81fb306aec
commit
6f72380643
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "swaysome"
|
name = "swaysome"
|
||||||
version = "1.1.0"
|
version = "1.1.1"
|
||||||
authors = ["Skia <skia@hya.sk>"]
|
authors = ["Skia <skia@hya.sk>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -245,7 +245,7 @@ fn init_workspaces(stream: &UnixStream, workspace_name: &String) {
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let matches = App::new("swaysome")
|
let matches = App::new("swaysome")
|
||||||
.version("1.1")
|
.version("1.1.1")
|
||||||
.author("Skia <skia@hya.sk>")
|
.author("Skia <skia@hya.sk>")
|
||||||
.about("Better multimonitor handling for sway")
|
.about("Better multimonitor handling for sway")
|
||||||
.subcommand(
|
.subcommand(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue