mirror of
https://gitlab.com/hyask/swaysome.git
synced 2025-12-10 07:44:43 +01:00
Release 1.1.0
Many code improvements, plus add compatibility with sworkstyle.
This commit is contained in:
parent
ee9750fc57
commit
780e54abd4
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -101,7 +101,7 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swaysome"
|
name = "swaysome"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"clap",
|
"clap",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "swaysome"
|
name = "swaysome"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
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.0")
|
.version("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