rustile 0.0.4

This is a Window Tiling Manager with Rust on x11 for now
Documentation
1
2
3
4
5
6
7
8
9
services:
  rustile:
    build: .
    volumes:
      - .:/app
    environment:
      # IMPORTANTE: Reemplaza con la IP de tu Windows (la de VcXsrv)
      - DISPLAY=host.docker.internal:0
    network_mode: host # Permite conectar con el servidor X de Windows fácilmente