Re: [dev] Pango or Xft Patches for dwm 6.1

2014-07-22 Thread Hinnerk van Bruinehsen
On Tue, Jul 22, 2014 at 10:27:51AM -0400, Lee Fallat wrote: > The Xft patch should be fairly straight forward to port, as it only > touches the font functions. I'd do it but I have no time right now. > > On Tue, Jul 22, 2014 at 9:15 AM, Eric Pruitt wrote: > > I'm looking for a Pango or Xft and, i

Re: [dev] [slock] Ctrl+Alt+Backspace Xorg Termination works

2015-09-27 Thread Hinnerk van Bruinehsen
On Sun, Sep 27, 2015 at 06:50:17PM +0800, Pickfire wrote: > Hi, I set the xorg termination with `localectl`. When using `slock`, I > press Ctrl+Alt+Backspace and it works, the Xorg is killed and go back to > the shell. What should I do to prevent that or is there a patch for it? > Assuming you st

Re: [dev] [slock] Ctrl+Alt+Backspace Xorg Termination works

2015-09-28 Thread Hinnerk van Bruinehsen
On Sun, Sep 27, 2015 at 09:42:11PM +0800, Pickfire wrote: > On Sun, Sep 27, 2015 at 02:15:02PM +0200, 7heo wrote: > >Put > > > >if ! pgrep xinit >/dev/null; then > > start-stop-daemon -S -b startx > > clear > > exit > >fi > > > >At the end if your ~/.${SHELL}rc file. > > What do you mean by tha

Re: [dev] Stali RC

2015-10-02 Thread Hinnerk van Bruinehsen
On Fri, Oct 02, 2015 at 04:29:09PM +0200, FRIGN wrote: > On Fri, 2 Oct 2015 14:21:57 + (UTC) > Richard wrote: > > Hey Richard, > > > - looking further ahead; has there been any thoughts towards a > > staticallylinked/musl-based X11 server? Is it feasible to simply take > > the xorg sources a

Re: [dev] [scc] typeof is a gcc keyword

2016-07-05 Thread Hinnerk van Bruinehsen
On Tue, Jul 05, 2016 at 07:24:38PM +0200, Quentin Rameau wrote: > > So let's consider 3 situations. > > 1-- Compile scc with gcc. Use the output binary to compile scc. Get B1 > > 2-- Compile scc with tcc. Use the output binary to compile scc. Get B2 > > 3-- Compile scc with clang. Use the output bi

Re: [dev] [scc] typeof is a gcc keyword

2016-07-05 Thread Hinnerk van Bruinehsen
On Tue, Jul 05, 2016 at 08:11:51PM +0200, Hinnerk van Bruinehsen wrote: > On Tue, Jul 05, 2016 at 07:24:38PM +0200, Quentin Rameau wrote: > > > So let's consider 3 situations. > > > 1-- Compile scc with gcc. Use the output binary to compile scc. Get B1 > > >