update docs, add preview image in md

This commit is contained in:
speedie 2022-11-12 11:29:51 +01:00
parent 82d2364b38
commit 3e00571815
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,6 @@
![image](/docs/preview.png)
## What is speedwm?
speedwm is a window manager forked from suckless.org's dwm or dynamic window manager. It manages the user's open windows and tiles them according to a set layout (dynamic).
Just like dwm, speedwm also tries to be minimal but also has functionality and aesthetics as a goal. It is also much more minimal than other window managers like i3-gaps while offering many more features.
@ -44,8 +47,6 @@ Please let me know if any keybinds are missing as these have been manually added
Keybinds for regular applications
- Super+Enter - Opens st with tabbed
- Super+Control+Shift - Opens Alacritty
- Super+Shift+Enter - Opens the defined terminal (default is st)
- Super+Shift+Colon - Opens a dmenu prompt
- Super+Shift+s - Opens 'maim' to take a screenshot and copies it to the clipboard using 'xclip' (requires speedwm-extras)
@ -397,7 +398,7 @@ If it is not or you want it somewhere else, you can edit 'autostart.h' and 'make
- speedwm.col.tag9.text: #eeeeee
- speedwm.col.tagurgent: #f0e68c
- speedwm.col.textnorm: #bbbbbb
- speedwm.col.textsel: #eeeeee
- speedwm.col.textsel: #222222
- speedwm.col.titlenorm: #222222
- speedwm.col.titlesel: #99b3ff
- speedwm.col.titlehid: #222222

View file

@ -1,3 +1,6 @@
-- speedwm --
![image](/docs/preview.png)
-- What is speedwm? --
speedwm is a window manager forked from suckless.org's dwm or dynamic window manager. It manages the user's open windows and tiles them according to a set layout (dynamic).