thealio

Results 44 comments of thealio

Hi, I'm a big Xmonad enthusiast user, and I'm really concerned about its future, along the Wayland's coming over Xorg. Waymonad seems quite an alpha that will miss lots of...

I can confirm that xclip is totally ignored on bemenu-x11 I'm using this dirty workaround: - I create the bash script `~/.bin/wl-paste` - I putted in the following ``` #!/bin/bash...

I've not tested it, but , could something like this applied to [menu.c](https://github.com/Cloudef/bemenu/blob/c22cc64bdbbe6c43fe03cbacf1891461d7e97bc8/lib/menu.c#L1121) fix the issue ? : **CODE TO REPLACE** ``` case BM_KEY_PASTE: { FILE *clipboard; clipboard = popen("wl-paste...

> Does [5b75b2c](https://github.com/Cloudef/bemenu/commit/5b75b2c93aeedd315c447ebc4955c0bd00c0d574) fix this? Hi I'm trying to compile from source, for test your changes I'm encountering this error ` bemenu: error while loading shared libraries: libbemenu.so.0: cannot open...

If you are able to successfully install and test that xclip worsk fine , can you push a point release for fixing this issue? Maybe a 0.6.16.5 version , if...

> > Does [5b75b2c](https://github.com/Cloudef/bemenu/commit/5b75b2c93aeedd315c447ebc4955c0bd00c0d574) fix this? > > Hi I'm trying to compile from source, for test your changes I'm encountering this error ` bemenu: error while loading shared libraries:...

> > > Does [5b75b2c](https://github.com/Cloudef/bemenu/commit/5b75b2c93aeedd315c447ebc4955c0bd00c0d574) fix this? > > > > > > Hi I'm trying to compile from source, for test your changes I'm encountering this error ` bemenu:...

> > I think the easiest solution is to add a bash script called bemenu-clip in/bin , similar to the case function above , and make bemenu redirect to the...

> > print only the current date into bemenu , in my case > > Yes, that is correct. But it should also create a couple of log files in...

Hi @Cloudef the issue with copy/paste under x11 pestists Now even my dirty fix doesn't work anymore Are you planning to fix this? It's quite a while this issue happens