Skip to content

Commit 6ee3107

Browse files
committed
chore: update repo URL to xwlm and bump to v0.1.1
1 parent 21f697c commit 6ee3107

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "xwlm"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
description = "A TUI for managing Wayland monitor configurations (Hyprland, Sway, River)"
66
license = "MIT"
7-
repository = "https://github.com/x34-dzt/wlx_monitor_tui"
7+
repository = "https://github.com/x34-dzt/xwlm"
88
keywords = ["wayland", "monitor", "tui", "hyprland", "sway"]
99
categories = ["command-line-utilities"]
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ No more hand-editing `monitors.conf`.
1414

1515
**From source:**
1616
```sh
17-
git clone https://github.com/x34-dzt/wlx_monitor_tui.git
17+
git clone https://github.com/x34-dzt/xwlm.git
1818
cd wlx_monitor_tui
1919
cargo build --release
2020
# binary is at target/release/xwlm

0 commit comments

Comments
 (0)