Code Monkey home page Code Monkey logo

custard's Introduction


custard is a manual tiling window manager for the X windowing system that utilizes grids to both size and position windows on the screen.

custard is based on 2bwm, swm, subtle, and howm.

For usage, installation, configuration, and/or usage, consult the GitHub wiki.

custard's People

Contributors

aareon avatar akiwastaken avatar avindra avatar buffet avatar gwimm avatar sweets avatar tadeokondrak avatar xyro-64 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

custard's Issues

Fullscreen mode

There should be a key binding so have stuff be fullscreen. ATM it's really bothersome and you can't really access other windows

You can close the root window

custardctl window --close will close the root window if it is focused (start custard, open window, close window, close window). This will shut down X.

Makefile is inconsistent, lacks a way to uninstall, and forces a certain build directory

If you want I could improve the Makefile a little by

  1. Making the syntax a little more consistent, and cleaning up a little
  2. Adding an uninstall target
  3. Allowing VPATH driven out of source builds (similar to what kiwmi does atm), instead of forcing a build/ directory. This allows for a cleaner Makefile and an easier way to build multiple targets (multiple architectures, debug and release build, etc).

Just tell me what you want, if any.

Man page outdated

The man page for custard still mentions that it's configures via the XRM.

src/socket.c:24:58: error: ‘SOCKET_PATH’ undeclared

fix:

diff --git a/src/socket.c b/src/socket.c
index 95bdb6f..283555c 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -1,6 +1,7 @@
 #include "socket.h"
 #include "custard.h"
+#include "config.h"
 #include "ipc.h"
 #include <stdio.h>

Wiki missing how to create named geometry

The wiki currently doesn't have an example of creating a named geometry.

Something like this would be useful:

To create a geometry named "foobar" defined as a 1-cell wide, 2-cell tall rectangle,
offset by 3 cell from the left and 4 cells from the top on the "HDMI-0"
monitor's grid:
$ custard - geometry HDMI-0 foobar 1x2 3,4

Building on Debian

Hello,

I think you need to add two other packages to your dependency list:

libconfig-dev and libxcb-icccm4-dev, otherwise it didn't build due lacking headers.

default rc path

Hi, it would be nice to have a default rc path, eg $HOME/.config/custard/rc.

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.