[update] Change git slug

main
Shinyzenith 2 years ago
parent 450a532f78
commit 70b8634de8
No known key found for this signature in database
GPG Key ID: A3DFCDC66E9E2950

@ -4,11 +4,11 @@
<p align=center>A next-generation hotkey daemon for Wayland/X11 written in Rust.</p>
<p align="center">
<a href="./LICENSE.md"><img src="https://img.shields.io/github/license/shinyzenith/swhkd?style=flat-square&logo=appveyor"></a>
<a href="./LICENSE.md"><img src="https://img.shields.io/github/license/waycrate/swhkd?style=flat-square&logo=appveyor"></a>
<img src="https://img.shields.io/badge/cargo-v0.1.0-green?style=flat-square&logo=appveyor">
<img src="https://img.shields.io/github/issues/shinyzenith/swhkd?style=flat-square&logo=appveyor">
<img src="https://img.shields.io/github/forks/shinyzenith/swhkd?style=flat-square&logo=appveyor">
<img src="https://img.shields.io/github/stars/shinyzenith/swhkd?style=flat-square&logo=appveyor">
<img src="https://img.shields.io/github/issues/waycrate/swhkd?style=flat-square&logo=appveyor">
<img src="https://img.shields.io/github/forks/waycrate/swhkd?style=flat-square&logo=appveyor">
<img src="https://img.shields.io/github/stars/waycrate/swhkd?style=flat-square&logo=appveyor">
</p>
</p>

@ -16,7 +16,7 @@ The `man` pages (temporarily disabled), install to `/usr/local/share/man/man1` b
# Compiling:
- `git clone https://github.com/shinyzenith/swhkd`
- `git clone https://github.com/waycrate/swhkd`
- `make setup`
- `make clean`
- `make` for a musl compile.

@ -10,7 +10,6 @@ use sysinfo::{ProcessExt, System, SystemExt};
mod config;
fn main() -> std::io::Result<()> {
env::set_var("RUST_LOG", "swhks=trace");
env_logger::init();

Loading…
Cancel
Save