Update README.md

This commit is contained in:
Bazsi 2020-06-21 16:04:13 +02:00 committed by GitHub
parent 653a589112
commit 91cec39a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,12 @@ I'm trying to replicate my i3's looks in dwm.
#### ***If you haven't used dwm, you don't recomend starting with this.*** #### ***If you haven't used dwm, you don't recomend starting 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. 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.** **_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.**
## How to use
- **before installing change termcmd's urxvt to your terminal!, otherwise you'll have no terminal!**
- after install use sxhkd or some other program to set your keybinds up
- make or download a statusbar script
- if you want to make the cool wallpaper changer script, use wal or something, it's a few lines! (don't forget to refresh dwm's colours at the end with 'xdotool key super+shift+F5' or equialent!)
you are good to go!
## Features & Patches(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) - Kinda compatible with pywal (use 'xdotool key super+shift+F5' at the end of the wallpaper changer script)
- Modkey is Super (Windows key) - Modkey is Super (Windows key)
@ -16,6 +22,5 @@ Go to [suckless' dwm page](https://dwm.suckless.org) or use [Luke's](https://git
- Fullscreen (super+f) - Fullscreen (super+f)
- The rest you can see for yourself in the code! - The rest you can see for yourself in the code!
## Todo: ## Todo:
- Move shortcuts to sxhkd
- Swallow - Swallow
- Add Layouts - Add Layouts