sowm VS tinywm

Compare sowm vs tinywm and see what are their differences.

sowm

An itsy bitsy floating window manager (220~ sloc!). (by dylanaraps)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
sowm tinywm
20 26
894 1,437
- -
0.0 0.0
8 months ago about 2 years ago
C C
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

sowm

Posts with mentions or reviews of sowm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-24.
  • XFCE live usb(i686) is using almost 200mb of memory on boot?
    1 project | /r/voidlinux | 15 Feb 2023
    To add to the comment above, if memory is all you care about, I managed to get it down to 75MB once with custom kernel and sowm.
  • any patch that entirely removes the bar?
    1 project | /r/dwm | 8 Jun 2022
  • How does dwm spawn() work exactly?
    1 project | /r/dwm | 6 May 2022
    You can check https://github.com/dylanaraps/sowm It will be handy to you to understand how Dwm works
  • How hard would it be to make my own window manager?
    5 projects | /r/linuxquestions | 24 Apr 2022
    Or sowm.
  • Think this beast can run Linux?
    1 project | /r/linuxmasterrace | 11 Feb 2022
    I managed to get 75mb with X session on Void. (sowm + minimal kernel)
  • Suckless desktop starter pack, how to start?
    2 projects | /r/suckless | 3 Feb 2022
    Then perhaps you should have a look at sowm. It is a fork (if you can still call it that) of dwm that has no tiling support and no bar.
  • what linux distro is recommended for my slow pc?
    2 projects | /r/linux4noobs | 28 Nov 2021
    If you are r/linux4noobs then you probably won't be able to get it running but... I managed to get voidlinux with sowm and a custom kernel to 70MB memory usage.
  • Asking for a really lightweight distro for me to learn linux with.
    1 project | /r/linux4noobs | 18 Nov 2021
  • How X Window Managers Work, and How to Write One
    14 projects | news.ycombinator.com | 3 Nov 2021
    This is a great article and I remember reading it numerous times while I was implementing my own window manager.

    For someone interested in working on a really fun and rewarding hobby project a WM is a great one to look into since there are so many resources starting from really small implementations:

    - https://github.com/mackstann/tinywm

    - https://github.com/venam/2bwm

    - https://github.com/dylanaraps/sowm

    - https://github.com/dcat/swm

    - https://github.com/JLErvin/berry

    Which are great at introducing the concepts and allowing you to grok the required libraries.

    There are also a bunch of more full featured window managers which will introduce you to more advanced topics:

    - https://github.com/baskerville/bspwm

    - https://github.com/herbstluftwm/herbstluftwm

    - https://www.nongnu.org/ratpoison/

    - https://github.com/conformal/spectrwm

    Gradually as you get more familiar with the ecosystem a few questions will come up:

    Should I use X11 or XCB? - I personally used XCB and didn't find it too difficult to interface with, and there are a large number of implementations which use it (2bwm, bspwm, ratpoison, etc) so you shouldn't have an issue with learning more about it. But the documentation is pretty limited. If you are just wanting to write a toy WM than X11 is perfectly fine.

    X or Wayland? - If you're wanting to write your first WM as a hobby project than I would recommend X over wayland just due to the much larger amount of reference material and documentation. You will have a much easier time getting your feet wet. Ignore the comments about X dying as it doesn't really matter for a hobby project, since the whole point is to have fun.

    Feel free to check out my window manager which is an example of what just reading this blog post and getting inspired can result in: https://github.com/cfrank/natwm

  • Is Debian 11 XFCE a good choice for an old laptop?
    1 project | /r/debian | 1 Nov 2021

tinywm

Posts with mentions or reviews of tinywm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-07.
  • Fedora Workstation 41 to No Longer Install Gnome X.org Session by Default
    3 projects | news.ycombinator.com | 7 Mar 2024
    > Nobody's requiring Wayland.

    Yet. Defaulting to it is one step on the path towards removing support for X and independent window managers forever.

    I deeply, deeply care about running an independent window manager. A minimal X window manager is a page of code: https://github.com/mackstann/tinywm/blob/master/tinywm.c (yes, plus xlib); a minimal Wayland compositor is tens of thousands of lines of code.

    > contrary to your statements, it's perfectly ready for prime time

    These comments are full of folks mentioning issues. Wayland does not support my window manager; thus it is demonstrably not ready for prime time for me.

    > Wayland is the way forward

    It may actually be. I’m not as opposed to Wayland as I may sound! But do you understand how you and other Wayland advocates sound — like advocates? ‘Wayland is the way forward’; ‘there's no future for Xorg’; these things are arguably true, but they are also rather cruel to say (a bit like ‘inevitably you and everyone will die’: it really is true, but it’s also not at all a nice thing to say).

    I do think that Wayland or something very like it may be the way forward, but it needs to be an evolution, not a revolution. I know that the party line is that that’s not possible, but I suspect that rather than not possible it is just very hard. It’s always easier to greenfield, and it is always hell to be 100% backwards compatible.

    But that’s what it needs to be.

  • RubyWM – an X11 window manager in pure Ruby
    5 projects | news.ycombinator.com | 22 Jan 2024
    Hah. I didn't think this was quite HN worthy at this point - the code is still a mess, and has plenty of bugs. It was however the wm I actually use since I got frustrated with bspwm and did a very minimalist rewrite of TinyWM [1] in Ruby [2] and expanded it from there. It was painful the first few days until I'd had time to add multiple desktops and the start of a tiling mode. But at this point, it's "almost" pleasant for me.

    The warnings are real, though, apart from the initial hyperbole - this is likely to break for you in all kinds of horrible ways still. I use very few applications beyond (my own) terminal, (my own) polybar replacement, (my own) file manager, and a browser, and so once Chrome and my own apps mostly started working ok I've had very little incentive to make sure it behaves nicely with anything else and I know the distinction between different EWMH window types is incomplete and broken - just not in ways that usually affect my own use.

    [1] https://github.com/mackstann/tinywm/blob/master/tinywm.c

    [2] https://gist.github.com/vidarh/1cdbfcdf3cfd8d25a247243963e55...

  • What’s something simple but interesting I can build with c
    2 projects | /r/C_Programming | 22 May 2023
  • WM like i3wm
    1 project | /r/linuxquestions | 19 Nov 2022
    picking a random bare bones wm tinywm
  • TinyWM – A tiny window manager in around 50 lines of C
    1 project | /r/patient_hackernews | 25 Oct 2022
    1 project | /r/hackernews | 25 Oct 2022
    1 project | /r/hypeurls | 25 Oct 2022
    2 projects | news.ycombinator.com | 25 Oct 2022
  • I cannot find the desktop environment for me
    2 projects | /r/linuxmasterrace | 15 Sep 2022
    Or Check out TinyWM. Its just a few lines of code.
  • WM/DE iceberg
    2 projects | /r/linuxmasterrace | 30 May 2022
    TinyWM

What are some alternatives?

When comparing sowm and tinywm you can also consider the following projects:

2bwm - A fast floating WM written over the XCB library and derived from mcwm.

chadwm - Making dwm as beautiful as possible!

cwm - portable version of OpenBSD's cwm(1) window manager

dwm-xcb - A port of dwm to XCB.

i3blocks - The hacker-friendly status_command for Sway and i3

wlroots - A modular Wayland compositor library

spectrwm - A small dynamic tiling window manager for X11.

hello-wayland - A hello world Wayland client (mirror)

patches - Collection of patches for dwm, st and dmenu

wayland-rs - Rust implementation of the wayland protocol (client and server).

no-wm - Use X11 without a window manager