refactoring; Arc -> Rc; basic tiling functionality

This commit is contained in:
noonebtw 2021-01-19 01:28:50 +01:00
parent 86fc396a84
commit 80fdb915ab
4 changed files with 1022 additions and 874 deletions

View file

@ -8,4 +8,5 @@ edition = "2018"
[dependencies]
nix = "0.19.1"
x11 = {version = "2.18.2", features = ["xlib"] }
x11 = {version = "2.18.2", features = ["xlib"] }
log = "0.4.13"

3
rustfmt.toml Normal file
View file

@ -0,0 +1,3 @@
hard_tabs = true
imports_granularity = "Crate"
wrap_comments = true

1890
src/wm.rs

File diff suppressed because it is too large Load diff

BIN
vm-ss.png Normal file

Binary file not shown.

After

(image error) Size: 132 KiB