Re: [dev] st lack of scrollback

2016-08-17 Thread Martin Kopta
Sorry about interrupting this wonderful discussion, but I would like to alert you of something about the scrollback patch. I was porting it to the new st (after the big refactorings) and to be completely honest, I fucked it up badly. Sure, it works and I use it everyday. Occasionally, I pull the ma

Re: [dev] Re: pager

2015-10-05 Thread Martin Kopta
On Mon, Oct 05, 2015 at 10:08:42AM -0400, Greg Reagle wrote: > On 10/04/2015 11:32 AM, Dimitris Papastamos wrote: > >Yes there are plans for a pager. > > I am curious why that is not listed in the TODO for sbase. > > >The heirloom project has a pg > >implementation I think. > > 2425 lines: Heir

[dev] [st] Updated scrollback patch

2015-07-17 Thread Martin Kopta
Updated scrollback patch bellow. Applies against latest master (d032b61). Cannot clone wiki (timeout). If someone is able to, please update. Thanks. Should I update the patch for 0.6 too? diff --git a/config.def.h b/config.def.h index e246e3c..ffabf3d 100644 --- a/config.def.h +++ b/config.def.h

Re: [dev] surf release?

2015-06-01 Thread Martin Kopta
On Mon, Jun 01, 2015 at 01:15:36PM +0200, 7heo wrote: > On June 1, 2015 11:16:52 AM CEST, "Dmitrij D. Czarkoff" > wrote: > >Hi! > > > >There have been more then 2 years since 0.6 surf release (2013-02-10). > >Maybe it is time for 0.7? > > What problem does it solve? # Archlinux $ pacman -Si surf

[dev] Re: Article about suckless on root.cz

2014-07-07 Thread Martin Kopta
On Mon, Jun 16, 2014 at 10:23:47AM +0200, Martin Kopta wrote: > On Mon, Feb 17, 2014 at 07:57:37AM +0100, Martin Kopta wrote: > > Hi guys, > > > > just wanted to point out my article about Stali [0] which came out today as > > a > > third part of the Suckless ser

[dev] Re: Article about suckless on root.cz

2014-06-16 Thread Martin Kopta
On Mon, Jun 16, 2014 at 10:23:47AM +0200, Martin Kopta wrote: > On Mon, Feb 17, 2014 at 07:57:37AM +0100, Martin Kopta wrote: > > Hi guys, > > > > just wanted to point out my article about Stali [0] which came out today as > > a > > third part of the Suckless ser

[dev] Re: Article about suckless on root.cz

2014-06-16 Thread Martin Kopta
On Mon, Feb 17, 2014 at 07:57:37AM +0100, Martin Kopta wrote: > Hi guys, > > just wanted to point out my article about Stali [0] which came out today as a > third part of the Suckless series on root.cz. First article was about Suckless > in general [1], second was about dwm [2].

Re: [dev] [st] [PATCH] Hide X cursor when typing.

2014-06-09 Thread Martin Kopta
On Mon, Jun 09, 2014 at 09:22:52AM +0200, Colona wrote: > On Mon, Jun 09, 2014 at 09:06:08AM +0200, Christoph Lohmann wrote: > > Greetings. > > > > On Mon, 09 Jun 2014 09:06:08 +0200 Colona wrote: > > > Add a new configuration variable, xcursorhide, to hide the X cursor when > > > typing > > > i

Re: [dev] [st] [PATCH] Hide X cursor when typing.

2014-06-09 Thread Martin Kopta
On Mon, Jun 09, 2014 at 03:38:24AM +0200, Colona wrote: > Add a new configuration variable, xcursorhide, to hide the X cursor when > typing > in the terminal. The cursor is displayed again when the mouse is moved. > PointerMotionMask is disabled in bmotion (through xsetpointermotion()) to > avoid

Re: [dev] [st] useless color patch

2014-06-06 Thread Martin Kopta
On Fri, Jun 06, 2014 at 09:15:41PM +0200, Christoph Lohmann wrote: > Greetings. > > On Fri, 06 Jun 2014 21:15:41 +0200 Thuban wrote: > > Hi, > > Just an useless patch to have the same dwm default color theme in st. > > The dwm default colors are ugly. Won’t apply. > > > Sincerely, > > Christo

Re: [dev] [st] redraw content after window size increased

2014-06-06 Thread Martin Kopta
On Fri, Jun 06, 2014 at 01:18:56PM +0200, Andreas Herz wrote: > I found another issue. When i have a st window open and generate some > output (ls -l) and then decrease and increase the size again the content > isn't redrawn to the match the actual size. > > I can workaround it with tmux most of t

Re: [dev] [st] latest git fails to compile on openbsd

2014-06-06 Thread Martin Kopta
On Fri, Jun 06, 2014 at 01:55:17PM +0200, Nils R wrote: > in commit c6fcb78b3a9a73b691875048848430c18870a0fc[1], Colourmap was renamed > to the > american version "Colormap", which is already defined in openbsds X.h: > > st.c:183: error: redefinition of typedef 'Colormap' > /usr/X11R6/includ

Re: [dev] Alpine Linux switched to musl libc

2014-06-06 Thread Martin Kopta
On Fri, Jun 06, 2014 at 10:50:24AM +0200, Silvan Jegen wrote: > Hi everyone > > I just learned that Alpine Linux[0] has switched to musl libc[1]. The > following are the most interesting facts about Alpine Linux: > > * No GNU tools (using busybox) > * musl libc (still in Beta though) > * OpenRC i

Re: [dev] [st] utf broken after aa35bbd7a16c6c210a7574a8c45bbe939d5b2922

2014-04-28 Thread Martin Kopta
On Mon, Apr 28, 2014 at 05:08:39PM +0200, Roberto E. Vargas Caballero wrote: > Please, could you try this patch? It works. Thank you very much sir! pgpbQ7gvDO98q.pgp Description: PGP signature

Re: [dev] [slock][PATCH] Caps Lock colour

2014-04-28 Thread Martin Kopta
On Mon, Apr 28, 2014 at 08:05:59PM +1000, Thiébaud Weksteen wrote: > See attached! > > ... >8 . Why not simply XSetWindowBackground(dpy, locks[screen]->win, (ev.xkey.state && LockMask) ? locks[screen]->colors[2] : locks[screen]->colors[1]); ? You aren't using the caps_

[dev] [st] utf broken after aa35bbd7a16c6c210a7574a8c45bbe939d5b2922

2014-04-28 Thread Martin Kopta
Hi, I have just updated my st to aa35bbd7a16c6c210a7574a8c45bbe939d5b2922 and have problem with utf8. When I try to display czech characters (ěščřžýáíé..) with mutt, st gets completely broken. Also, vim doesn't display some czech characters while typing and st starts spiting out errors like this

Re: [dev][port] Porting sbase to Java

2014-04-02 Thread Martin Kopta
On Wed, Apr 02, 2014 at 09:11:34AM +0200, Christoph Lohmann wrote: > This is great news. Now that suckless has reached the future we will see > a bright horizont of pleasure and commercial support. We should definitely team up with Oracle to ensure suckless future.

[dev] Re: Article about suckless on root.cz

2014-02-16 Thread Martin Kopta
include, please share. I hope FRIGN, Charlie Kester and sin don't mind that I quoted them in the article. I will summarize the comments (and translate some of them) after few days. Keep up the great work! Everyone is looking forward to Stali now :-) Best regards, Martin Kopta [0]

[dev] Stali

2013-12-30 Thread Martin Kopta
, any tips for article about Stali for (one of the) most read [8] Czech IT portal? Thanks! Best regards, Martin Kopta [0] http://lists.suckless.org/dev/1312/18463.html [1] http://www.root.cz/serialy/suckless-project/ [2] http://www.root.cz/clanky/suckless-dynamicky-spravce-oken-dwm/ [3]

[dev] Article about suckless on root.cz

2013-12-02 Thread Martin Kopta
. Best regards, Martin Kopta [0] http://martin.kopta.eu/talks/suckless/suckless.pdf [1] http://www.linuxdays.cz/cs/ [2] http://www.root.cz/clanky/suckless-mene-smradlavy-software/

Re: [dev] Re: Talk about suckless

2013-10-28 Thread Martin Kopta
On Fri, Oct 25, 2013 at 11:04:32PM +0200, Markus Teich wrote: > Martin Kopta wrote: > > Alright, slides are available online [1] and the video will be ready after > > processing [2]. > > [2] http://www.linuxdays.cz > > Heyho, > > is the video processed yet? Co

[dev] [dwm] spawn and monitor placement

2013-10-25 Thread Martin Kopta
Hi, I am still having problems with placement of windows while using two monitors [1]. I am using latest git version of dwm. $ git show HEAD | head -n1 commit cdec9782a1789bd5c3a84772fd59abb9da288597 My setup is xrandr --output LVDS1 --auto --left-of VGA1 --output VGA1 --auto xrandr --output LVD

Re: [dev] Re: Talk about suckless

2013-10-07 Thread Martin Kopta
On Mon, Oct 07, 2013 at 12:06:51PM +0200, Swiatoslaw Gal wrote: > > > * "How do the distributions offer software configured by compiling?" > > > (question > > > from audience) > > > > As far as Debian based distributions go, i think they just ship the > > defaults as > > binary package. > > T

[dev] Re: Talk about suckless

2013-10-06 Thread Martin Kopta
On Wed, Sep 25, 2013 at 02:26:08PM +0200, Martin Kopta wrote: > Hi, I will be giving a talk about suckless project on 6th October [1] for > small > audience (from 10 to 100 people). Talk description is (translated): > > "Introduction to ideology of software that smells less

Re: [dev] Talk about suckless

2013-09-27 Thread Martin Kopta
On Fri, Sep 27, 2013 at 12:36:18AM +0200, Branislav Blaskovic wrote: > Will it be video-recorded? I would like to watch it because I am too > lazy to travel to Prague just because of that ;) Since previous conference was recorded and is available on youtube, I guess this will be too. However, I do

Re: [dev] Talk about suckless

2013-09-25 Thread Martin Kopta
On Wed, Sep 25, 2013 at 01:11:22PM +0200, FRIGN wrote: > On 09/25/2013 02:26 PM, Martin Kopta wrote: > > Hi, I will be giving a talk about suckless project on 6th October [1] for > > small > > audience (from 10 to 100 people). Talk description is (translated): > > &g

[dev] Talk about suckless

2013-09-25 Thread Martin Kopta
Hi, I will be giving a talk about suckless project on 6th October [1] for small audience (from 10 to 100 people). Talk description is (translated): "Introduction to ideology of software that smells less and presentation of results of the suckless project. Demostration of dwm window manager, termin

Re: [dev] [dwm] multiple monitors, default window placement

2013-08-20 Thread Martin Kopta
On Fri, Aug 02, 2013 at 10:15:43PM +0200, Anselm R Garbe wrote: > Hi Martin, > > On 29 July 2013 09:50, Martin Kopta wrote: > > On Wed, Jul 03, 2013 at 06:59:34PM +0200, Anselm R Garbe wrote: > >> Do you experience this with vanilla dwm from git? If not, then it > >

Re: [dev] [dwm] dwm and Chrome doesn't show bookmark dialog

2013-08-09 Thread Martin Kopta
On Fri, Aug 09, 2013 at 12:22:23PM +0200, Christoph Lohmann wrote: > Greetings. > > On Fri, 09 Aug 2013 12:22:23 +0200 Martin Kopta wrote: > > And btw, why wmname doesn't have manpage or at least usage / help option? > > Send in a patch instead of wasting two socia

Re: [dev] [dwm] dwm and Chrome doesn't show bookmark dialog

2013-08-09 Thread Martin Kopta
On Fri, Aug 09, 2013 at 11:08:38AM +0800, Yaocl wrote: > Hi > > I am using dwm and Chrome, after run `wmname LG3D` and restart Chrome, > It doesn't show bookmark dialog when I click the star button. > > Is it a dwm's issue or a Chrome's issue. > > Regards > > -- > Chunlin Yao > I have s

Re: [dev] [dwm] multiple monitors, default window placement

2013-07-29 Thread Martin Kopta
On Wed, Jul 03, 2013 at 06:59:34PM +0200, Anselm R Garbe wrote: > On 28 June 2013 14:25, Martin Kopta wrote: > > If I create new window, it gets placed on the primary monitor no matter what > > monitor is currently focused and no matter where mouse cursor is. It is > > an

[dev] [dwm] multiple monitors, default window placement

2013-06-28 Thread Martin Kopta
If I create new window, it gets placed on the primary monitor no matter what monitor is currently focused and no matter where mouse cursor is. It is annoying, but (for most apps) I can just move the window to the prefered (nonprimary) monitor. But some apps cannot be move

Re: [dev] Minimal distributions

2012-11-24 Thread Martin Kopta
Try LFS (+BLFS) and make your own system.

Re: [dev] [PATCH] sbase: add cut

2012-08-02 Thread Martin Kopta
On 08/02/2012 04:34 PM, Kurt H Maier wrote: On Thu, Aug 02, 2012 at 10:33:19AM -0400, Calvin Morrison wrote: I think cut is exactly the kind of job that awk (or sed) can be good for. It seems crazy not to use an existing tool that implements all the functionality, that can be nicely bundled in

Re: [dev] [PATCH] sbase: add cut

2012-08-02 Thread Martin Kopta
On 08/02/2012 01:20 PM, hiro wrote: why not a C-to-awk compiler? Written in Perl. NOW we are finally getting somewhere.

Re: [dev] [PATCH] sbase: add cut

2012-08-01 Thread Martin Kopta
On 08/01/2012 03:09 PM, Kurt H Maier wrote: On Wed, Aug 01, 2012 at 08:58:00AM -0400, Niki Yoshiuchi wrote: Why would you use awk or Perl when you have the best programming language available: Ruby? On Aug 1, 2012 8:55 AM, "Martin Kopta" wrote: On 08/01/2012 02:36 PM, Uriel wrote:

Re: [dev] [PATCH] sbase: add cut

2012-08-01 Thread Martin Kopta
On 08/01/2012 02:36 PM, Uriel wrote: Use awk. Use Perl.

[dev] static linking from cat-v on r/linux

2012-05-22 Thread Martin Kopta
Watch your blood pressure. http://www.reddit.com/r/linux/comments/tzk5e/dynamic_linking_considered_harmful_should_distros/

Re: [dev] minimal wm request

2012-04-06 Thread Martin Kopta
Yes. That is what I am doing now. I just thougth if there is some 10sloc wm, it would be probably better. On 04/06/2012 02:42 PM, Anselm R Garbe wrote: On 6 April 2012 14:40, Martin Kopta wrote: Does someone know about some very basic wm, which would basicaly be just monocle dwm without any

[dev] minimal wm request

2012-04-06 Thread Martin Kopta
Does someone know about some very basic wm, which would basicaly be just monocle dwm without any bar and shortcuts? I would use basic xorg, but I need to make the app maximized. It is sort of kiosk. Thanks for any advices.

Re: [dev] [dwm] drop the bars (was: systray in upstream dwm?)

2012-04-05 Thread Martin Kopta
On 04/06/2012 07:41 AM, Jan Christoph Ebersbach wrote: Good Friday, Thank you Anselm for explaining the issue. From my point of view there is no other way of implementing a proper systray for dwm as long as it contains the bars and has no interface. Why don't we drop the bars and keybindings an

[dev] [st] selection problem

2012-02-23 Thread Martin Kopta
1. Move cursor to the middle of left side of the screen. 2. Create new st terminal. 3. Create some output in that terminal. 4. Create new st terminal. 5. Hover with the cursor over the old terminal, which makes it focused. 6. Attempt to select a word from that terminal. Expected result: one click

Re: [dev] Re: [st] terminal capability "cm" required

2012-02-19 Thread Martin Kopta
On 02/17/2012 03:27 PM, Paul Onyschuk wrote: On Fri, 17 Feb 2012 15:10:28 +0100 Martin Kopta wrote: Indeed! # vim --version | grep -c curses 1 # vi --version | grep -c curses 0 So there is that. I messed up with previous message: | vi --version | grep -c curses | 1 Are you using 64

Re: [dev] Re: [st] terminal capability "cm" required

2012-02-17 Thread Martin Kopta
On 02/17/2012 03:05 PM, Christian Neukirchen wrote: Martin Kopta writes: I can't really use ':version' since vim output is horribly broken. Have this output instead. # vi --version | grep -E terminfo\|termcap -tag_binary -tag_old_static -tag_any_white -tcl +terminfo -termr

Re: [dev] [st] terminal capability "cm" required

2012-02-17 Thread Martin Kopta
On 02/17/2012 11:53 AM, Aurélien Aptel wrote: On Fri, Feb 17, 2012 at 11:31 AM, Martin Kopta wrote: st.info' into /usr. It is a CentOS 5.7. I have no problem with that on CentOS 6.2, Ubuntu 11.10 and Archlinux. I guess it is because of ancient Vim. Maybe this version of vim doesn'

Re: [dev] [st] terminal capability "cm" required

2012-02-17 Thread Martin Kopta
On 02/17/2012 11:22 AM, Aurélien Aptel wrote: On Fri, Feb 17, 2012 at 11:18 AM, Aurélien Aptel wrote: cup is already in st.info. Did you compiled the terminfo entry? ($ tic -s st.info) If you compile the terminfo as a user, it will go in the local terminfo database (~/.terminfo). You need to

[dev] [st] terminal capability "cm" required

2012-02-17 Thread Martin Kopta
Before I get into solving this, have anyone seen this? What is "cm"? # vi -u NONE E437: terminal capability "cm" required Press ENTER or type command to continue # vi --version VIM - Vi IMproved 7.0 (2006 May 7, compiled Mar 5 2011 21:36:07) Included patches: 1, 3-4, 7-9, 11, 13-17, 19-26, 29-31

Re: [dev] [st] 0.2.1 is out

2012-02-15 Thread Martin Kopta
On 02/16/2012 01:19 AM, Aurélien Aptel wrote: Hi all, I've pushed a few local changes and decided to bump the version a bit. * support for dim/bright colors Great! Now htop does work out of the box. Thank you. * unfocused cursor is now visible with a different color Looks good. I like it.

Re: [dev] [st] htop, tmux, terminfo

2012-02-12 Thread Martin Kopta
On 02/12/2012 04:26 PM, Rob wrote: All the programs I use work fine in st, except htop, .. I am glad to hear that. Although I wrote my own process monitor (http://github.com/jeffwar/utop) with vi key bindings, since I found it annoying that I kept having to use the arrow keys in htop I have

Re: [dev] [st] htop, tmux, terminfo

2012-02-12 Thread Martin Kopta
On 02/12/2012 12:08 PM, Aurélien Aptel wrote: On Sun, Feb 12, 2012 at 9:15 AM, Martin Kopta wrote: I hoped for easy solution where I won't have to modify all the hosts I know and all the hosts I will ever meet in the future. Thank you however for your proposed solution. The easiest sol

Re: [dev] [st] htop, tmux, terminfo

2012-02-12 Thread Martin Kopta
On 02/12/2012 12:59 AM, Martin Kopta wrote: I know it has been already discussed here, but I could not find any final solution. The process viewer htop isn't drawing properly in st [1]. Current load, cpu, mem, swap and other user processes aren't visible. xterm shows them fine, using

Re: [dev] [st] htop, tmux, terminfo

2012-02-12 Thread Martin Kopta
On 02/12/2012 01:12 AM, Rob wrote: On Sun, Feb 12, 2012 at 12:59:30AM +0100, Martin Kopta wrote: The process viewer htop isn't drawing properly in st [1]. Is there know solution for st/htop drawing problem? This is a known "bug", I think the thread on it before is here [1

[dev] [st] htop, tmux, terminfo

2012-02-11 Thread Martin Kopta
hanging TERM to "xterm" forces apps run, but drawing goes mostly horribly wrong. So, my second question: How do you deal with st, terminfo of st and ssh to lots of various servers? Thank you in advance for any helpful answers, Martin Kopta [1] http://martin.kopta.eu/trash/st-

Re: [dev] Suckless Linux distro

2011-12-31 Thread Martin Kopta
Why has your mail header Date: Thu, 29 May 2003 01:41:44 +0200 ? Did I miss something? On 05/29/2003 01:41 AM, Paul Onyschuk wrote: On Sat, 31 Dec 2011 10:03:57 +0100 Manolo Martínez wrote: Genuinely curious: what's the suckless way to Linux then? Gentoo and Gentoo only? I'm planning to

Re: [dev] Re: dmenu's lsx binary naming conflicts with lrzsz!

2011-11-30 Thread Martin Kopta
* is not suckless FTFY

Re: [dev] [dwm] 2000 SLOC

2011-10-31 Thread Martin Kopta
I agree with libixp and ii staying. mkopta On 10/31/2011 11:59 AM, Aurélien Aptel wrote: On Mon, Oct 31, 2011 at 9:38 AM, Anselm R Garbe wrote: * skvm (who uses this? development seems dead) I use it. I installed it 1 or 2 years ago, never bothered to update it since it works. I also think

Re: [dev] [dwm] 2000 SLOC

2011-10-31 Thread Martin Kopta
mkopta On 10/31/2011 10:34 AM, Christoph Lohmann wrote: Greetings. Martin Kopta wrote: Proposal: 6. It has useful documentation. Now bureaucracy begins. What documentation? A manpage should suffice, when it reaches 1.0. I think it's already sucking, if a project really needs a web

Re: [dev] [dwm] 2000 SLOC

2011-10-31 Thread Martin Kopta
Proposal: 6. It has useful documentation. On 10/31/2011 10:11 AM, Anselm R Garbe wrote: On 31 October 2011 10:01, Martin Kopta wrote: Are there any explicit rules which project must follow in order to be part of suckless? What is the line in here? I'm working on such guidelines. The

Re: [dev] [dwm] 2000 SLOC

2011-10-31 Thread Martin Kopta
Are there any explicit rules which project must follow in order to be part of suckless? What is the line in here? thanks, mkopta On 10/31/2011 09:38 AM, Anselm R Garbe wrote: On 30 October 2011 22:51, Jeremy Jackins wrote: First I want many projects removed from suckless.org, only the real k

Re: [dev] ssh-agent stanza in POSIX shell

2011-10-30 Thread Martin Kopta
Reminds me http://www.ioccc.org :-) On 10/30/2011 08:04 PM, Sime Ramov wrote: I've found the following clever ssh-agent stanza in Richard Crowley's `.profile`[https://raw.github.com/rcrowley/home/master/.profile]: which ssh-agent>/dev/null&& { : ${SSH_AUTH_SOCK:=$(echo /tmp/ssh-*/agen

Re: [dev] [dwm] 2000 SLOC

2011-10-30 Thread Martin Kopta
Yes, I am sorry, I have indeed skipped that part. However, I have read it later. I agree that license in source code is not really great idea. On 10/30/2011 05:58 PM, Szabolcs Nagy wrote: * Martin Kopta [2011-10-30 08:53:48 +0100]: First 25 LOC is license and there is some whitespace too

Re: [dev] [dwm] 2000 SLOC

2011-10-30 Thread Martin Kopta
Thank you very much for answering my questions. mkopta On 10/30/2011 10:33 AM, Anselm R Garbe wrote: On 30 October 2011 08:53, Martin Kopta wrote: "dwm is only a single binary, and its source code is intended to never exceed 2000 SLOC." (http://dwm.suckless.org/) $ wc< dwm.c

Re: [dev] [dwm] 2000 SLOC

2011-10-30 Thread Martin Kopta
very sorry to made you disgusted by my rough foolishness. mkopta On 10/30/2011 09:01 AM, Christoph Lohmann wrote: Greetings. Martin Kopta wrote: "dwm is only a single binary, and its source code is intended to never exceed 2000 SLOC." (http://dwm.suckless.org/) $ wc< dwm.c 206

[dev] [dwm] 2000 SLOC

2011-10-30 Thread Martin Kopta
"dwm is only a single binary, and its source code is intended to never exceed 2000 SLOC." (http://dwm.suckless.org/) $ wc < dwm.c 2069 6745 52319 $ First 25 LOC is license and there is some whitespace too, however dwm.c is obviously somewhere around 2 kSLOC. 1) I wonder if the rule of 2 kS

Re: [dev] Please recommend a suckless rss reader

2011-10-29 Thread Martin Kopta
http://newsbeuter.org/ Not really suckless, but close enough. Also, TUI. On 10/29/2011 05:22 PM, Yue Wu wrote: Hello, list, I'm looking for a cli newsreader, suckless, less dependencies. Thanks!

Re: [dev] [dwm] Where is monocle mode in dwm 1.7.1?

2011-10-27 Thread Martin Kopta
that explains few things.. thank you On 10/27/2011 02:40 PM, Kurt H Maier wrote: current dwm version is 5.9 try again

[dev] [dwm] Where is monocle mode in dwm 1.7.1?

2011-10-27 Thread Martin Kopta
I just returned back to dwm after long time and I miss monocle mode. I was searching in mailing list and commit messages, but I couldn't find any mention of monocle mode being stripped out. Also, website of dwm says, there are three modes (tiled, monocle, floating). Did I miss something? mkop

Re: [dev] surf segfault

2010-11-21 Thread Martin Kopta
> A patch for this issue has been posted several times. I have posted it > at least twice, at least. And why is surf still broken?

Re: [dev] surf segfault

2010-11-21 Thread Martin Kopta
On Sun, Nov 21, 2010 at 02:09:10PM +0100, Martin Kopta wrote: > > $ surf > > (:12945): Gdk-CRITICAL **: IA__gdk_gc_new: assertion `drawable != > > NULL' failed > > (:12945): Gdk-CRITICAL **: IA__gdk_gc_set_rgb_fg_color: assertion > > `GDK_IS_GC (gc)' f

Re: [dev] surf segfault

2010-11-21 Thread Martin Kopta
> $ surf > (:12945): Gdk-CRITICAL **: IA__gdk_gc_new: assertion `drawable != > NULL' failed > (:12945): Gdk-CRITICAL **: IA__gdk_gc_set_rgb_fg_color: assertion > `GDK_IS_GC (gc)' failed > (:12945): GLib-GObject-WARNING **: invalid uninstantiatable type > `(null)' in cast to `GtkWidget' > Segment

Re: [dev] surf segfault

2010-11-21 Thread Martin Kopta
> I am familiar with this issue in tabbed where I close windows using second > button of the mouse. Since I run the experiment without tabbed, observed > problem might be some other, nonrelated issue than the 'tabbed+surf+winclose > crash'. I caught the segfault with tabbed, so the issue h

Re: [dev] surf segfault

2010-11-21 Thread Martin Kopta
> If you know how to catch error output of application runned within tabbed, > please tell me. Of course, running tabbed from terminal does the trick. Somehow, I thought it would not. Sorry for my stupidity.

[dev] surf segfault

2010-11-21 Thread Martin Kopta
As I mentioned earlier in this list, surf is crashing. We already discussed this and marked that as X related non-fixable issue. Anyway, today I got bit angry and took surf out of tabbed to do an experiment. I run surf from st a browsed few pages. Then surf crashed with following output. $ surf (:

[dev] seminar about plan9

2010-10-31 Thread Martin Kopta
I am going to do a seminar about Plan 9 and I would like to ask you about some hints. The seminar is within the frame of regular cycle of seminars about various subjects of our student club SUT SH (Stredisko Unixovych Technologii Sillicon Hill, Center of Unix Technologies Sillicon Hill) and eventua

[dev] surf ssl handshake

2010-10-03 Thread Martin Kopta
I use surf and about a week ago it begun to refuse to load https pages with message SSL handshake failed: A record packet with illegal version was received. I guess it is not surfs fault but before I dig deeper, I would like to know if somebody doesn't have the same problem. I recompiled openssl

[dev] Suckless OS (part 2 - answer)

2010-08-24 Thread Martin Kopta
http://blogs.msdn.com/b/oldnewthing/archive/2010/08/24/10053386.aspx

Re: [dev] Usable typesetting system?

2010-08-22 Thread Martin Kopta
> Are you planning on writing any papers (effectively, do you plan to > become an academic)? If so, it's worth bearing in mind that some > subject areas tend to distribute the "conference/journal/arxiv style" > as LaTeX packages; Good point. TeX being de facto standard in academic field may be unp

Re: [dev] Usable typesetting system?

2010-08-22 Thread Martin Kopta
> [1] http://lout.wiki.sourceforge.net/ Very interesting, thank you. dum8d0g pgpeAHfLIXWfY.pgp Description: PGP signature

Re: [dev] Usable typesetting system?

2010-08-22 Thread Martin Kopta
> >Also, work with images is pretty much impossible > > Can you elaborate? Do you mean that it is hard to draw an image or > it is hard to include an image or it is hard to predict where the > image will end up in the document? I meant that placing images is pretty much imposible and if you try an

[dev] Usable typesetting system?

2010-08-22 Thread Martin Kopta
Hi everyone, I wrote my bachelor thesis using LaTeX and now I am going to write my master thesis. I would rather avoid TeX and everything TeX based this time. The PDF output of (La)TeX is awesome and I really like that part of it, but writting itself was painful, since the language is pretty cr

Re: [dev] flo - a command line program for organizing events, to-dos, and deadlines

2010-08-16 Thread Martin Kopta
\fg %jid ? Dne 16.8.2010 12:43 "Moritz Wilhelmy" napsal/a: In bourne-like shells, fg is absolutely necessary to manage job control. How do you put your jobs back into foreground?

Re: [dev] dmc

2010-08-16 Thread Martin Kopta
Sorry, I didn't send the whole cmdlist but just the relevant part. Of course I have run -e before. Just asking if it should work (dmc). Dne 16.8.2010 9:41 "pancake" napsal/a: dmc -e maybe? On 16/08/2010, at 09:03, Martin Kopta wrote: > I have read it many times. Am I

Re: [dev] dmc

2010-08-16 Thread Martin Kopta
I have read it many times. Am I missing something? Dne 16.8.2010 1:24 "Jacob Todd" napsal/a: On Sun, Aug 15, 2010 at 08:15:41PM +0200, Martin Kopta wrote: > does that thing actualy works? Read the README.

[dev] dmc

2010-08-15 Thread Martin Kopta
Still waiting for dmc. Mutt sucks. Not less. $ dmc start $ echo $? 0 $ pgrep dmc $ does that thing actualy works? dum8d0g pgpLDMb9ZP0aO.pgp Description: PGP signature

Re: [dev] [dwm] adding WM_WINDOW_ROLE rule

2010-08-08 Thread Martin Kopta
Refuse to add code is sad but allright. Refuse to remove code would be real problem. Dne 8.8.2010 9:36 "David DEMELIER" napsal/a: 2010/7/27 Anselm R Garbe : > Hi David, > > On 26 July 2010 22:32, David DEMELIER wrote: >> There is ... It's so sad to see that suckless developers don't want to ad

Re: [dev] Surf fixed font

2010-08-07 Thread Martin Kopta
Thanks for pointing to pango and cairo. As a archlinux user, I read (tried to read) font configuration [1] on archwiki but it just made me sick. I decided to be BFU and ignore my problem. Anyway, thanks dum8d0g [1] http://wiki.archlinux.org/index.php/Font_Configuration On Sat, Aug 07, 2010 at 1

[dev] Surf fixed font

2010-08-07 Thread Martin Kopta
There is one thing about surf I do not understand. When it shows some fixed-font text, it looks really ugly and it is barely readable sometimes [1]. I think it is problem of webkit, but I am not sure how to make it better. How surf shows fixed font to you? Do I need to somehow configure webkit/gtk/

Re: [dev] [dwm] Notability!

2010-07-29 Thread Martin Kopta
On Thu, Jul 29, 2010 at 10:27:33AM +0200, Christoph Lohmann wrote: > Martin Kopta wrote: > >> http://www.linuxjournal.com/content/going-fast-dwm > > > >I have a Ferrari? > > Which one? > It says 582. Probably enhanced 575. pgpdKmijtvnPd.pgp Description: PGP signature

Re: [dev] [dwm] Notability!

2010-07-29 Thread Martin Kopta
> http://www.linuxjournal.com/content/going-fast-dwm I have a Ferrari? pgp2b6BPFpSId.pgp Description: PGP signature

[dev] Tabbed + Surf, possible bug on closing tab

2010-07-25 Thread Martin Kopta
Hi everybody, I use Tabbed (0.3) with Surf (0.4.1) and there is one issue I would like to discuss. Situation: Tabbed is running with few Surf instances within. I intend to close ONE Surf instance. I use ^q or middle click (emulated using left+right) on tab name. Results: I expect that

Re: [dev] How to copy URL from surf?

2010-06-28 Thread Martin Kopta
> from `man surf`: > Ctrl-y Copies current URI to primary selection. > (i.e. in the clipboard) Thanks. That was stupid of me. Sorry.

[dev] How to copy URL from surf?

2010-06-28 Thread Martin Kopta
Is in surf any equivalent to copying URL from address bar? Sometimes I found interesting site and I want to copy the URL (paste it in terminal, ..), but I do not know how. For example, wikipedia articles. When I read something, how do I get URL of the article easily? Thanks..

[dev] surf-0.4.1-searchengines.diff

2010-06-26 Thread Martin Kopta
old surf-0.3-searchengines.diff did not aplied to 0.4.1 so I modified it a little bit to surf 0.4.1 --- surf-0.4.1/surf.c 2010-06-08 09:06:42.0 +0200 +++ surf-0.4.1-mod/surf.c 2010-06-26 09:32:49.0 +0200 @@ -55,6 +55,11 @@ const Arg arg; } Key; +typedef struct { +

Re: [dev] picture

2010-06-22 Thread Martin Kopta
> > http://imgur.com/oPOeW.png > src? ITT

Re: [dev] picture

2010-06-20 Thread Martin Kopta
> I was just about to ask, Creatives Common BY-SA? WTFPL wall-suckless.tar.xz Description: Binary data

Re: [dev] picture

2010-06-20 Thread Martin Kopta
> May I post this to another list? I think it's great ;) Yes, of course. I can send you vectors if you want to.

[dev] picture

2010-06-20 Thread Martin Kopta
http://imgur.com/oPOeW.png

[dev] Suckless operating system

2010-06-13 Thread Martin Kopta
Some philosophical questions.. What does it mean for an operating system to be suckless? What features should (or should not) an OS have in order to be suckless? Are there suckless or close-to-be-suckless operating systems out there? What does suckless thinks about Plan9, *BSD, GNU/Linux, MS Windo

Re: [dev] XDG directories

2010-06-12 Thread Martin Kopta
On Sat, Jun 12, 2010 at 10:48:27AM +0200, Jakub Lach wrote: > > $ ls -d .* | wc -l > > 37 > > $ ls -ld $HOME > > dr-x-- 27 dum8d0g users ... > > > > > > $ ls -d .* | wc -l >47 > $ ls -ld $HOME > drwxrwx--- 40 user ... > How do you prevent dotfiles/dotdirs beeing created?

Re: [dev] XDG directories

2010-06-12 Thread Martin Kopta
$ ls -d .* | wc -l 37 $ ls -ld $HOME dr-x-- 27 dum8d0g users ...

  1   2   >