From 4246d0f5471dff2a715b0f4629fbf0966113c281 Mon Sep 17 00:00:00 2001 From: McYoloSwagHam <37028601+McYoloSwagHam@users.noreply.github.com> Date: Sun, 28 Feb 2021 20:16:17 +0100 Subject: [PATCH 1/3] Added more goals realtime handling of disconnecting and reconnecting displays --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4ed5002..8bcbec2 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ please check the page [here](https://mcyoloswagham.github.io/win3wm) ## Features - [x] Multi monitor support - [x] LuaJit Scripting +- [x] Uses virtual desktops instead of just moving around windows - [x] Performance (happy enough with it, some optimizations could be done somehow for really heavy windows like file explorer) ## TODO @@ -28,6 +29,7 @@ please check the page [here](https://mcyoloswagham.github.io/win3wm) - [ ] save tree layout and restore on restart. - [ ] CrashHandling (restart on crash) - [ ] Focus system similar to i3wm (current focus system is basic) +- [ ] Handle disconnecting and reconnecting displays during runtime ## Showcase From 0b132c9da7bf9f44884f8b35de41a49a63ea6c6f Mon Sep 17 00:00:00 2001 From: McYoloSwagHam <37028601+McYoloSwagHam@users.noreply.github.com> Date: Sun, 28 Feb 2021 21:28:41 +0100 Subject: [PATCH 2/3] suggestions in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8bcbec2..da5fa8f 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ please check the page [here](https://mcyoloswagham.github.io/win3wm) - [ ] CrashHandling (restart on crash) - [ ] Focus system similar to i3wm (current focus system is basic) - [ ] Handle disconnecting and reconnecting displays during runtime +## issues +feel free to ask questions or put suggestions by opening an issue. I'd be glad to discuss these things ## Showcase From 2ee9bee5ff263d146f6d79f8b9db1be9c2ddc690 Mon Sep 17 00:00:00 2001 From: McYoloSwagHam <37028601+McYoloSwagHam@users.noreply.github.com> Date: Sun, 28 Feb 2021 22:00:06 +0100 Subject: [PATCH 3/3] prereqs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da5fa8f..05b24a2 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,10 @@ please check the page [here](https://mcyoloswagham.github.io/win3wm) - [ ] CrashHandling (restart on crash) - [ ] Focus system similar to i3wm (current focus system is basic) - [ ] Handle disconnecting and reconnecting displays during runtime -## issues +## Issues feel free to ask questions or put suggestions by opening an issue. I'd be glad to discuss these things +## Prerequisites +The task bar must be at the bottom of the screen and not on the sides, this is something that will hopefully be fixed soon ## Showcase