FRIGN wrote:
> On Mon, 10 Feb 2014 23:31:38 +0400
> Ramil Farkhshatov wrote:
>
> > When uifs running just start the `samples/wm` script it will run client
> > itself. Without other applications you will see nothing though.
> > `samples/wm` is just an example of win
FRIGN wrote:
> 1) I started uifs, a black window opens
> 2) I start the client, it tells me
When uifs running just start the `samples/wm` script it will run client
itself. Without other applications you will see nothing though.
`samples/wm` is just an example of window manager-ish application an
FRIGN wrote:
> On Mon, 10 Feb 2014 13:17:17 +0400
> Ramil Farkhshatov wrote:
>
> > Thanks. I totally forgot about that [1].
> > 1. https://github.com/gravicappa/9client
>
> Very nice, thanks!
> I specified the location in the script, and the wm-script seems t
FRIGN wrote:
> > Unfortunately, it is far from being suckless, although I'm slowly
> > working on it. And some input would be appreciated.
>
> I cloned your repository and got it to build after tweaking the mkfile
> a bit. However, it came to my attention that you probably forgot to add
> the cl
Hello.
I'm making simple UI toolkit[1] which acts as a 9P-server and provides
several controls:
- text labels,
- buttons,
- images,
- scrollbars,
- text entries (I'm thinking about calling external editor),
- grid layout manager.
For image-based controls it supports several image ope
I want to mention my simple mk-based package building system [1]. It is
not totally complete but builds packages fine both for my local system
and for ARM-based embedded system.
1. https://github.com/gravicappa/spmk
Edgaras wrote:
> Though it is not fully refined, and since I failed to connect to
> gtalk, thus did not have any usage of ji yet, the idea seems
> promising.
Fixed connection to gtalk in libxmpps.
Now this works:
ji -j JID -s talk.google.com
Paul Onyschuk wrote:
> The bad is that build system is written in bash.
Speaking of build systems. I have implemented a simple build system in
rc and mk [1]. Only two scripts (spmk_add and spmk_rm) are written in sh
since I use 'smpk' to build packages for embedded system. I'm planning
to make r
Maciej Sobkowski wrote:
> Hi
> I use default surf package on archlinux, and animated GIFs don't work. they
> blink or show only first frame. Is it possible to fix it?
It's a bug in webkit-1.2.7. It is fixed in unstable webkit version (1.3.x).
Ramil Farkhshatov wrote:
> The condition may > be something like:
>
> (time_since_last_match_ms > threshold_ms
> || items_since_last_match > threshold_nitems
> || data_exhausted)
Stupid me. We can just match added single item.
Christophe-Marie Duquesne wrote:
> On Wed, Dec 1, 2010 at 2:34 AM, Ramil Farkhshatov wrote:
> > it doesn't run match() on each item, that increases speed and
> > reduces cpu usage. But conditions to run match() must be reconsidered:
> > in this patch it is called o
atch() on each item, that increases speed and
reduces cpu usage. But conditions to run match() must be reconsidered:
in this patch it is called once a second.
>From 57071c903d82ab9f7ea5184e2b974ce3e5d2ab21 Mon Sep 17 00:00:00 2001
From: Ramil Farkhshatov
Date: Wed, 1 Dec 2010 0
Mitchell Church wrote:
> I have been using DWM now for a number of months, and so I am confused
> as to why I'm having so much trouble recompiling surf. I have
> downloaded it from the arch linux AUR. Can anyone let me know the steps
> that I should take to recompile with my changes to config.h
There is a good analysis of C++ monstrosity: http://yosefk.com/c++fqa
--
Ramil Farkhshatov
> > (I know about bitlbee, but didn't like it for some reason).
>
> Do you know about jj too?
> http://23.fi/jj/
Wow. No I didn't.
--
Ramil Farkhshatov
eason).
--
Ramil Farkhshatov
Hello.
I made a patch against dmenu-4.1 that fixes editing (cursor movement,
character deletion) of utf-8 strings containing multibyte characters.
--
Ramil Farkhshatov
--- a/dmenu.c
+++ b/dmenu.c
@@ -19,6 +19,7 @@
#define INRECT(X,Y,RX,RY,RW,RH) ((X) >= (RX) && (X) < (RX
from remote logins).
In linux one can press Alt-SysRq-R (magic «unraw keyboard») then
Alt-F2 to switch to vc2, this should work even if x-server grabs keyboard.
--
Ramil Farkhshatov
dn't crash for me when running it as follows:
>
> LD_LIBRARY_PATH=/usr/local/lib:/usr/lib ./surf
>
> So I'm a bit puzzled it worked for me without any issues and other
> telling me they tracked it down into enchant's dbus behavior or
> something. Is this arch li
On Thu, Oct 15, 2009 at 04:37:53PM -0400, Kris Maglione wrote:
> Yep, you've definitely clobbered your CFLAGS, either by specifying them
> on the commandline, or by not using += to define them in config.mk.
Yes, I discovered that PKGBUILD I used was broken.
Thanks.
--
Ramil Farkhshatov
On Thu, Oct 15, 2009 at 04:30:00AM -0400, Kris Maglione wrote:
> On Wed, 14 Oct 2009 12:39:14 +0400
> Ramil Farkhshatov wrote:
>
> > Trying to use troff from 9base, but it crashes.
> > Here is backtrace of just running troff without arguments:
>
> It looks like you&
0\004\364\377\277(\363\377\277\v\202\004\b\340\343\r\bH\320\016\b\000\000\000\000Ty\016\b\235\376\a\bTy\016\b8\363\377\277
\201\004\b\006\000\000\000\000\000\000\000x\363\377\277\222>\006\b\004\364\377\277\000>\006\b\000>\006\b@>\006\b"
Additional information:
distribution: Archlinux
arch: i686
locale: ru_RU.UTF-8
--
Ramil Farkhshatov
n scheme (gambit-c):
git clone http://iris-comp.ru/~git/gravicappa-wm.git
Documenting and cleaning it still in plans (~1400 SLOC at the moment).
--
Ramil Farkhshatov
On Sun, Sep 06, 2009 at 10:53:14AM -0700, Ryan Zheng wrote:
> I've been meaning to send this one for a while now. It adds some
> bindings to the urlbar and searchbar (c-h, c-w, c-u for deleting, c-b,
> c-e for home/end). Not sure how it should be changed now that there's
> a config.h
It can be aco
24 matches
Mail list logo