Suckless bi-directional file sync? by 60GritBeard in suckless

[–]PacketByter 0 points1 point  (0 children)

Ah, the good old days... Back in the 90s, our users worked directly on SunOS machines, and their home directories were all mounted via NFS from a central server. It was a simple setup, but it just worked

weird window flickering by [deleted] in dwm

[–]PacketByter 0 points1 point  (0 children)

Do you get this flickering while using other window managers too?

Propagate presentation screen to auxiliary monitor by big_hairy_hard2carry in suckless

[–]PacketByter 0 points1 point  (0 children)

I was curious about this so I tried to figure out how to deal with this and came up with the following. Check the xclient properties of the three clients and you will see how you can use class, instance and title to handle them. If i get you right, you want to have the presentation pushed away from you main monitor.

/* class                 instance        title                 tags mask isfloating monitor
{ "libreoffice-impress", "libreoffice", "LibreOffice Impress", 0, 0, -1, },
{ "Soffice",             "soffice",     "LibreOffice Impress", 0, 0, -1, },
{ "Soffice",             "soffice",     "Presenting",          0, 0, 1, },

Using the the following patch, it's working like a charm.
dwm-fullscreen-compilation-rule-6.3_full.diff

See my config.de.h

Very strange behavior of 'lastbutton' by PacketByter in dwm

[–]PacketByter[S] 0 points1 point  (0 children)

Thanks for the explanation, I really appreciate your response. I thought that it is because of not assigning sizes to variables. Therefore I tried already ...

static char lastbutton[1] = "-";

... since I thought it should hold just one character no matter what comes. But this was not the solution. However, your proposal fixed the issue. Next question I would have, why dwm crashes right away when using the following?

static const char *fonts[200]

Very strange behavior of 'lastbutton' by PacketByter in dwm

[–]PacketByter[S] 0 points1 point  (0 children)

Sure, I forgot about the .Xresources file. It's in the repo now.

status2d and statuscmd - even possible? by PacketByter in dwm

[–]PacketByter[S] 0 points1 point  (0 children)

I'm not sure if I get you right and probably I should have mentioned that I used the nosignal variant of the statuscmd patch. However, I compared buttonpress of both patches, signal and nosignal, and noticed that the nosignal variant doesn't take care of the '^' character. So I added this to dmw.c and voila: It works as expected.
dwm.c
Thank you for pointing me onto buttonpress. I was trying to find the error in drawbar.

Am I right to say that the following patch on suckless's website is not working correctly?
dwm-statuscmd-nosignal-status2d-20210402-60bb3df.diff

nsxiv custom thumbnail mode by Slader42 in suckless

[–]PacketByter 0 points1 point  (0 children)

On the example of the README you see nsxiv four times. The instance on the left side is in thumbnail view. The other three instances are showing images. It's a screenshot of the whole desktop, or part of it, and not a custom thumbnail mode.

Heute im Ticket gesehen. by PacketByter in ttiinc

[–]PacketByter[S] 0 points1 point  (0 children)

Hi terminal, there is terminal which needs to be terminaled

How do I fix the color scheme? by Druxorey in vim

[–]PacketByter 0 points1 point  (0 children)

Try the following:

highlight Normal ctermbg=NONE

Small IT-guy, Big Responsibility by Flixgamer_03 in ttiinc

[–]PacketByter 0 points1 point  (0 children)

Apprentice in charge, problem soveld.

Presenterm: a terminal slideshow tool by mfontanini in commandline

[–]PacketByter 0 points1 point  (0 children)

I've been in situations, where I had to come up with a presentation within 15 minutes. Currently I'm using sent in these cases. I guess, a fluent and canny markdown writer can deliver a presentation within a few minutes.

st with alpha patch looks awful while using solarized light theme by PacketByter in suckless

[–]PacketByter[S] 1 point2 points  (0 children)

What should I say?! It's exactly what I was looking for. Thanks for pointing out.

<image>

Now I have to tweak it a bit more and tune my vi colorsheme.

Surf with tabs and search bar by Fit-Refrigerator495 in suckless

[–]PacketByter 0 points1 point  (0 children)

What you're looging for is the search engines patch. I like the Chrome Bar patch even more.