From d7bb59edc149ed4aac82f7b4edaacd63aac69f7b Mon Sep 17 00:00:00 2001 From: uint23 Date: Fri, 25 Apr 2025 19:58:52 +0100 Subject: added logo + moved screenshots to images --- README.md | 14 +++++++++----- images/1.png | Bin 0 -> 462603 bytes images/2.png | Bin 0 -> 234882 bytes images/sxwm_logo.png | Bin 0 -> 3400 bytes screenshots/1.png | Bin 462603 -> 0 bytes screenshots/2.png | Bin 234882 -> 0 bytes 6 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 images/1.png create mode 100644 images/2.png create mode 100644 images/sxwm_logo.png delete mode 100644 screenshots/1.png delete mode 100644 screenshots/2.png diff --git a/README.md b/README.md index 9e0d06d..753b250 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,19 @@ -# sxwm - *The (truly) Simple Xorg Window Manager* +
+ sxwm logo +
+ +

Performance greater than DWM, and easier to config than i3wm +

+

Patch Notes

- ### 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.
---- - + 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`.
- + - **Master-Stack**: Use the DWM native and super productive layout. - **Keyboard-driven**: Full coverage via `MOD` + keys. diff --git a/images/1.png b/images/1.png new file mode 100644 index 0000000..ec9118e Binary files /dev/null and b/images/1.png differ diff --git a/images/2.png b/images/2.png new file mode 100644 index 0000000..7f742d4 Binary files /dev/null and b/images/2.png differ diff --git a/images/sxwm_logo.png b/images/sxwm_logo.png new file mode 100644 index 0000000..a6af287 Binary files /dev/null and b/images/sxwm_logo.png differ diff --git a/screenshots/1.png b/screenshots/1.png deleted file mode 100644 index ec9118e..0000000 Binary files a/screenshots/1.png and /dev/null differ diff --git a/screenshots/2.png b/screenshots/2.png deleted file mode 100644 index 7f742d4..0000000 Binary files a/screenshots/2.png and /dev/null differ -- cgit v1.2.3