Re: [dev] [DWM] suggestion for dwm

2010-01-03 Thread julien
On Sun, Jan 03, 2010 at 07:20:53PM +0100, Julien Pecqueur wrote: > > I have a suggestion for DWM. I use DWM for about months and i miss one > functionality : a trayer (a zone for icons in the status bar to reduce > applications like xchat or to have icons for applications

Re: [dev] uzbl

2009-05-23 Thread Julien Laffaye
I like the main ideas (minimalism/vi(m) key bindings). But the poor quality of the shell scripts (especially the shebang with bash, sic!) and the license (gplv3) disappointed me. [yeah, im fighting against linuxisms...] Regards On Sat, May 23, 2009 at 6:39 PM, Jacob Todd wrote: > Has anyone tri

Re: [dev] uzbl

2009-05-24 Thread Julien Laffaye
On Sun, May 24, 2009 at 6:37 PM, Dieter Plaetinck wrote: > About the gtk dependency -> http://www.uzbl.org/faq.php The GTK dependency is understendable for a graphical browser. All we can regret is that it comes with glib (but as it's here, it's normal to use it in a gtk app). > About the other c

Re: [dev] Suckless (*NIX|*BSD) Distribution?

2009-06-21 Thread Julien Laffaye
Because it is not bloated with httpd and perl in the _basesystem_ ? :-) On Sun, Jun 21, 2009 at 2:06 PM, Leandro Chescotta < leandro.chesco...@gmail.com> wrote: > Why freebsd is not suckless? not arguing, but i don't know a lot about > BSD's, so, i wanna know > > > On Sun, Jun 21, 2009 at 3:11 AM

Re: [dev] [surf] seg fault when opening iGoogle page

2009-08-10 Thread Julien Pecqueur
Le lundi 10 août 2009 à 09:30:28, Julien Pecqueur (JPEC) a écrit : > Hi, > > I'm using surf since 2 weeks and i really like it simplicity and > efficiency. I found a bug today : > * open iGoogle page > * add the official google calendar widget > => surf seg fault &

[dev] dmenu : auto confirm when only one item remains

2009-08-12 Thread Julien Steinhauser
Hello, Sorry, I don't write to bring a patch. I wander if someone has already patched dwm to make it auto confirm when, (as said in the subject) only one item remains. I've found something on the mailing list which is almost what I wish but not exactly, it auto confirms on exact match. It could

Re: [dev] dmenu : auto confirm when only one item remains

2009-08-12 Thread Julien Steinhauser
On Aug 12, 2009, at 21:56 PM, Donald Chai wrote: >You're so close! > >Adding the following lines to the end of the match(void) procedure should do the trick: >if(item && item==itemend) { >fprintf(stdout, "%s", item->text); >fflush(stdout); >running =

Re : [dev] dmenu : auto confirm when only one item remains

2009-08-12 Thread Julien Steinhauser
IMO very bad idea. If you do that you won't be able to run command with arguments (eg. urxvt -e irssi). Regards, Slawek. You're right, but dmenu is small enough to have several version in /usr/local/bin. At the moment, I've one with Fresch patch for vertical display and xmms like matching, f

Re: Re : [dev] dmenu : auto confirm when only one item remains

2009-08-13 Thread Julien Steinhauser
Julien Steinhauser a écrit : IMO very bad idea. If you do that you won't be able to run command with arguments (eg. urxvt -e irssi). Regards, Slawek. You're right, but dmenu is small enough to have several version in /usr/local/bin. At the moment, I've one with Fresch pat

Re : [dev] dmenu : auto confirm when only one item remains

2009-08-14 Thread Julien Steinhauser
Donald Chai a écrit : I'm glad it works well for you, this minor change should work for matching on substrings as well: diff -r 9b203c5c180d dmenu.c --- a/dmenu.cSat Apr 18 12:50:12 2009 +0100 +++ b/dmenu.cThu Aug 13 11:24:18 2009 -0700 @@ -69,6 +69,7 @@ /* variables */ static char *m

[dev] [SURF] patch - bookmark menu implementation

2009-08-26 Thread Julien Pecqueur
ing i can do to improve the patch and made it sucking less! Hope you enjoy it. -- Julien Pecqueur (JPEC) Site: http://julienpecqueur.com Email: j...@julienpecqueur.com PGP:B1AA2389 (GNUPG) IRC:jpec (irc.freenode.net - #archlinux-fr) Powered by Archlinux - Keep it simple stupid ! diff

Re: [dev] [surf] is this available to download something with surf?

2009-09-14 Thread Julien Pecqueur
; can click on it bilion times, and the same. > There is no documentation (or I can't find it), so please, answer my question. > Regars, > SG. Right click / download linked file... :) -- Julien Pecqueur (JPEC) Site: http://julienpecqueur.com Email: j...@julienpecque

[dev] dmenu : autoconfirm patch

2009-09-26 Thread Julien Steinhauser
Hello, here is a small patch for dmenu, I'm not a developper, I've essentially bound together and rearranged hints that Donald Chai gave me on the mailing list. Can someone have a look at it and give feedback, I'm either not a native english speaker, the man page may contain non correct english te

[dev] dwm pertag_5.7

2009-09-26 Thread Julien Steinhauser
Hello, I've updated the pertag patch for dwm-5.7, It compiles without warnings, as far as I've tested (a very little), it works. I've haven't tried it yet in combinaison with nmaster and bstack patch, ( I need to update them first, that will be my next duty :) ). --- a/dwm.c 2009-09-26 22:50:56.000

[dev] dwm-5.7 Dual head setup

2009-09-26 Thread Julien Steinhauser
With brand new vanilla dwm-5.7, on my laptop with a screen on the vga output, when I open a term from laptop screen and that I shift it on vga screen, the focus goes also to vga. when I open a term on the vga and shift it on the laptop screen, the term is correctly shifted but the focus remains on

[dev] dwm nmaster_bstack-5.7

2009-09-26 Thread Julien Steinhauser
nmaster_bstack patch updated for dwm-5.7. --- a/config.def.h 2009-09-27 01:08:37.0 +0200 +++ b/config.def.h 2009-09-27 01:17:26.0 +0200 @@ -24,11 +24,13 @@ static const Rule rules[] = { /* layout(s) */ static const float mfact = 0.55; /* factor of master area size [0.05..0.

Re: [dev] dwm-5.7 Dual head setup

2009-09-26 Thread Julien Steinhauser
On Sun, Sep 27, 2009 at 12:29:09AM +0200, Julien Steinhauser wrote: > > With brand new vanilla dwm-5.7, on my laptop with a screen > on the vga output, when I open a term from laptop screen > and that I shift it on vga screen, the focus goes also to vga. > when I open a term on th

Re: [dev] dwm nmaster_bstack-5.7

2009-09-27 Thread Julien Steinhauser
On Sun, Sep 27, 2009 at 10:12:39AM +0200, Mate Nagy wrote: > > Hiho, > On Sun, Sep 27, 2009 at 01:21:51AM +0200, Julien Steinhauser wrote: > > nmaster_bstack patch updated for dwm-5.7. > the nmaster patch page http://dwm.suckless.org/patches/nmaster actually > has this patch

Re: [dev] dwm-5.7 Dual head setup

2009-09-27 Thread Julien Steinhauser
On Sun, Sep 27, 2009 at 08:48:30AM +0100, Anselm R Garbe wrote: > > 2009/9/27 Julien Steinhauser : > > On Sun, Sep 27, 2009 at 12:29:09AM +0200, Julien Steinhauser wrote: > >> > >> With brand new vanilla dwm-5.7, on my laptop with a screen > >> on the vga

Re: [dev] dwm-5.7 Dual head setup

2009-09-27 Thread Julien Steinhauser
On Sun, Sep 27, 2009 at 12:49:37PM +0200, Stanimir Dragiev wrote: > > * Julien Steinhauser [2009-09-27 01:37]: > > On Sun, Sep 27, 2009 at 12:29:09AM +0200, Julien Steinhauser wrote: > > Actually, it was related to my mouse position, I can revert > > this behavior by

Re: [dev] dwm nmaster_bstack-5.7

2009-09-27 Thread Julien Steinhauser
On Sun, Sep 27, 2009 at 03:35:23PM +0200, Mate Nagy wrote: > Yeah, theoretically ntile with nmaster=1 is equivalent to tile. Sure. The nmaster value was not so important, I just wanted to point out, that when using nmaster-sym, people can remove part of core.

Re: [dev][surf] Next schedule?

2009-10-01 Thread Julien Steinhauser
On Thu, Oct 01, 2009 at 07:04:52AM -0500, hailukah wrote: > Speaking of middle click, is there a way to specify what it does? I've > searched through the webkitgtk documentation but haven't found > anything. I'd just like to middle click to open a link in a new > window. Even a javascript solu

Re: [dev][surf] Next schedule?

2009-10-01 Thread Julien Steinhauser
On Wed, Sep 30, 2009 at 07:46:05PM +0200, markus schnalke wrote: > [2009-09-17 10:48] sta...@cs.tu-berlin.de > > > > I used to depend heavily on sessions and especially tabs. I started using > > them in a non-tiling WM and was attracted by the lower memory consumption. > > I even hacked couple of

[dev] [surf] session management

2009-10-02 Thread Julien Steinhauser
Hello, two scripts for basic session management on surf I assume that you launch surf like that : surf -x blah >> ~/.surf/id After a session don't forget to clean your ~/.surf/id writesession : #!/bin/sh dir=~/.surf while read line do url=`xprop -id $line | grep URL | awk '{print $3}'

Re: [dev] [dwm] [wmii] Prompt for client to add to current view

2009-10-06 Thread Julien Steinhauser
On Mon, Oct 05, 2009 at 03:30:29PM -0500, Nathan Neff wrote: > I'd like to have a menu that shows all the currently running clients, > and when I select a client, the current tag is applied to that client. > > This would allow me to quickly view another client without having > to switch to the tag

Re: [dev] [st] goals / non-goals for st?

2009-10-07 Thread Julien Steinhauser
On Mon, Oct 05, 2009 at 03:37:03AM +0200, Moritz Wilhelmy wrote: > > On Mon, Oct 05, 2009 at 03:11:49AM +0200, Luka Novsak wrote: > > > > And some way to open links without using the mouse would be nice too. > > > > sounds fine. Maybe with a keybinding and adding numbers to the link like > vim

Re: [dev] [st] goals / non-goals for st?

2009-10-07 Thread Julien Steinhauser
On Wed, Oct 07, 2009 at 12:06:43PM +0200, sta...@cs.tu-berlin.de wrote: > > * Mate Nagy [2009-10-07 10:35]: > > > > sounds fine. Maybe with a keybinding and adding numbers to the link > > > > like vimperator does. > > > > > > > Lynx-cur has also the numbering link feature as an option and doesn

Re: [dev] Alternative for tabbing in web-browsers?

2009-10-07 Thread Julien Steinhauser
On Wed, Oct 07, 2009 at 05:11:13PM +0200, Szabolcs Nagy wrote: > > On 10/7/09, Илья Илембитов wrote: > > A suggestion was made to revisit a bookmarking system. I was thinking about > > it and here is my suggestion: what if basically do not just bookmark pages? > > imho the main issue is the ease

Re: [dev] Alternative for tabbing in web-browsers?

2009-10-08 Thread Julien Steinhauser
On Thu, Oct 08, 2009 at 11:13:38AM +0200, Szabolcs Nagy wrote: > > On 10/7/09, Julien Steinhauser wrote: > > On surf, ctrl-y, echo -e `sselp | dmenu` >> $file bound to a key binding, > > and you can tag it as you like, retrieving is just as so easy, just load > no

Re: [dev] Alternative for tabbing in web-browsers?

2009-10-08 Thread Julien Steinhauser
On Thu, Oct 08, 2009 at 05:01:23PM +0200, Szabolcs Nagy wrote: > > On 10/8/09, Dieter Plaetinck wrote: > > actually the patch was announced on this ML. at least once. > > > > ok then > i was just alarmed by the inappropriate "arch linux forum" reference > Actually, I know two different vertical

Re: [dev] Alternative for tabbing in web-browsers?

2009-10-09 Thread Julien Steinhauser
On Thu, Oct 08, 2009 at 06:05:16PM +, Jacob Todd wrote: > On Thu, Oct 08, 2009 at 10:05:16PM +0200, Julien Steinhauser wrote: > > On Thu, Oct 08, 2009 at 11:13:38AM +0200, Szabolcs Nagy wrote: > > If I had to choose between tabs and several instances with a wm interaction, >

Re: [dev] [surf] Downloading files in 0.2

2009-10-20 Thread Julien Steinhauser
On Tue, Oct 20, 2009 at 01:46:53PM +0200, Tadeusz Sośnierz wrote: > > Hello, > Someone alredy posted this, but I've seen no reaction. So, is the > downloading files feature removed, forgotten, or bugged? What's going on > with it? > Regards, > Ted > > -- Hello, the downloading feature isn't remo

Re: [dev] [surf] Bookmarks patch for 0.2

2009-10-20 Thread Julien Steinhauser
On Tue, Oct 20, 2009 at 02:44:53PM +0200, Tadeusz Sośnierz wrote: > Hello, > I wrote some patch for bookmark handling, attached. Everything is driven > by the right-click menu. Sadly, I had no idea how to include some labels > for the urls. I'm sorry, I won't provide any practical help as I'm reall

Re: [dev] [surf] Downloading files in 0.2

2009-10-20 Thread Julien Steinhauser
On Tue, Oct 20, 2009 at 07:59:00PM +0200, Tadeusz Sośnierz wrote: > > Strange, mine doesn't download anything at all. Is the latest pull? > Regards, > Ted > Sorry, mine wasn't the latest pull, I've just built one from the newest I have and the download feature isn't even proposed on right click,

Re: [dev] [surf] next release

2009-10-21 Thread Julien Steinhauser
On Wed, Oct 21, 2009 at 10:14:45AM +0200, Enno Boland (Gottox) wrote: > > Hi! > > I'm going to release 0.3 this or next week, depending on how much time > I can investigate. Please recheck tip and give feedback, as there are > some bigger changes. > > * persistant/concurrent cookies are working

Re: [dev] [surf] next release

2009-10-21 Thread Julien Steinhauser
On Wed, Oct 21, 2009 at 09:17:52AM -0400, Peter John Hartman wrote: > > What about cases in which one wishes to both type a few words and then paste? > For example, when I want > to do a smart prefix search (via dmenu) on Bob McCrue (who sits in my > selection buffer) but I also > want to do som

Re: [dev] [surf] view source?

2009-10-21 Thread Julien Steinhauser
Hello, when I build last tip, I have this error : surf.c: In function ‘source’: surf.c:695: error: implicit declaration of function ‘webkit_web_view_get_view_source_mode’ surf.c:696: error: implicit declaration of function ‘webkit_web_view_set_view_source_mode’ I commented out from line 693 to

Re: [dev] [surf] view source?

2009-10-21 Thread Julien Steinhauser
On Wed, Oct 21, 2009 at 05:08:21PM +0200, pancake wrote: > > you have an old version of webkit > You're right, after upgrading my webkit package, the warnings are gone, the new warnings are even worst, but are not surf related so it's off topic. I'll stay without the view source feature until packa

Re: [dev] [surf] view source?

2009-10-21 Thread Julien Steinhauser
On Wed, Oct 21, 2009 at 06:57:57PM +0200, Julien Steinhauser wrote: > > On Wed, Oct 21, 2009 at 05:08:21PM +0200, pancake wrote: > > > > you have an old version of webkit > > > You're right, after upgrading my webkit package, the warnings are gone, > the new w

Re: [dev] [surf] next release

2009-10-22 Thread Julien Steinhauser
On Thu, Oct 22, 2009 at 02:42:49PM +0200, pancake wrote: > Btw I still find necessary the contextual menu to get URL of image, URL > of link .. Download in a separated window/client/app. I totally agree, it was a good feature that I would also welcome back. At the moment the two lower items of

Re: [dev] UTF-8 copyright symbol

2009-10-23 Thread Julien Steinhauser
On Thu, Oct 22, 2009 at 09:25:43PM -0400, Kris Maglione wrote: > Hell, even MS's console font has ©, and has since the early DOS days. Sure, that was even one of the first char they put in their fonts.

Re: [dev] [surf] Bookmarks patch for 0.2

2009-10-23 Thread Julien Pecqueur
); > + fclose(f); > +} The pointer *bmark_uri is not used in the function. Good job, i'll be apply your patch this evening! -- Julien Pecqueur (JPEC) Site: http://julienpecqueur.com Email: j...@julienpecqueur.com PGP:B1AA2389 (GNUPG) IRC:jpec (irc.freenode.net) Powered by Archlinux - Keep it simple stupid ! pgpMDn6vByj00.pgp Description: PGP signature

Re: [dev] [surf] patch-copy link location

2009-10-26 Thread Julien Steinhauser
On Mon, Oct 26, 2009 at 10:34:50AM -0700, Evan Gates wrote: > Currently in surf the "Copy URI" selection in the menu copies the URI > of the current page being displayed. I've attached a simple patch > which retains this functionality except when a link is clicked, in > which case it copies the de

Re: [dev] [surf] xprop (was: few bugs)

2009-10-29 Thread Julien Steinhauser
On Thu, Oct 29, 2009 at 08:39:51PM +0100, Dieter Plaetinck wrote: > > On Thu, 29 Oct 2009 20:04:57 +0100 > Tadeusz Sośnierz wrote: > > > On 29-10-2009 19:59:17, markus schnalke wrote: > > > Surf is able to interface all kinds of programs through xprop, but > > > not in an easy/flexible enough wa

[dev] [surf] trouble on last tip

2009-11-09 Thread Julien Steinhauser
Hello, on a fresh last tip surf build, i experience trouble with suckless.org home page when i launch for example : surf http://suckless.org the page doesn't load and in dwm status bar it blinks alternatively [0%] http://suckless.org and suckless.org Dedicated to software that suck less With other

Re: [dev] [OT]: Go programming language

2009-11-11 Thread Julien Steinhauser
On Wed, Nov 11, 2009 at 11:06:55AM +, Anselm R Garbe wrote: > > I'm officially announcing a go excercise project called: godwm (dwm > implemented in Go) > I see a second way of reading the name, I'm sure I'm not alone. > Kind regards, > Anselm > >

Re: [dev] [OT]: Go programming language

2009-11-11 Thread Julien Steinhauser
On Wed, Nov 11, 2009 at 06:53:48PM +, Aled Gest wrote: > > 2009/11/11 markus schnalke : > > Then you never tried Lisp! > > I hope that's sarcasm, because I wouldn't call requiring everything to > be wrapped in parentheses clean :P > I guess this thread could easily turn into a big hairy trol

Re: [dev] wmii can save settings on close, can't it ?

2009-11-14 Thread Julien Steinhauser
On Fri, Nov 13, 2009 at 04:50:58PM -0500, d...@linuxcaffe.ca wrote: > > Quoting Suraj Kurapati : > >> On Fri, Nov 13, 2009 at 8:15 AM, David J Patrick wrote: >>> I can take me a couple of days to get everything arranged just nice, >>> it like the best work-environment I have ever used, >>> and if

Re: [dev] wmii can save settings on close, can't it ?

2009-11-14 Thread Julien Steinhauser
On Sat, Nov 14, 2009 at 04:34:35AM -0500, Kris Maglione wrote: > > On Fri, Nov 13, 2009 at 11:42:17PM +0100, Julien Steinhauser wrote: >>> and when it DOES have to be restarted, you lose MONTHS of >>> configuration.. no thanks. >>> I'm also planning on using

Re: [dev] [dmenu] pasting bug

2009-12-01 Thread Julien Steinhauser
On Tue, Dec 01, 2009 at 12:35:11PM +0100, Tadeusz Sośnierz wrote: > > Hello, > I think there's a bug in pasting functionality. Steps to reproduce: > 1. run dmenu > 2. open some quotation (e.g. ") > 3. paste some text > 4. notice that the cursor has not moved > 5. typing anything, e.g. closing qout

Re: [dev] [2wm] Error during install

2009-12-03 Thread Julien Steinhauser
On Thu, Dec 03, 2009 at 05:25:45PM +0100, Frederik Caulier wrote: > > Hello dev@ > > I want to try out 2wm but it doesn build, Xlib header files are installed. > > Here is what I get: > > ~$ hg clone http://hg.suckless.org/2wm && cd ./2wm && sudo make clean install > destination directory: 2wm

[dev] [stali] corrupted pack

2009-12-03 Thread Julien Steinhauser
Hello, Here is the output from fetching stali : x...@eol:~/stali$ git clone git://stali.yokuts.org/ Initialized empty Git repository in /home/x/stali/stali.yokuts.org/.git/ remote: Counting objects: 52224, done. remote: Compressing objects: 100% (39504/39504), done. Receiving objects: 100% (52224

Re: [dev] [stali] corrupted pack

2009-12-03 Thread Julien Steinhauser
On Thu, Dec 03, 2009 at 09:40:27AM -0800, Evan Gates wrote: > > On Thu, Dec 03, 2009 at 06:27:05PM +0100, Julien Steinhauser wrote: > > Hello, > > > > Here is the output from fetching stali : > > > > x...@eol:~/stali$ git clone git://stali.yokuts.org/ >

Re: [dev] [dmenu] pasting bug

2009-12-03 Thread Julien Steinhauser
On Thu, Dec 03, 2009 at 11:29:55AM -0500, Colin Shea wrote: > On Tue, Dec 1, 2009 at 13:17, Evan Gates wrote: > > Yep, definitely bugs. When I wrote the paste patch cursor wasn't a > part of dmenu, so as of right now paste assumes a cursorless dmenu. > I'll take a look at it tonight a

[dev] [surf] building on freebsd

2009-12-12 Thread Julien Steinhauser
Hello, trying out freebsd, I wanted to install surf on it so i added webkit-gtk and gtk-2.0, i changed the value in config.mk from /usr/include/ and /usr/lib to /usr/local/include and /usr/local/lib to reflect the location change from debian to freebsd, then launch the make clean install command a

Re: [dev] [surf] building on freebsd

2009-12-13 Thread Julien Steinhauser
On Sat, Dec 12, 2009 at 02:26:02PM +, Jacob Todd wrote: > On Sat, Dec 12, 2009 at 05:19:01PM +0100, Julien Steinhauser wrote: > > Hello, > > > > trying out freebsd, I wanted to install surf on it > > so i added webkit-gtk and gtk-2.0, i changed the value in conf

Re: [dev] [surf] some potential bugs and some user questions

2009-12-14 Thread Julien Steinhauser
On Mon, Dec 14, 2009 at 04:56:41AM -0400, Jorge Vargas wrote: > > Hello, > > I finally got to try surf, so far I'm loving it. However I found a > couple of little problems. > > 1- for some reason surf stalls for a couple of seconds on a new page, > I just hit ctrl-g suckless.org and it stalled

[dev] [DWM] suggestion for dwm

2010-01-03 Thread Julien Pecqueur
bar! I've tried to use some apps to have a trayer (bmpanel and other panels with tray) but it's not fine and i haven't find a trayer app which runs like conky (in background of others clients). Is it planned to implement this in DWM? If not, do you have a solution for me? Than

Re: [dev] [DWM] suggestion for dwm

2010-01-03 Thread Julien Pecqueur
/2010/01/2010-01-02-205224_1024x600_scrot.png Le dimanche 03 janvier 2010 à 07:36:24, v4hn a écrit : > How about this one? > http://stalonetray.sourceforge.net/ > > > v4hn > > On Sun, Jan 03, 2010 at 07:20:53PM +0100, Julien Pecqueur wrote: > > Hi, > > >

Re: [dev] [DWM] suggestion for dwm

2010-01-03 Thread Julien Pecqueur
03 janvier 2010 à 10:39:26, Thayer Williams a écrit : > On Jan 03, 2010 at 10:20 AM, Julien Pecqueur wrote: > > I have a suggestion for DWM. I use DWM for about months and i miss one > > functionality : a trayer (a zone for icons in the status bar to reduce > > applications

Re: [dev] [DWM] suggestion for dwm

2010-01-03 Thread Julien Pecqueur
; ~0 is the binary not of 0, which means every tag, floating is "True". > You set trayer's position by passing arguments to trayer, can't > remember what exactly. > -- Julien Pecqueur (JPEC) Site: http://julienpecqueur.com Email: j...@julienpecqueur.

Re: [dev] [DWM] suggestion for dwm

2010-01-04 Thread Julien Pecqueur
east N pixels: > > - bh = dc.h = dc.font.height + 2; > + bh = dc.h = MAX(dc.font.height + 2, barheight); > > (set barheight to 24 oslt) > > // pipe > -- Julien Pecqueur (JPEC) Site: http://julienpecqueur.com Email: j...@julienpecqueur.com PGP:B1AA2389 (GNUPG) IRC:jpec (irc.freenode.net) Powered by Archlinux - Keep it simple stupid ! pgpzv9XcgOkbN.pgp Description: PGP signature

[dev] [SLOCK] is not safe

2010-01-17 Thread Julien Pecqueur
Hi, I'm using slock and i am suprised to realize that is not safe at all! I launched slock in my DWM session. I just have to press CTRL+ALT+F1 and press CTRL+z (to send startx in background an get the hand on the shell) and type "killall slock" to unlock the session... --

Re: [dev] [SLOCK] is not safe

2010-01-17 Thread Julien Pecqueur
> Not really, simply using 'startx & exit' instead of plain 'startx' is > sufficient. > > -Ph Looks the best solution... i'll to that! -- Julien Pecqueur (JPEC) Site: http://julienpecqueur.com Email: j...@julienpecqueur.com PGP:B1AA2389 (GNUPG)

Re: [dev] [surf] projects with the same name

2010-01-27 Thread julien steinhauser
On Wed, Jan 27, 2010 at 11:40:08AM +0100, Enno Boland (Gottox) wrote: > > In my opinion the name "surf" is just made for a project like this. > And I want to stick with it. > > What do you think? > I totally agree with you and I thank you for this browser.

Re: [dev] [OFFTOPIC] Recommended meta-build system

2010-02-02 Thread julien steinhauser
On Tue, Feb 02, 2010 at 09:57:04AM +0100, Antoni Grzymala wrote: > > Anselm R Garbe dixit (2010-02-02, 08:05): > > > On 1 February 2010 23:56, Antoni Grzymala wrote: > > > Well, a while ago I saw a back-to-front Trabant on the streets of > > > Warsaw, a quick google and here you go: > > > > > >

[dev] [dvtm] using Mod4 instead of ctrl-g as modifier

2010-02-02 Thread julien steinhauser
Hello, As anyone patched dvtm to use the "windows" key as dvtm modifier, whitout the escape delay, I mean more like a dwm behaviour? The "windows" key doesn't interfer with any shell bindings, so I believe it could be interesting. I tried myself, but I miss knowledge. All I succeded in was breaking

Re: [dev] [dvtm] using Mod4 instead of ctrl-g as modifier

2010-02-02 Thread julien steinhauser
On Tue, Feb 02, 2010 at 01:36:58PM +0100, pancake wrote: > > Not sure if this is possible, keyboard handling in virtual terminals sucks. > Each emulation results in different keyevents, so you get different keys > for TTY, xterm, VTE, etc.. > > This is why screen and dvtm does it in this way. >

Re: [dev] [wmii] tagrules by process name, colrules?

2010-02-19 Thread julien steinhauser
On Fri, Feb 19, 2010 at 10:38:29AM +0100, Jonas H. wrote: > > I'd like to know what exactly the column rules are and > for what I can use them and what the "58+42" stands for. I can't > find any documentation for that feature. Try "62+38" and you'll get an approximation of the "gold section" or

Re: [dev] [surf] Dependency on modifier keys

2010-02-24 Thread julien steinhauser
On Wed, Feb 24, 2010 at 11:03:15AM +, Sean Whitton wrote: > On Wed, Feb 24, 2010 at 12:38:46AM +0100, markus schnalke wrote: > > That is likely true. I did not use modification keys, except of shift > > which is handled (by gtk?) internally. > > > > Actually, this hack had the purpose *to get

Re: [dev] [wmii] Update-to-date solution for keyboard window resizing

2010-03-15 Thread julien steinhauser
On Mon, Mar 15, 2010 at 10:08:36PM +0100, Jonas H. wrote: > > Hi, > > I'm searching for an up-to-date solution for window resize via > keyboard. The version from the Web page didn't work for me. > > I'd put together some keybindings myself if someone told me which > commands I have to execute to

Re: [dev] [surf] script.js

2010-03-16 Thread julien steinhauser
On Tue, Mar 16, 2010 at 08:18:08AM -0600, Eze wrote: > > I know it sounds silly but i would like to know that too, i tried the > middle click script and didnt work (yes i tried the one that was > supposed to be over a uzbl wiki) > > Eze > > On Mon, Mar 15, 2010 at 10:28:47PM -0400, anonymous wro

Re: [dev] [surf] script.js

2010-03-16 Thread julien steinhauser
On Wed, Mar 17, 2010 at 12:15:43AM +0300, anonymous wrote: > > Anyway, even if this thread is repost, problem is not solved > completely. Looks like problem is not with link_hints. script.js sometimes > don't work at suckless.org at all even if it is just for `alert("hello, > world")`. Looks like

[dev] [surf] toggle images flash patch (very quickly) revisited

2010-03-22 Thread julien steinhauser
pe it will be useful for someone. Thanks to Moritz for this patch as it prevents disturbances while surfing and that's quite enjoyable to me. Julien diff -up surf/config.def.h surf_toggle_image_flash/config.def.h --- surf/config.def.h 2010-03-22 15:24:22.0 +0100 +++ surf_toggle_i

Re: [dev] [surf] script.js

2010-03-23 Thread julien steinhauser
On Tue, Mar 16, 2010 at 10:33:04PM +0100, julien steinhauser wrote: > > On Wed, Mar 17, 2010 at 12:15:43AM +0300, anonymous wrote: > > > > Anyway, even if this thread is repost, problem is not solved > > completely. Looks like problem is not with link_hints. script.js som

Re: [dev] [surf] script.js

2010-03-23 Thread julien steinhauser
On Tue, Mar 23, 2010 at 01:43:41PM +, Anselm R Garbe wrote: > > On 23 March 2010 13:35, julien steinhauser > wrote: > > On Tue, Mar 16, 2010 at 10:33:04PM +0100, julien steinhauser wrote: > >> > >> On Wed, Mar 17, 2010 at 12:15:43AM +0300, anonymous wrote: &

Re: [dev] [surf] toggle images and flash, new revision

2010-03-25 Thread julien steinhauser
On Thu, Mar 25, 2010 at 12:00:48PM +0100, pancake wrote: > > I would prefer having a configuration option in config.h and keybinding > instead of commandline flag. > Do you mean like the patch Moritz sent three posts back in this thread?

Re: [dev] [surf] toggle_images_plugins_scripts patch for tip

2010-03-25 Thread julien steinhauser
Hello, here is a patch that makes the new command line switchs in surf tip useless while giving hability to change behavior at run time. - Cosmetic change : fixes the compile warning surf.c: In function ‘loadstatuschange’: surf.c:427: warning: enumeration value ‘WEBKIT_LOAD_FAILED’ not handled

Re: [dev] [surf] toggle_images_plugins_scripts patch for tip

2010-03-25 Thread julien steinhauser
On Thu, Mar 25, 2010 at 03:47:18PM +0100, pancake wrote: > > Is there any possibility to change the default canvas color in > webkit? I use my own > css which set the background color to black, but while the page is > loading or when > there's no loaded page it is white and it burns my eyes. This

Re: [dev] [surf] upcoming release

2010-03-25 Thread julien steinhauser
On Thu, Mar 25, 2010 at 10:20:17AM +0100, Enno Boland (Gottox) wrote: > > Hello, > > after 4 month of stagnating surf-development, I finally got some time > to fix some of the ToDos. As a result the 0.4 release is nearly > finished. Please review current hg-tip and give feedback. Especially > coo

Re: [dev] [dmenu] A clickable dmenu is a dream?

2010-03-27 Thread julien steinhauser
On Sat, Mar 27, 2010 at 04:21:24PM -0600, Jeff Shipley wrote: > > > What might be useful would be a dmenu that copies in the X selection > buffer when it's middle-clicked. (Sorry if this has already been > discussed). This wouldn't be very useful for commands, but could be > very useful for argum

Re: [dev] [dmenu] A clickable dmenu is a dream?

2010-03-28 Thread julien steinhauser
On Sun, Mar 28, 2010 at 08:14:56PM +0100, Connor Lane Smith wrote: > > Hey, > > On 28 March 2010 19:28, Antoni Grzymala wrote: > > This might be getting off topic, but has the possibility of filename > > completion in the argument field been considered or written > > The problem with this idea

Re: [dev] [dmenu] A clickable dmenu is a dream?

2010-03-28 Thread julien steinhauser
On Mon, Mar 29, 2010 at 12:55:00AM +0200, hiro wrote: > > last year I stopped using > dmenu altogether after it was being turned around all the time, thus > starting to suck hard :P > No one force you to follow the hg tip or update in any sort, your dmenu was turned around only when you turned it

Re: [dev] [dmenu] A clickable dmenu is a dream?

2010-03-28 Thread julien steinhauser
On Mon, Mar 29, 2010 at 01:12:27AM +0200, hiro wrote: > > What a great day it is for trolling :P > Isn't it?

Re: [dev] Re: [dmenu] subwindow patch

2010-03-31 Thread julien steinhauser
On Wed, Mar 31, 2010 at 12:36:04PM +0100, Sean Whitton wrote: > > This is nice. What would be even nicer is if dmenu stole mouse/kb > control only for the window in question, so you could switch to another > window/tag and leave it open while looking up part of a url or > something. > > S > > -

Re: [dev] [dwm] [patch] Hide window border if window is only one visible, and bar is hidden

2010-04-02 Thread julien steinhauser
ded to it one line in monocle function because i had a few issue when toggling tile/monocle (it wasn't working anymore, don't know why) with this line i don't have the issue anymore and monocle is handled as well. Julien diff -up a/dwm.c b/dwm.c --- a/dwm.c 2010-04-02 15:44:34.0

Re: [dev] [surf] downloads fix

2010-04-07 Thread julien steinhauser
On Wed, Apr 07, 2010 at 11:31:18AM +0200, Nibble wrote: > reading the surf code I found the following two lines at > loadstatuschange(): > > 423 if(c->download) > 424 stop(c, NULL); > > Why are they there? I think these 2 lines are here to let the stop function through the escape key

Re: [dev] dwm does something bad to X.org 1.7.6

2010-04-08 Thread julien steinhauser
On Thu, Apr 08, 2010 at 09:26:47PM +0200, Benoit T wrote: > > Hello, > > Debian testing has replaced Xorg 1.7.5 with 1.7.6 about 3 days ago. > Because i had not logged out of my X session in between, i picked up the > new X server only today. > > dwm does something very wrong to it, causing it t

Re: [dev] Anyone have the traditional vi working on the xterm?

2010-04-16 Thread julien . steinhauser
On Fri, Apr 16, 2010 at 11:06:37PM +0200, pmarin wrote: > > This is not the problem. When I start vi in a xterm (or any terminal) > vi use all the size but if I resize the xterm (dynamic or tiled), vi > maintains the old size and the screen become a mess when I edit text. > > Hello, I know it

Re: [dev] [dwm] Screenshots #2 and 3, unknown software

2010-04-21 Thread Julien Pecqueur
how up to date they are though... > > > >Andy > > > The 3rd screenshot is mine... I use conky. You can found my .conkyrc on my web site. -- Julien Pecqueur (JPEC) Site: http://julienpecqueur.com Email: j...@julienpecqueur.com PGP:B1AA2389 (GNUPG) IRC:jpec (irc.fr

Re: [dev] [surf] view local file

2010-05-03 Thread julien . steinhauser
On Mon, May 03, 2010 at 08:22:41AM +0200, Steen Engholm wrote: > > Hi Rob . > > Never mind that last post . The supposition is that local file > rendering work . It is just my problem that it does not work on my box > . > > regards, > Steen > It isn't surf related, I've exactly the same surf o

Re: [dev] [surf] A debian package?

2010-05-06 Thread julien . steinhauser
On Thu, May 06, 2010 at 08:59:54AM +0200, Troels Henriksen wrote: > When is a Debian package of surf useful? For demo usage i guess, as for the dwm package. Debian package info for dwm : "Please notice that dwm is currently customized through editing its source code, so you probably want to bu

Re: [dev][dmenu] filter files with grep but print corresponding urls?

2010-05-09 Thread julien . steinhauser
On 8 May 2010 20:50, Andreas Wagner wrote: > Hello, > > I am writing some shell scripts for an uzbl bookmarker with full text > search of webpages bookmarked. It wgets the html > I'd use lynx -dump instead of wget as having the whole html stored in the file isn't necessary for the grep search.

Re: [surf] line of approach [was: [dev] [surf] download images?]

2010-05-17 Thread julien steinhauser
On Mon, May 17, 2010 at 09:40:01AM +0200, Enno Boland (Gottox) wrote: > > 2010/5/17 pancake : > > Copy URL doesn't works for images > I'm open for patches to copy a pictures URI. I think, I will strip > down things in surf. Here is a possibility, i just removed the context menu and a few lines to

[dev] [dwm] pertag patch for dwm 5.8.2

2010-06-03 Thread Julien Pecqueur
Hi, I updated the pertag patch for the current dwm tip (5.8.2) because i had a reject with the 5.7.2 version. -- Julien Pecqueur (JPEC) Site: http://julienpecqueur.com Email: j...@julienpecqueur.com PGP:B1AA2389 (GNUPG) IRC:jpec (irc.freenode.net) Powered by Archlinux - Keep it

Re: [dev] [dwm] pertag patch for dwm 5.8.2

2010-06-03 Thread Julien Pecqueur
Le jeudi 03 juin 2010 à 06:51:12, Julien Pecqueur a écrit : > Hi, > > I updated the pertag patch for the current dwm tip (5.8.2) because i had a > reject with the 5.7.2 version. > My apologies, i forgot to remove the config.def.h from the diff file. Please find the correct on

[dev] [OT] looking for a suckless maildir/mbox lib

2010-06-04 Thread Julien Pecqueur
Hi, I'm looking for a simple lib to manipulate emails in maildir and mbox in C. Do you have heard about a such lib? Thank you. -- Julien Pecqueur (JPEC) Site: http://julienpecqueur.com Email: j...@julienpecqueur.com PGP: B1AA2389 (GNUPG) IRC: jpec (irc.freenod

Re: [dev] picture

2010-06-22 Thread Julien Pecqueur
Le dimanche 20 juin 2010 à 04:25:36, Martin Kopta a écrit : > http://imgur.com/oPOeW.png > Good job! -- Julien Pecqueur (JPEC) Site: http://julienpecqueur.com Email: j...@julienpecqueur.com PGP:B1AA2389 (GNUPG) IRC:jpec (irc.freenode.net) Powered by Archlinux - Keep it

Re: [dev] [surf] Select or change text decoding.

2010-11-15 Thread julien steinhauser
On Mon, Nov 15, 2010 at 04:25:36PM -0200, Andrés Musetti wrote: > > Hello, > Hello, > Is there any way to change text decoding of documents in surf? > I guess it defaults to ISO-8859-1 (Latin-1), but I often read and write non > English documents in UTF-8, and I'm not able to view them prope

Re: [dev] git dmenu mirror with feature branches instead of separate patches

2010-11-22 Thread Julien Jehannet
2010/11/22 Anselm R Garbe : > > I don't mind if you set up a git repo where each patch from the > website resides in a separate branch, but I think you just organise > the existing approach just differently. You don't fix the problem, > which is having a suitable process to determine the best featu

  1   2   >