[hackers] [dmenu][PATCH] vi-keys like stuff so we can scroll now up, down with mod + j/k

2019-03-01 Thread Abdullah
--- dmenu.1 | 8 dmenu.c | 8 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dmenu.1 b/dmenu.1 index 323f93c..ced143d 100644 --- a/dmenu.1 +++ b/dmenu.1 @@ -179,16 +179,16 @@ Home End .TP .B M\-h -Up +Page Up .TP .B M\-j -Page down +Down .TP .B M\-k -Page u

Re: [hackers] [st][patch] be silent about explicitly unhandled mouse modes

2019-03-13 Thread Abdullah
He has explained in his patch what it fixes. On 13/03, Quentin Rameau wrote: > Hello Lauri, > > > diff below fixes it. > > What does it fix? > A K https://abdullah.today 69C8 7720 E507 86DF 1D85 EA5E FC59 7891 5CBC 7BC7 signature.asc Description: PGP signature

Re: [hackers] [st][patch] be silent about explicitly unhandled mouse modes

2019-03-13 Thread Abdullah
I'm not drunk mate. But someone came in my room who was talking to me and I compose this email while talking to him. The scrot I gave before was the output of ncmpcpp's running song's album art, which is also saved in /tmp. On 13/03, Quentin Rameau wrote: > Hello Abdullah, &g

Re: [hackers] [dwm][PATCH] dwm-ewhmtags-6.2

2019-03-29 Thread Abdullah
this one is already submitted. maybe you changed somthing. does this work now? I used it and I couldn't click on tag numbers in polybar. btw appreciate your efforts. On 29/03, Ryan Kes wrote: > --- > dwm.c | 49 - > 1 file changed, 48 insertions(

Re: [hackers] [slstatus][PATCH] backlight module

2019-03-29 Thread Abdullah
No such file or directory, backlight.o This error comes after applying this patch. On 29/03, Ryan Kes wrote: > --- > Makefile | 1 + > components/backlight.c | 36 > config.def.h | 1 + > slstatus.h | 3 +++ > 4 files ch

Re: [hackers] [slstatus][PATCH] backlight module

2019-03-30 Thread Abdullah
I did check it yesterday. and yeah you should add the backlight.c in components directory. On 30/03, Ryan wrote: > I just tested the patch again against master, works for me. You sure you > tested it against slstatus master? > > On Fri, Mar 29, 2019 at 10:34 PM Abdullah wrote: >

Re: [hackers] [dwm][PATCH] fix status bar width in buttonpress

2019-07-04 Thread Abdullah
So what this patch does? On 27/06, ornx wrote: > --- > dwm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > > diff --git a/dwm.c b/dwm.c > index 4465af1..60c2a24 100644 > --- a/dwm.c > +++ b/dwm.c > @@ -439,7 +439,7 @@ buttonpress(XEvent *e) > arg.ui = 1 << i; > } else if (ev->x < x

Re: [hackers] [dwm][Patch] Gestures for 6.2

2019-08-02 Thread Abdullah
Can't I use to do like, if I do a three fingers gestures left or right on touchpad, dwm should go to next or previous tag? On 01/08, Jost Brandstetter wrote: > Simple fix for currrent revision > From c818904c9c736cb2d1e0f6b9b55bdc7a8580784b Mon Sep 17 00:00:00 2001 > From: JostBrand > Date: Thu

Re: [hackers] [dwm][PATCH] Invert urgent border for window hint

2019-09-02 Thread Abdullah
XSetWindowBorder(dpy, c->win, scheme[SchemeNorm][ColFg].pixel); if (wmh->flags & InputHint) c->neverfocus = !wmh->input; else -- 2.23.0 Abdullah https://abdullah.today C20F 2707 3025 2569 BAC5 534B 7820 6670 C19D 1580 signature.asc Description: PGP signature

Re: [hackers] [dwm][PATCH] Sort screens by horizontal origin

2019-09-27 Thread Abdullah
s available */ for (i = 0; i < (nn - n); i++) { for (m = mons; m && m->next; m = m->next); -- 2.21.0 Have you tried xrandr to reorder the screens? It should probably be solved in a different way. -- Kind regards, Hiltjo Abdullah https:

[hackers] Polybar status support

2019-10-03 Thread Abdullah
work. Thanks, Abdullah https://abdullah.today C20F 2707 3025 2569 BAC5 534B 7820 6670 C19D 1580 signature.asc Description: PGP signature

Re: [hackers] Polybar status support

2019-10-03 Thread Abdullah
joining them in one. On 03-Oct-2019 3:00 PM, Teodoro Santoni wrote:Hi, 2019-10-03 10:31 GMT+02:00, Abdullah : > Polybar isn't working with dwm. Can someone write a patch to make it work > with > dwm? I'm not good at C. I have made it work with ewmh patch but still I > can&#

Re: [hackers] Polybar status support

2019-10-03 Thread Abdullah
I would write something, but something in dwm.c should be modified to give polybar some space. On 03-Oct-2019 6:09 PM, Greg Reagle wrote:On Thu, Oct 3, 2019, at 06:26, Abdullah wrote: > I can use bash for that. But don't you think it will use more resources?  Previously I had been us

Re: [hackers] Polybar status support

2019-10-03 Thread Abdullah
On 03/10, Teodoro Santoni wrote: 2019-10-03 15:22 GMT+02:00, Abdullah : I would write something, but something in dwm.c should be modified to give polybar some space. On 03-Oct-2019 6:09 PM, Greg Reagle wrote: On Thu, Oct 3, 2019, at 06:26, Abdullah wrote: > I can use bash for that.

Re: [hackers] [dwm][patch] patch to enable a scratchpad feature in dwm as in i3wm

2019-10-09 Thread Abdullah
I have dwm fork and scratchpad is enabled  Mod1/4 + i, I use urxvtc there...Abdullahhttps://abdullah.todayOn 9 Oct 2019 22:32, Գասպար Վարդանյան wrote: Patch: https://github.com/GasparVardanyan/dwm-scratchpad Sorry for this form of message, my git gives this error and I can't to solve it:Unable to

Re: [hackers] Re: [dwm][PATCH] Sort screens by horizontal origin

2019-10-23 Thread Abdullah
I don't remember if I patched my fork but dwm does it for me when I start my session. I have a script in xinitrc which checks using xrandr and if there are monitors more than one, it activates them on right side. https://github.com/Awan/dwm.gitAbdullah0X5CBC7BC7https://abdullah.todayOn 23 Oct 2019

[hackers] Unsubscribe

2020-01-02 Thread Abdullah
unsubscribe signature.asc Description: PGP signature