Git Product home page Git Product logo

nitro's People

Contributors

laserswald avatar tudurom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

tudurom

nitro's Issues

FIFO IPC support

One issue I have had when trying to test Nitro is that it's damn near impossible to control an experimental window manager that's half done: it doesn't have a way to kill it from within, first of all.

To that end, I need to work on the IPC feature so I can control it via a script.

Convert XCB handlers to new handler signature

cc -ldl -lxcb -g   -c -o wm.o wm.c
In file included from wm.c:9:0:
xcb_handlers.h:14:6: error: conflicting types for 'xcb_enter_no_handler'
 void xcb_enter_no_handler(xcb_generic_event_t *);
      ^~~~~~~~~~~~~~~~~~~~
xcb_handlers.h:10:5: note: previous declaration of 'xcb_enter_no_handler'
was here
 int xcb_enter_no_handler(ni_event_t* event, dlist(ni_client)*);
     ^~~~~~~~~~~~~~~~~~~~
make: *** [<builtin>: wm.o] Error 1

XCB Default Handlers

The whole point of a WM is to manage your windows. We'll need to add the basics to the XCB plugin.

Window selection list

One of the central ideas about nitro. I have the dlist(client) set up, but we are waiting on the IPC to implement it and test it.

Update dlist.h with current dlist

dlist.h was directly copied from laserswald/dlist. Now that cpk is somewhat stable, we should use that to manage it.

I have already used cpk for dlist (it's in the deps folder), we just need to make sure that that's the one we are using, not the one in the root of the project.

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.