diff --git a/README.md b/README.md index 83075af..0a81d30 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/doc-01 b/docs/doc-01 index fb815e9..13c40ef 100644 --- a/docs/doc-01 +++ b/docs/doc-01 @@ -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).