From a207a9f4b778da4c29467594c1bfbd928022b373 Mon Sep 17 00:00:00 2001 From: Bazsi <66674037+nagbalae@users.noreply.github.com> Date: Wed, 17 Jun 2020 14:32:55 +0200 Subject: [PATCH 1/8] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 39b33d9..b6e62b1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # dwm A personal fork of dwm-6.2, kind of based on lukesmithxyz's and samedamci's forks. +The main aim of the fork is to be usable, be as universal as it can be and the colourschemes to be dynamically changeable on the run (the most important of them all ofc). +As of 2020 06 17 it works well with pywal. From f52938bbad5c650914ef6d4d085bf6d927684a16 Mon Sep 17 00:00:00 2001 From: Bazsi <66674037+nagbalae@users.noreply.github.com> Date: Wed, 17 Jun 2020 15:01:50 +0200 Subject: [PATCH 2/8] Update README.md --- README.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6e62b1..6dad177 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,19 @@ # dwm -A personal fork of dwm-6.2, kind of based on lukesmithxyz's and samedamci's forks. -The main aim of the fork is to be usable, be as universal as it can be and the colourschemes to be dynamically changeable on the run (the most important of them all ofc). -As of 2020 06 17 it works well with pywal. +A personal fork of dwm-6.2, kind of based on lukesmithxyz's and samedamci's forks. +The main aim of the fork is ***A E S T H E T I C S***. +I'm trying to replicate my i3's looks in dwm. +## ***If you haven't used dwm, you don't start with this.*** +Go to [suckless' dwm page](https://dwm.suckless.org) or use [Luke's](https://github.com/LukeSmithxyz/dwm) or [Samedamci's](https://github.com/samedamci/dwm) forks. +**_This fork has and probably will have utterly awful coding_, and the features are tailored to my usage, though i hope you'll have fun trying it.** +### Features (mostly patches from suckless): +- Kinda compatible with pywal (use 'xdotool key super+shift+F5' at the end of the wallpaper changer script) +- Modkey is Super (Windows key) +- Works with picom +- The rest you can see for yourself in the code! +### Todo: +- [ ] Move shortcuts to sxhkd +- [ ] Selection colour from Xresources +- [ ] Gapps +- [ ] Swallow +- [ ] Rotate stack +- [ ] Layouts From 137ecb8abe8f4a012acb55e1ae02c25e3413a4cb Mon Sep 17 00:00:00 2001 From: Bazsi <66674037+nagbalae@users.noreply.github.com> Date: Wed, 17 Jun 2020 15:30:30 +0200 Subject: [PATCH 3/8] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6dad177..96c2448 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ I'm trying to replicate my i3's looks in dwm. ## ***If you haven't used dwm, you don't start with this.*** Go to [suckless' dwm page](https://dwm.suckless.org) or use [Luke's](https://github.com/LukeSmithxyz/dwm) or [Samedamci's](https://github.com/samedamci/dwm) forks. **_This fork has and probably will have utterly awful coding_, and the features are tailored to my usage, though i hope you'll have fun trying it.** -### Features (mostly patches from suckless): +## Features (mostly patches from suckless): - Kinda compatible with pywal (use 'xdotool key super+shift+F5' at the end of the wallpaper changer script) - Modkey is Super (Windows key) - Works with picom - The rest you can see for yourself in the code! -### Todo: +## Todo: - [ ] Move shortcuts to sxhkd - [ ] Selection colour from Xresources - [ ] Gapps From ad1ab082033ca6f28684b130fe4a63b56b9bde23 Mon Sep 17 00:00:00 2001 From: Bazsi <66674037+nagbalae@users.noreply.github.com> Date: Wed, 17 Jun 2020 16:09:45 +0200 Subject: [PATCH 4/8] Update README.md --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 96c2448..a91b76d 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,17 @@ I'm trying to replicate my i3's looks in dwm. ## ***If you haven't used dwm, you don't start with this.*** Go to [suckless' dwm page](https://dwm.suckless.org) or use [Luke's](https://github.com/LukeSmithxyz/dwm) or [Samedamci's](https://github.com/samedamci/dwm) forks. **_This fork has and probably will have utterly awful coding_, and the features are tailored to my usage, though i hope you'll have fun trying it.** -## Features (mostly patches from suckless): +## Features & Patches(mostly patches from suckless): - Kinda compatible with pywal (use 'xdotool key super+shift+F5' at the end of the wallpaper changer script) - Modkey is Super (Windows key) - Works with picom +- Vanity-Gapps +- Xrdb (using color0,3,7) - The rest you can see for yourself in the code! ## Todo: -- [ ] Move shortcuts to sxhkd -- [ ] Selection colour from Xresources -- [ ] Gapps -- [ ] Swallow -- [ ] Rotate stack -- [ ] Layouts +- Move shortcuts to sxhkd +- ~~Selection colour from Xresources~~ +- ~~Gapps~~ +- Swallow +- Rotate stack +- Add Layouts From 1ddbd2358f0526d8f0ae021e84b1880d059099bd Mon Sep 17 00:00:00 2001 From: Bazsi <66674037+nagbalae@users.noreply.github.com> Date: Wed, 17 Jun 2020 18:22:19 +0200 Subject: [PATCH 5/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a91b76d..b704481 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,5 @@ Go to [suckless' dwm page](https://dwm.suckless.org) or use [Luke's](https://git - ~~Selection colour from Xresources~~ - ~~Gapps~~ - Swallow -- Rotate stack +- ~~Rotate stack~~ - Add Layouts From ed61974287c694de57ce5f45dd9e950206e4da2c Mon Sep 17 00:00:00 2001 From: Bazsi <66674037+nagbalae@users.noreply.github.com> Date: Wed, 17 Jun 2020 18:35:02 +0200 Subject: [PATCH 6/8] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b704481..65c69c9 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,13 @@ Go to [suckless' dwm page](https://dwm.suckless.org) or use [Luke's](https://git - Works with picom - Vanity-Gapps - Xrdb (using color0,3,7) +- Vacant tags - The rest you can see for yourself in the code! ## Todo: - Move shortcuts to sxhkd - ~~Selection colour from Xresources~~ - ~~Gapps~~ +- ~~Vacant tags~~ - Swallow - ~~Rotate stack~~ - Add Layouts From 0e8d2247b1daae0374a09442fa5e3ab7e8fd32ab Mon Sep 17 00:00:00 2001 From: Bazsi <66674037+nagbalae@users.noreply.github.com> Date: Wed, 17 Jun 2020 18:42:16 +0200 Subject: [PATCH 7/8] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 65c69c9..43a7e30 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,9 @@ Go to [suckless' dwm page](https://dwm.suckless.org) or use [Luke's](https://git - Vanity-Gapps - Xrdb (using color0,3,7) - Vacant tags +- Sticky (super+s) - The rest you can see for yourself in the code! ## Todo: - Move shortcuts to sxhkd -- ~~Selection colour from Xresources~~ -- ~~Gapps~~ -- ~~Vacant tags~~ - Swallow -- ~~Rotate stack~~ - Add Layouts From 7abb7f4932f68a3690912df90dfd8b8afd039260 Mon Sep 17 00:00:00 2001 From: Bazsi <66674037+nagbalae@users.noreply.github.com> Date: Wed, 17 Jun 2020 19:31:38 +0200 Subject: [PATCH 8/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39b33d9..756dbaa 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # dwm -A personal fork of dwm-6.2, kind of based on lukesmithxyz's and samedamci's forks. +Dev branch