diff options
author | uint23 <[email protected]> | 2025-04-25 19:58:52 +0100 |
---|---|---|
committer | uint23 <[email protected]> | 2025-04-25 19:58:52 +0100 |
commit | d7bb59edc149ed4aac82f7b4edaacd63aac69f7b (patch) | |
tree | d9baf7596190f3b832fe848a92ea3278bf8b8cd7 | |
parent | 22abae9486a5d5c9db257005cbaee7c7feac1b10 (diff) |
added logo + moved screenshots to images
-rw-r--r-- | README.md | 14 | ||||
-rw-r--r-- | images/1.png (renamed from screenshots/1.png) | bin | 462603 -> 462603 bytes | |||
-rw-r--r-- | images/2.png (renamed from screenshots/2.png) | bin | 234882 -> 234882 bytes | |||
-rw-r--r-- | images/sxwm_logo.png | bin | 0 -> 3400 bytes |
4 files changed, 9 insertions, 5 deletions
@@ -1,15 +1,19 @@ -# sxwm - *The (truly) Simple Xorg Window Manager* +<div style="text-align: center;"> + <img src="images/sxwm_logo.png" style="image-rendering: pixelated; width: 30%;" alt="sxwm logo"> +</div> + +<p style="text-align: center;"> Performance greater than DWM, and easier to config than i3wm +</p> + <details> <summary><h2>Patch Notes</h2></summary> - ### v1.1.1 - **NEW**: *Xinerama Support*, *Can swap windows holding Mod + Shift + Dragging*. - **FIXED**: New windows in `global_floating` mode will spawn in the middle. </details> ---- -<a href="1"><img src="screenshots/1.png" width="45%" align="right"></a> +<a href="1"><img src="images/1.png" width="45%" align="right"></a> Here we have a **minimal**, **tiling**, and **configurable** window manager. - **Tiling & Floating**: Seamlessly switch between layouts. @@ -19,7 +23,7 @@ Here we have a **minimal**, **tiling**, and **configurable** window manager. - **Easy Config**: All settings in `config`. <br> -<a href="2"><img src="screenshots/2.png" width="45%" align="right"></a> +<a href="2"><img src="images/2.png" width="45%" align="right"></a> - **Master-Stack**: Use the DWM native and super productive layout. - **Keyboard-driven**: Full coverage via `MOD` + keys. diff --git a/screenshots/1.png b/images/1.png Binary files differindex ec9118e..ec9118e 100644 --- a/screenshots/1.png +++ b/images/1.png diff --git a/screenshots/2.png b/images/2.png Binary files differindex 7f742d4..7f742d4 100644 --- a/screenshots/2.png +++ b/images/2.png diff --git a/images/sxwm_logo.png b/images/sxwm_logo.png Binary files differnew file mode 100644 index 0000000..a6af287 --- /dev/null +++ b/images/sxwm_logo.png |