lighthouse icon indicating copy to clipboard operation
lighthouse copied to clipboard

A simple scriptable popup dialog to run on X.

Results 27 lighthouse issues
Sort by recently updated
recently updated
newest added

``` Makefile:71: update target 'lighthouse' due to: objs/child.o objs/display.o objs/globals.o objs/keysyms.o objs/lighthouse.o objs/results.o gcc -Isrc/inc -O2 -Wall -std=c99 `pkg-config --cflags gdk-2.0` `pkg-config --cflags pango` objs/child.o objs/display.o objs/globals.o objs/keysyms.o objs/lighthouse.o objs/results.o...

when i run dmenu, keyboard focus goes straight to the input. with lighthouse, i seem to have to move the mouse to the window. I tried poking it a bit:...

Is there a way to combine `lighthouse` with `fzf` https://github.com/junegunn/fzf I would like fuzzy-search through my command history and execute a chosen command.

Currently there's a bug that leads to crash when there's no file `~/.config/lighthouse/cmd.py`: ``` Couldn't execute file: Permission denied Failed to spawn piped process. ``` This pull request fixes it...

There's a search script for searx

When using multiple monitors the dialog doen't open on my primary monitor.

Lighthouse already seems pretty stable to me, but many Linux distributions only allow packages with release tags. Besides that, it is easy to distinguish between major and minor changes when...

This is without gdk-2.0 I had to add the following to the Makefile ``` CFLAGS+=`pkg-config --cflags pangocairo` LDFLAGS+=`pkg-config --libs pangocairo` ``` Otherwise, was getting the error `cairo.h: No such file...

E. g., my hyphen key is on level 3 of my keyboard layout. When that key is input, no output is produced. Pertinent xev output: ``` KeyPress event, serial 33,...

bug