updated readme

This commit is contained in:
Janis 2021-11-29 20:39:00 +01:00
parent 4d49ae52fd
commit f57a5f8033

View file

@ -1,4 +1,5 @@
# Unnamed WM # No WM
## formerly Unnamed
This Project is a x11 tiling window manager written in Rust and losely based on / inspired by suckless' [dwm](https://dwm.suckless.org/). This Project is a x11 tiling window manager written in Rust and losely based on / inspired by suckless' [dwm](https://dwm.suckless.org/).
@ -11,5 +12,5 @@ Both `M-S-T` and `M-S-RET` will spawn an instance of `xterm`, `M-q` will kill th
One big difference from dwm is the way I handle virtual screens, although this is mostly a placeholder mechanic that I will most likely change in the future. Currently I have 3 (or more) virtual screens in a list that can be rotated with `M-left` and `M-right`. One big difference from dwm is the way I handle virtual screens, although this is mostly a placeholder mechanic that I will most likely change in the future. Currently I have 3 (or more) virtual screens in a list that can be rotated with `M-left` and `M-right`.
Unnamed WM also has optional gaps :^) No WM also has optional gaps :^)
![Unnamed WM in a VM](/vm-ss.png) ![No WM in a VM](/vm-ss.png)