Ok, I apologize for your waiting. I still couldn't find a time for this.
But this patch is not very different from the original. The only
differences is your check within SYSTEM_TRAY_REQUEST_DOCK handler and my
one line withing unmapnotify() function.
Kind regards
Yury Shvedov
On 03/12/2015 0
On 12 March 2015 at 04:28, Eric Pruitt wrote:
> On Thu, Mar 05, 2015 at 08:33:39PM -0800, Eric Pruitt wrote:
>> I've attached patches to add Xft and fallback fonts support to dwm and
>> libsl.
>
> Are these patches going to be applied?
Yes.
Best regards,
Anselm
On 3/12/15, Roberto E. Vargas Caballero wrote:
> You should have in your system a file called fontconfig.pc.
> In my machine I have it in /usr/X11R7/lib/pkgconfig/fontconfig.pc.
> See if your file is in a directory contained in PKG_CONFIG_PATH.
My PKG_CONFIG_PATH is unset and with `sudo find / -n
On 03/10/2015 10:49 PM, Alex Pilon wrote:
> Are you thinking of something like the attached?
That looks fine to me, looking at it briefly, but I haven't tested it (yet).
On Tue, 10 Mar 2015 06:39:49 +0100
Christoph Lohmann <2...@r-36.net> wrote:
> Maybe it’s time to move to pango to not have to
> deal with that bug reports anymore.
As much as I love hating pango, it's also the only
library I know of which handles assembled characters
properly.
One has to wonder h
Greetings.
On Tue, 10 Mar 2015 22:02:30 +0100 Greg Reagle wrote:
> On Mon, Mar 9, 2015, at 04:15 PM, Christoph Lohmann wrote:
> > Can you please elaborate where you use both selections in parallel for
> > different tasks and where st does interfere?
>
> [...]
>
> But this discussion happened al
Le mardi 10 mars 2015 à 10:08:21, Markus Teich a écrit :
> Christoph Lohmann wrote:
> > The text convinced me that st did it wrong. It is now using primary just for
> > the selection. Are there any good suggestions for the shortcut to copy to
> > the clipboard? Ctrl + y does interfere with every
My 2 cents: Suggestions to use 3 keys to copy & paste SUCK
Can we please have feature parity with MacOSX?
cmd-c, cmd-v
I guess cmd is that Windows key (keycode 133, Super_L?) on non-Apple
hardware. Heavens know how to make cmd-c, cmd-v work in Chrome.
BONUS: Keep selection in the clipboard af
> If you mean [1], it doesn't add (or restore) the alt+backspace ability to
> delete the previous word.
>
> But changing the mask from XK_ANY_MOD to XK_NO_MOD does:
>
Upss, you are rigth, I mistook reviewing the patch. I will fix it.
Thanks.
> On 03/10/2015 10:49 PM, Alex Pilon wrote:
> > Are you thinking of something like the attached?
>
On Wed, Mar 11, 2015 at 01:01:11PM -0400, Greg Reagle wrote:
> That looks fine to me, looking at it briefly, but I haven't tested it (yet).
Sorry about the noise. It *seemed* to work before; serves m
On Thu, Mar 12, 2015 at 04:35:58PM +0800, Kai Hendry wrote:
> My 2 cents: Suggestions to use 3 keys to copy & paste SUCK
>
> Can we please have feature parity with MacOSX?
>
> cmd-c, cmd-v
This can be a problem for (I think) many users of st that use this key
as the modifier for tiling window ma
> On Thu, Mar 12, 2015 at 04:35:58PM +0800, Kai Hendry wrote:
> > My 2 cents: Suggestions to use 3 keys to copy & paste SUCK
> >
> > Can we please have feature parity with MacOSX?
> >
> > cmd-c, cmd-v
>
On Thu, Mar 12, 2015 at 08:17:22AM -0300, Amadeus Folego wrote:
> This can be a problem for (I t
I see some people arguing *passionately* about the keybindings, as if
they don't know that they can be changed. Yea we can and should have
some discussion about reasonable defaults, but you can set the keys
however you want in config.h. Just some perspective. Suckless people
are passionate. :>
* Alex Pilon 2015-03-12 15:17
> Also, do
> most numpad-less laptop keyboards even have Insert
all I've ever seen do.
> or a middle mouse
> button?
some do have middle. all i've ever seen have at least 2 buttons. you can
emulate middle button as simultaneous left+right.
--s
> Do most numpad-less laptop keyboards even have Insert or a middle mouse
> button?
Macbooks have neither, I believe, and they're fairly popular.
Cheers,
Wander
On Thu, Mar 12, 2015 at 4:53 PM, wrote:
> * Alex Pilon 2015-03-12 15:17
>> Also, do
>> most numpad-less laptop keyboards even have I
On Thu, Mar 12, 2015 at 05:05:10PM +0100, Wander Nauta wrote:
> > Do most numpad-less laptop keyboards even have Insert or a middle mouse
> > button?
>
> Macbooks have neither, I believe, and they're fairly popular.
I thought there was a gesture to perform middle button, was I wrong?
Quoth Amadeus Folego:
> On Thu, Mar 12, 2015 at 05:05:10PM +0100, Wander Nauta wrote:
> > > Do most numpad-less laptop keyboards even have Insert or a middle mouse
> > > button?
> >
> > Macbooks have neither, I believe, and they're fairly popular.
>
> I thought there was a gesture to perform mid
Was adding 1 to pointer instead of runelen(delim) in get_s_arg(). oops.
-emg
From 6f82aa0c42ef2ed59ab7bd14eaa3f835e9ab212d Mon Sep 17 00:00:00 2001
From: Evan Gates
Date: Thu, 12 Mar 2015 14:46:30 -0700
Subject: [PATCH] increment pointer by runelen(delim) not 1
---
sed.c | 4 ++--
1 file changed
I noticed the following while using the scrollback buffer patch.
* You can scroll past the top line in the buffer. Fixed with the
attached diff.
* The selection doesn't reappear when going back on screen after
scrolling off. Working on this now.
* MPV's status output is still drawn despite scr
19 matches
Mail list logo