Giter Club home page Giter Club logo

rwm's Introduction

rwm - The Rusty Window Manager

rwm is a dynamic tilling (and floating) window manager for X11 using the tag system of dwm and the server/client style of bspwm. It's written in Rust using bindings to the xcb library.

rwm strives to be easy to use and configure through a simple config file.
The config file is currently changing a lot but here is how it looks like at the moment of writing:

(
    border_width: 4,
    focused_border_color: "#0000FF",
    normal_border_color: "#D3D3D3",
    mod_key: "Mod 1",
    // The order of the layouts is the order in which they will cycle
    layouts: [
        MonadTall,
        Grid,
        Floating,
    ],
    // Focus follows the cursor
    follow_cursor: true, 
    gap: 4,
    // Rules can be based either on WM_CLASS or WM_NAME using ClassName() or WMName() respectively
    rules: [
        // Put Firefox in both tag 1 and tag 2
        ClassName("firefox", [(3), (2)]), 
        // Put Alactitty in tag 3 only
        ClassName("Alacritty", [(3)]), 
    ],
)

You might notice the unfamiliar syntax. It's called RON

To-do

This is not a viable window manager yet, but it's coming together nicely.
See To-do for things that need to happen.

rwm's People

Contributors

spyrosroum avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.