GithubHelp home page GithubHelp logo

alexxnica / way-cooler Goto Github PK

View Code? Open in Web Editor NEW

This project forked from way-cooler/way-cooler

0.0 1.0 0.0 1.69 MB

Customizable Wayland compositor (window manager)

Home Page: http://way-cooler.github.io/

License: MIT License

Rust 96.13% Shell 0.47% Python 0.74% Lua 2.66%

way-cooler's Introduction

Way Cooler

Gitter Crates.io Build Status License

Way Cooler is a customizable tiling window manager written in Rust for Wayland and configurable using Lua.

It is heavily inspired by the tiling and extensibility of both i3 and awesome.

While Lua is used for the configuration, like awesome, extensions for Way Cooler are implemented as totally separate client programs using D-Bus.

This means that you can use virtually any language to extend the window manager, with much better guarantees about interoperability between extensions.

Development

Way Cooler is currently in alpha. The core features have been added and it is in a usable state, but more work is needed to make it user friendly. Here's an example of what Way Cooler looks like today:

Motivation

We wanted to get experience with Rust and we found current X11 window managers to not have all the features we wanted.

Currently there are very few fully-featured tiling window managers in the Wayland ecosystem, as most of the effort has been porting Gnome and KDE over. Although Wayland is still in early-stage development and is not backwards compatible with existing X11 tools, we wanted to put our stake in and provide for current tiling window manager users in the future.

Current Features

  • i3-style tiling
    • Horizontal/vertical layouts
    • Nest containers with different layouts
    • Floating windows per workspace
  • Client application support via the D-Bus IPC
    • See an example application here. It displays the tree in a somewhat organized format, and is actually really helpful for both debugging the tree and understanding how subcontainers work.
    • Enables dynamic configuration at runtime, without having to reload a configuration file
    • Allows extensions of the window manager to exist as separate programs talking over the IPC
  • A Lua environment designed to make extending Way Cooler simple and easy
    • Lua is the configuration format, allowing the user to enhance their window manager in any way they want.
    • Utilities library included to aid communicating with Way Cooler
  • X programs supported through XWayland
  • Borders around windows
  • Gaps between windows
  • Basic X11 bar support (e.g lemonbar, polybar)
  • Screen grabber / screen shot taker

Planned Features

  • i3 tabbed/stacked tiling
  • Notification support
  • Lock screen
  • Tiling window through configurable Lua scripts (awesome-style)
  • Swappable status bars/docs/menus
  • More customization settings

Follow the development of these features in our issues section or checkout our contribution guidelines if you want to help out.

Installation

On the AUR

@vinipsmaker was kind enough to provide AUR packages:

way-cooler

way-cooler-git

NixOS

@miltador was kind enough to provide a NixOS package.

Installation Script

For users who are not on Arch or NixOS, we have provided a simple install script that you can run in the terminal in order to install Way Cooler.

curl https://way-cooler.github.io/way-cooler-release-i3-default.sh -sSLf | sh -s way-cooler-bg  wc-grab 

Build from source

You will need the following dependencies installed on your machine to install Way Cooler:

  • Wayland
    • Including the server and client libraries
  • wlc
  • Weston (optional)
    • The init file defaults to using weston-terminal as the default terminal emulator
  • Cargo
    • The package manager / build system used by Rust
  • Cairo

Finally, to install Way Cooler simply run the following cargo command:

cargo install way-cooler

You can try it out while running in an X environment, or switch to a TTY and run it as a standalone

Init File

All keyboard shortcuts are configurable through the init file. The recommended strategy is to copy the default configuration file to $XDG_CONFIG_HOME/way-cooler/init.lua and edit from there.

Contributors

Way Cooler was started by @Timidger and @SnirkImmington, but these fine people have helped us:

  • @vinipsmaker created (and maintains) AUR packages
  • @miltador created NixOS package
  • @starfys created way-cooler desktop file
  • @toogley fixed a link
  • @paulmenzel fixed a typo
  • @thefarwind made kill way-cooler command rebindable
  • @bluss for updating our use of PetGraph to use StableGraph
  • @Abdillah
  • @hedning fixed an unsigned underflow in the tiling code

And of course, thanks to the Rust community and the developers of wlc.

Contributing

Check out Contributing for more information.

If you find bugs or have questions about the code, please submit an issue or ping us on gitter.

way-cooler's People

Contributors

timidger avatar snirkimmington avatar starfys avatar thefarwind avatar paulmenzel avatar gitter-badger avatar hedning avatar

Watchers

 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.