Skip to content
#

tiling

Here are 82 public repositories matching this topic...

perrochon
perrochon commented Nov 22, 2018

Tried to get this running. Looks super nice and promising. A few things I noticed while setting it up.

  1. I needed to set min sdk to 26 (Oreo) to compile. Not a problem, and easily fixable through error messages

  2. Could it be that .defineZoomLevel replaced .defineDetail and .addDetailLevel? readme.md refers to defineDetail in the quick setup , and the wiki uses addDetailLevel. The demo code

HarveyHunt
HarveyHunt commented Jan 2, 2016

A window may wish to be moved to a different workspace. This should be handled in client_message_event.

In order to do this, we need to be able to move an arbitrary client to a workspace. This can be achieved by factoring out the client {cutting,pasting} logic from op_{cut,paste} into their own functions.

_NET_WM_DESKTOP also needs to be added to ewmh_net_atoms.

t-wissmann
t-wissmann commented Jan 3, 2019

Document exit codes in the herbstluftwm manpage and use it in the hlwm fixture in the tests.

In general, zero is success and non-zero is "something went wrong", either syntactically (invalid argument, needs more arguments), or semantically (e.g. no window available in the given direction)

AdaShoelace
AdaShoelace commented Mar 31, 2020

Hadlock should be able reload the config if the config file is modified.
This means that every change change in the config file should be applied without restart of Hadlock or require to close any other application.

Suggested method:
What the config file provided upon start using inotify and reconfigure Hadlock (during runtime) if an event indicating change to the config file is received.

Improve this page

Add a description, image, and links to the tiling topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tiling topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.