howm icon indicating copy to clipboard operation
howm copied to clipboard

A lightweight, X11 tiling window manager that behaves like vim

Results 18 howm issues
Sort by recently updated
recently updated
newest added

There is a small typo in src/handler.c. Should read `respective` rather than `repective`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

When doing "make debug" followed by "make install", latter step fails as it looks for the release path. See: https://github.com/HarveyHunt/howm/blob/master/Makefile#L52

I think it is important for howm to have better mouse support. I don't like using the mouse with a tiling WM, but sometimes it is necessary. We should support...

enhancement

Hi hunt, You've merged a good number of commits from the develop branch to the master one a while back (https://github.com/HarveyHunt/howm/commit/d810ad12c23b5301aa54c3b0c717ab104611f205). Perhaps it would be time for a new release?...

It's about time that howm had a logo. Perhaps something blocky and pixel like?

enhancement

This has been requested by a lot of people and is something that should be added in the future.

enhancement

It would be cool if there would be an example of Lemonbar (https://github.com/LemonBoy/bar) instead of dzen2. If you don't have the time I will try to figure it out for...

Maybe this will help newcomers. If I made any mistake, feel free to comment! ``` bash #!/bin/bash # Create a named pipe for howm config output ff="/tmp/howm.fifo" # Create a...

Dzen2 can read it's configuration from .Xresources. It would be good to make use of it, it makes the config cleaner and improve understanding of what dzen is.