[dev] st and sixel

2021-05-24 Thread S. R. Gal
Dear Coders, does anyone succeeded with good sixel implementation in st? There are few forks, and they all seem to use the same patch. I managed to apply https://gitlab.com/Tanish2002/st-tanish2002/-/blob/master/patches/0001-add-st-sixel.patch on vanilla st, and I can display images, but it fail

[dev] centering floating windows

2021-05-12 Thread S. R. Gal
Dear All, applying the following patch: diff --git a/dwm.c b/dwm.c index b0b3466..c6d5de8 100644 --- a/dwm.c +++ b/dwm.c @@ -1057,6 +1057,8 @@ manage(Window w, XWindowAttributes *wa) updatewindowtype(c); updatesizehints(c); updatewmhints(c); + c->x = c->mon->mx + (c-

Re: [dev] Moving scc

2017-08-10 Thread S. R. Gal
> [1] gopher://bitreich.org > [2] gopher://bitreich.org/1/scm/scc/log.gph sed 'gopher:/,https://gopherproxy.meulie.net,' sucks, but works. s.

Re: [dev] [sxiv] Discussion

2016-08-11 Thread S. R. Gal
> In fact, like you, I have also integrated `sxiv` into my "photography" > workflow, for both selecting potential images, and "analysing" them > with a few tools I've wrote myself. Would you mind sharing them? Sicerely, S. R. Gal

Re: [dev] st -e

2015-07-09 Thread S. R. Gal
-- From Dmitrij D. Czarkoff 09-07-2015 at 17:40 -- > S. R. Gal said: > > 1. what would be st syntax for xterm -e 'tmux a -d || tmux'? > > st -e sh -c 'tmux a -d || tmux' Both, above and st -e ''tmux a -d || tmux'', seem to

[dev] st -e

2015-07-09 Thread S. R. Gal
1. what would be st syntax for xterm -e 'tmux a -d || tmux'? 2. what font st uses when there is no glyph in the default one? Sincerely, S. R. Gal

[dev] no-confing-file orthodoxy

2015-06-02 Thread S. R. Gal
> What if I want some blue and orange dwm because the stock choice > pale-ish blue and grey (in the 5.x days) is in humble my opinion ugly? I have a question about the no-config-file policy. What if there are multiple user with different color scheme taste? Should be separete binaries the only op

Re: [dev] [slock] Configure OOM killer as non-root

2014-07-09 Thread S. R. Gal
-- From Danilo 08-07-2014 at 16:19 -- > Hi Amadeus > > Am Di, 8. Jul 2014, um 16:08, schrieb Amadeus Folego: > > I also can't use it as non-root, how did you solve it? > > You need to change the owner of the binary to "root" and set the suid > bit: > > $ sudo chown root slock > $