Building a Tiling Window Manager with Rust and Penrose

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • penrose

    A library for writing an X11 tiling window manager (by sminez)

  • There are many existing tiling-window managers with i3 probably being the most popular choice for linux systems. These window managers can depend on extensive configuration files or in the case of dwm, git patching or C programming. Penrose takes a different approach in that Penrose is not a window manager. Penrose is a high-level rust library that you use to build your own window manager. This gives us many options for customization while also giving us all the advantages that come with writing rust code.

  • i3

    A tiling window manager for X11

  • There are many existing tiling-window managers with i3 probably being the most popular choice for linux systems. These window managers can depend on extensive configuration files or in the case of dwm, git patching or C programming. Penrose takes a different approach in that Penrose is not a window manager. Penrose is a high-level rust library that you use to build your own window manager. This gives us many options for customization while also giving us all the advantages that come with writing rust code.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • polybar

    A fast and easy-to-use status bar

  • We could use something like polybar to build a powerful and sophisticated top-bar for our system. However, for this example we are going to use the built-in dwm_bar which mimics the bar that can be found in dwm. What's happening here is pretty straight-forward. First we populate the styling struct, and then we plug these values into the dwm_bar.

  • book

    The Rust Programming Language

  • Some familiarity with rust is required. The Rust Book is the best place to start.

  • MYWM

  • Building your own window manager can be a very daunting undertaking. With tools like Penrose, much of the complexities involved are hidden behind helpful libraries. This particular build only scratches the surface of what can be accomplished. The complete code for this project can be found on my gitlab alongside my actual build.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How does async Rust work

    6 projects | /r/rust | 27 Apr 2023
  • ProtonUp (Python) was having dependency problems, so I decided to re-write it in Rust

    4 projects | /r/linux_gaming | 8 Feb 2023
  • Which one should I use to develop a taskbar with Rust, QT, or GTK or by hand/manually?

    2 projects | /r/linuxquestions | 3 Apr 2021
  • Rust, WASM, and LOK

    3 projects | dev.to | 1 May 2024
  • Implement React v18 from Scratch Using WASM and Rust - [1] Build the Project

    5 projects | dev.to | 7 Apr 2024