Re: [dev] [ slstatus / dwm ] statusbar is not rendered correctly

2020-02-19 Thread l . mail . n+sucklessDev
‐‐‐ Original Message ‐‐‐ On Tuesday, February 4, 2020 11:43 AM, Danh Doan wrote: > On 2020-02-02 10:19:03+, l.mail.n+suckless...@protonmail.com wrote: > > > > > in the attachment). Does anyone of you know if this is a known bug or > > > > if there is something wrong at my setup? (I co

Re: [dev] [ slstatus / dwm ] statusbar is not rendered correctly

2020-02-02 Thread l . mail . n+sucklessDev
>> in the attachment). Does anyone of you know if this is a known bug or >> if there is something wrong at my setup? (I couldn't even determine >> if this is an issue with dwm or with slstaus.) > Are you able to reproduce this with xsetroot? Such as: > xsetroot -name "Some long text here" Hello,

[dev] [ slstatus / dwm ] statusbar is not rendered correctly

2020-02-01 Thread l . mail . n+sucklessDev
Hi, I'm having a little trouble with the rendering of my statusbar (see in the attachment). Does anyone of you know if this is a known bug or if there is something wrong at my setup? (I couldn't even determine if this is an issue with dwm or with slstaus.) For me it seams to occur mainly becaus

Re: [dev] [dwm] compilation not working

2018-09-08 Thread mail
TAGKEYS( 0x22, 2) >> TAGKEYS( 0x27, 3) >> TAGKEYS( 0x28, 4) >> TAGKEYS( 0x2d, 5) >> TAGKEYS( 0xe8, 6) >> TAGKEYS( 0x5f, 7) >> TAGKEYS( 0xe7, 8) >> { MODKEY|ShiftMask, XK_q, quit, {0} }, >> }; >> >> /* button definitions */ >> /* click can be ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or >> ClkRootWin */ >> static Button buttons[] = { >> /* click event mask button function argument */ >> { ClkLtSymbol, 0, Button1, setlayout, {0} }, >> { ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} }, >> { ClkWinTitle, 0, Button2, zoom, {0} }, >> { ClkStatusText, 0, Button2, spawn, {.v = termcmd } }, >> { ClkClientWin, MODKEY, Button1, movemouse, {0} }, >> { ClkClientWin, MODKEY, Button2, togglefloating, {0} }, >> { ClkClientWin, MODKEY, Button3, resizemouse, {0} }, >> { ClkTagBar, 0, Button1, view, {0} }, >> { ClkTagBar, 0, Button3, toggleview, {0} }, >> { ClkTagBar, MODKEY, Button1, tag, {0} }, >> { ClkTagBar, MODKEY, Button3, toggletag, {0} }, >> }; >> >> >> >> September 8, 2018 1:32 PM, "Hiltjo Posthuma" wrote: >> >> On Sat, Sep 08, 2018 at 10:59:00AM +, m...@socce.xyz wrote: >> >> Hi all, i'am trying to compile the latest version of dwm via "git clone >> https://git.suckless.org/dwm"; >> >> make return this : >> https://framadrop.org/r/Xs6RmII-iJ#fW1DAIFZT1k+6oMHDqZh9fLILK9Q3CAfu23F6RX1xbk= >> >> here my config.h : >> https://framadrop.org/r/sbMu6Xgi4i#pH08ZY4QgN7oCIuMSpNY+4o1b1P6bli+C4JHpHrxBcU= >> >> Thanks for your help. >> >> -- >> m...@socce.xyz >> >> Dear sir, >> >> Just paste the output in the e-mail so it's archived also. Furthermore paste >> services that require javascript code are unneccesary and evil. >> >> Thanks for your understanding, >> >> -- >> Kind regards, >> Hiltjo

Re: [dev] [dwm] compilation not working

2018-09-08 Thread mail
I'am on arch linux i have the xlib header installed but same error, here in english : dwm build options: CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/X11R6/inc freetype2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C

Re: [dev] [dwm] compilation not working

2018-09-08 Thread mail
MODKEY, Button3,toggletag, {0} }, }; ---- September 8, 2018 1:32 PM, "Hiltjo Posthuma" wrote: > On Sat, Sep 08, 2018 at 10:59:00AM +, m...@socce.xyz wrote: > >> Hi all, i'am trying to compile the latest version of dwm via "git clone >> https://git.suckless.org/dwm"; >> >> make return this : >> https://framadrop.org/r/Xs6RmII-iJ#fW1DAIFZT1k+6oMHDqZh9fLILK9Q3CAfu23F6RX1xbk= >> >> here my config.h : >> https://framadrop.org/r/sbMu6Xgi4i#pH08ZY4QgN7oCIuMSpNY+4o1b1P6bli+C4JHpHrxBcU= >> >> Thanks for your help. >> >> -- >> m...@socce.xyz > > Dear sir, > > Just paste the output in the e-mail so it's archived also. Furthermore paste > services that require javascript code are unneccesary and evil. > > Thanks for your understanding, > > -- > Kind regards, > Hiltjo

[dev] [dwm] compilation not working

2018-09-08 Thread mail
Hi all, i'am trying to compile the latest version of dwm via "git clone https://git.suckless.org/dwm"; make return this : https://framadrop.org/r/Xs6RmII-iJ#fW1DAIFZT1k+6oMHDqZh9fLILK9Q3CAfu23F6RX1xbk= here my config.h : https://framadrop.org/r/sbMu6Xgi4i#pH08ZY4QgN7oCIuMSpNY+4o1b1P6bli+C4JHpHrx

Re: [dev] philosophy of the s shell

2017-04-10 Thread mail
I like the idea of only having commands, environment variables, pipes, and conditions (with && and ||). This has some purity, not using the shell as a programming language, but as a tool to compose other programs. I was worried about a few things not being possible at all, like: find . -