laur89

Results 171 comments of laur89

> any chance of getting this merged? @jeffreytse ping, what's your take on this?

Looks like can be fixed by adding line `override_dh_auto_build:` to debian/rules: ``` #!/usr/bin/make -f DISTRIBUTION = testing VERSION = 0.0.1 PACKAGEVERSION = $(VERSION)-0~$(DISTRIBUTION)0 %: dh $@ override_dh_auto_test: override_dh_auto_configure: dh_auto_configure --...

> Are the default bindings clashing with something else Exactly this. Would appreciate toggling features not to depend on configuration order.

> and changing it in any way may cause script failure. Addition of new rows would be safe. If that breaks the logic, then it sounds entirely like scipts' issue....

@newyorkthink not appimage, but my old [fork](https://github.com/laur89/i3expo) of the original d.reis/i3expo offers single-command installation that comes with the pre-built prtscn that may of may not work on your system.

Assuming you have python installed, then my fork is installable by a single command. No intention of moving to appimage though.

Reproduces only with display connected directly to ~~laptop~~ dock. Tested with HDMI as that's the only port on laptop itself. Also noticed it's roughly 3x as fast compared to dock...

Sorry I had a brainfart earlier - meant to say it works _correctly_ when hooked to laptop directly.

> The HDMI port is not the only video port on the laptop True, but don't have a cable for that. But yes, sounds like similar issue I reported handful...

> Maybe the install script should just abort the installation if it does not find those dependencies Sounds like a reasonable failsafe. Or allow it to be installed and perform...