Calvin Morrison:
> On 9 February 2014 01:07, Chris Down wrote:
> > - You are using system(), which is highly unportable and extremely
> > fragile;
>
> I'm not so sure. What's a better solution?
http://lubutu.com/code/spawning-in-unix
>From 23cc463e6e52d0ca975ee077c91f06bb9a2748f0 Mon Sep 17 00:00:00 2001
From: Bastien Dejean
Date: Wed, 24 Apr 2013 12:06:52 +0200
Subject: [PATCH] Add an option to select non-matching files
---
stest.1 | 3 +++
stest.c | 8 +---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --
Raphaël Proust:
> I don't see how sxhkd can deal with $PWD.
My bad: I misread you.
Raphaël Proust:
> The problem is: xbindkeysrc has now idea about $PWD so it doesn't work
> with relative path.
https://github.com/baskerville/sxhkd
Daniel Pettersson:
> On 09/23/2012 12:58 PM, hiro wrote:
> >what is that at 1:40 for where suddenly the border is bigger than the window?
> a feature
Yes, more precisely, the window_gap setting is modified in real-time.
Hugues Moretto-Viry:
> Even if I saw you README and your cast, could you do a little presentation
> of it (aim, how many SLOC, ...)?
I wanted to write a simple tiling window manager solely based on the
concept of BSP with exactly one window per leaf.
SLOC count is around 2500.
Hi,
I'm glad to announce the first release of bspwm, a tiling window manager
I've been working on for the past two months:
https://github.com/baskerville/bspwm
Quick screencast:
https://vimeo.com/4396
Greetings,
--
b.d
(| |)
^ ^
Nick:
> Two potentiial
> issues I see:
>
> - It wouldn't interact too well with tagging. Presumably. Either
> whole container nodes and their leaves would have to be assigned
> tags, or each tag would have its own tree structure. The former
> might actually not be a bad outcome.
I'm af
Brandon Invergo:
> You should look at herbstluftwm as it already imlements a binary tree
> method for window management (manual tiling only).
I'm actually an herbstluftwm contributor.
The problems I have with herbstluftwm's concepts should be easy to
deduce from the first message of this thread.
Christoph Lohmann:
> What are the practical and productivity gains you expect from such fea‐
> tures? What is your reallife example where such features would be need‐
> ed?
Hyphenated plain text is... a catastrophe.
Hi,
I'm planning on writing a window manager with the following
characteristics:
- Windows are represented as the leaves of a binary tree.
- To each leaf corresponds exactly one window.
- The only nodes which can be focused are the leaves.
- The leaves are called *window nodes*.
- The other nodes
Hi,
I had to change the CPPFLAGS in config.mk, by appending
-D_POSIX_C_SOURCE="2"
Otherwise, the build process fails (because of 'getopt').
Greetings,
--
b.d
(| |)
^ ^
Dilemma:
The project file "e:\ws\foo" may have been modified on disk by the
preceding Source Control operation. However, you also have made changes
to this project which have not been saved. If you reload the project you
will lose your current changes, but if you don't, you risk ov
Connor Lane Smith:
> On 15 January 2012 10:55, Bastien Dejean wrote:
> > Solution: add a separation border between the window boundary and the
> > focus border. The contrast between the separation border and the focus
> > border should be high and constant.
My solution i
Florian Limberger:
> This is more likely a problem of your colorscheme, for example my
> active border is #ff9900, which is very unlikely to be the background
> color of any window.
No: this is more likely a general design problem as stated in my
original message. I don't want to choose my activ
Bjartur Thorlacius:
> Just draw the second border on the root window.
Will it work with floating windows?
--
b.d
(| |)
^ ^
Hi,
There's a problem with the current single border logic of all the
minimal tiling X wm I'm aware of:
It might happen that the background color of the active window is very
close to the color of the active border. In so, the active border become
nearly invisible and useless.
Solution: add a se
Connor Lane Smith:
> * M-[Gghjkl] restored for vi-like navigation.
When lines > 1, I would expect M-j to select the next item (because it's
below the current one), but I have to press M-l instead.
--
b.d
(| |)
^ ^
Bjartur Thorlacius:
> grabbing the whole keyboard rendering it temporarily unusable for
> anything but typing text into dmenu or escaping out of it.
Yes, it's extremely annoying and alas, it's not just dmenu, many programs
have the *input black hole* feature.
Cheers,
--
Bastien
Connor Lane Smith:
> I also didn't find it at all useful, and some of the code was a bit
> ugly. What would be the use case for this?
Well, it's useful when one wants to (properly) place dmenu at the
optical center of the screen and eventually add some incredibly
necessary margins.
dmenu's defau
Hi,
In my opinion, the concept of gap between frames should be part of dwm.
The existing patches are not solid enough. Having no gaps (the current
situation) is just a particular case.
Try removing margins from a book: it certainly will destroy readability.
Greetings,
--
Bastien
Hi,
(Of course I'm referring to the options of the same name already available in
dzen2.)
Greetings,
--
Bastien
Troels Henriksen a écrit :
> Alternative/additional idea: look for the process indicated by the
> _NET_WM_PID property, then use the working directory of that process.
It seems the value of _NET_WM_PID is not always useful:
For urxvtc clients, it is equal to the pid of urxvtd.
--
Bastien
Hi,
Why aren't all the available keyboard bindings documented in the manual?
I don't see any word movement bindings.
I discovered, by accident, that the following input 'foo bar' is
interpreted as the following regex: '.*foo.*bar.*', that's very nice but
I'm not sure that it is mentioned in the
Connor Lane Smith a écrit :
> On 14/11/2011, Bastien Dejean wrote:
> > This is only true when the search string is empty which is extremely
> > rare: most of the times the first thing the user do is to type a few
> > characters to filter the results and hence, the cursor i
Connor Lane Smith a écrit :
> On 14/11/2011, Bastien Dejean wrote:
> > Well, suppose you're using C-f to move down in the list of matches, then
> > you want to move up, you hit C-b because it's the natural symmetric of
> > C-f and you end up moving the curso
Connor Lane Smith a écrit :
> On 14/11/2011, Bastien Dejean wrote:
> > C-w is not extremely useful as it considers that anything except
> > 'space' is a word character.
>
> I actually find this more useful. A lot of implementations zip through
> all your
Hi,
A few problems with the current 'readline' bindings:
C-w is not extremely useful as it considers that anything except
'space' is a word character.
#|
That's now the default bash behavior and it can be overcome by
appending the following lines to your .inputrc:
set bind-tty-special-chars
Manolo Martínez a écrit :
> Is using xdotool's search option slower or otherwise
> worse than this?
I can't tell.
> (btw, i'm not sure I know what lsw is)
http://tools.suckless.org/lsw
Greetings,
--
Bastien
Patrick Haller a écrit :
> On 2011-10-26 11:48, Manolo Martínez wrote:
> >
> > In openbox I have a key bound to the following:"wmctrl -xa mutt ||
> > urxvt -name mutt -e mutt"
>
> xlsclients | grep -q mutt || urxvt -e mutt
No, this is not equivalent because the following command:
wmctrl -xa
mikshaw a écrit :
> What about
> ls /usr/{,local}/bin
ls /usr{,/local}/bin
b...@methodlogic.net a écrit :
> Is there a downloadable version of this, or something that I can point
> mplayer to? Flashplayer == fail for me.
rtmpdump -r
'rtmpe://video.infoq.com/cfx/st/presentations/11-sep-simplemadeeasy.mp4' -o
simple_made_easy.mp4
Rob a écrit :
> I find unclutter sometimes locks my focus to a window, I try to shift focus
> (dwm), it just jumps back.
You probably need to launch unclutter with the -noevents option.
--
Bastien
Hi,
Is there any patch to rotate the list of clients?
E.g. 0 becomes 1, 1 becomes 2, ..., n - 1 becomes 0.
(Same principle in the opposite direction.)
Sayonara,
--
Bastien
Bogdan Ionuț a écrit :
> > > I can bet that it's uselessgap patch related.
> > Indeed.
> > Is there a rock solid version of that patch floating around?
> Try the patch attached.
In fact, I'm using this vesion.
To fix the aforementioned problem I had to change this line:
unsigned int gap = c->
Bogdan Ionuț a écrit :
> On Mon, Sep 5, 2011 at 17:10, Bastien Dejean wrote:
> > don't know if it's a known bug, but I stumble upon this crazy window
> > behavior happening in floating layout.
> >
> > In the following video, I try to move and resize the wind
Hi,
I don't know if it's a known bug, but I stumble upon this crazy window
behavior happening in floating layout.
In the following video, I try to move and resize the window, then I hit
MODKEY+space which is bound, in my config.h, to togglefloating, at this
point I can move and resize the window
Hi,
Maybe it would be convenient to add an option similar to the
--onlyvisible's xdotool option.
Cheers,
--
Bastien
https://bbs.archlinux.org/viewtopic.php?id=124915
diff -u dmenu-4.4/dmenu.1 dmenu/dmenu.1
--- dmenu-4.4/dmenu.1 2011-07-19 22:31:28.0 +0200
+++ dmenu/dmenu.1 2011-08-06 23:18:20.0 +0200
@@ -41,6 +41,9 @@
.B \-b
dmenu appears at the bottom of the screen.
.TP
+.B \-q
+dmenu
Bryan Bennett a écrit :
> You can also just use the raw keycode over the XF86 mapping and you wouldn't
> need to include the separate header. I've been doing this since ~5.6.
I was using NULL instead of 0 in the /modifier/ column of the /keys/ array.
My bad.
--
Bastien
Hi,
I'm using a keyboard with extra function keys and since those keys are
not defined in keysym.h, I inserted the following line in dwm.c:
#include
It works, but it produces warnings:
warning: initialization makes integer from pointer without a cast
How can I get rid of those
Steven Blatchford a écrit :
> An IRC discussion on Jul 03, 2011 suggested to use 'import'.
What is the equivalent in import to the -s argument in scrot?
--
Bastien
Hi,
The following command don't work (i.e. I can't select the region of the
screen I'm willing to capture) when it's spawn from dwm:
static const char *partialshotcmd[] = { "scrot", "-s", NULL };
Any idea why?
--
Bastien
Hi,
Is there any patch to make dwm handles a ruled based user specified
initial geometry for floating windows?
Thanks,
--
Bastien
Hi,
Any idea on how to implement a fullscreen layout?
Cheers,
--
Bastien
Eckehard Berns a écrit :
> Dwm doesn't seem to apply rules to clients without a class hint.
> A fix could be something like this:
>
> 8<---8<---
> [...]
> 8<---8<---
Indeed, thanks.
--
Bastien
Hi,
I have included the following line in the rules array of my config.h :
{ NULL, NULL,"Event Tester", 0,True,
-1 },
But I don't get the expected result (xev's window stays tiled).
Thanks,
--
Bastien
diff -u dmenu-4.4/dmenu.1 dmenu-quiet-4.4/dmenu.1
--- dmenu-4.4/dmenu.1 2011-07-19 22:31:28.0 +0200
+++ dmenu-quiet-4.4/dmenu.1 2011-08-05 19:39:31.0 +0200
@@ -41,6 +41,9 @@
.B \-b
dmenu appears at the bottom of the screen.
.TP
+.B \-q
+dmenu will not show any items if the
Petr Sabata a écrit :
> You could add yet another bloat option for this and use that in dmenu_run.
I don't want to see the names of the first executables (in alphabetical order)
among all the executables found on my path every time I launch a program
through dmenu_run.
So, yes, I'm gonna bloat
Hi,
I noticed that when dmenu is used as a program launcher (i.e. through
dmenu_run) the initial display of all the items of stdin is kind of
annoying.
I'd prefer that the matching items appear only when a non empty search
string exists.
--
Bastien
50 matches
Mail list logo