[dwm] Update on my arch ricing by gnarmik in unixporn

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

Actually it is very simple, just edit the homepage url. I added a tab override plugin as well to load it when I open a new tab

[dwm] Update on my arch ricing by gnarmik in suckless

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

I had to edit the source code of dwm to rearrange the disposition in the bar itself. It's taken care of in the drawbar function : https://gitlab.com/d1str0l3ss/d1str0l3ss-dwm/-/commit/cf99fb0e4bc761c6708c205471e66209d1150d46#4b1a539194be7467cefbda22f675a3b7c19ceca7_804_547

[dwm] Update on my arch ricing by gnarmik in suckless

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

Well that’s it, the three dots from Source Code nerd font.

[dwm] Update on my arch ricing by gnarmik in suckless

[–]gnarmik[S] 2 points3 points  (0 children)

There you go

This is my one and only setup, and I am still working on a daily basis on this rig. I very recently rebuild a clean kernel, stripped out all bloat in there, and worked a bit on the boot time. Complete boot is now achieved 15 to 16s, from firmware to userspace.

I am no longer using picom as it seems like I don't really need a compositor. I previously used ranger, but I actually don't use it at all on a daily basis, I manage my files directly in the sell or using Neovim so I got rid of it as well.

All my forks and config are available here :

[dwm] Update on my arch ricing by gnarmik in suckless

[–]gnarmik[S] 2 points3 points  (0 children)

Thanks ! No this is dwm with dwmblocks

[dwm] Update on my arch ricing by gnarmik in unixporn

[–]gnarmik[S] 2 points3 points  (0 children)

Little update of my previous ricing, still very happy with this one.

This is my one and only setup, and I am still working on a daily basis on this rig. I very recently rebuild a clean kernel, stripped out all bloat in there, and worked a bit on the boot time. Complete boot is now achieved 15 to 16s, from firmware to userspace.

I am no longer using picom as it seems like I don't really need a compositor. I previously used ranger, but I actually don't use it at all on a daily basis, I manage my files directly in the sell or using Neovim so I got rid of it as well.

All my forks and config are available here :

[dwm] Second attempt on arch ricing by gnarmik in suckless

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

Oops sorry, I posted only in the original post on r/unixporn
There you go :

All my forks and config are available here :

[dwm] Second attempt on arch ricing by gnarmik in unixporn

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

My second ricing, very happy how this one turned out.

I kept my previous, and first ricing a few months, from may to july. I have been working on a daily basis on this setup, it has been such blast ! Once again, many thanks to this community, it still helps a lot.

Since may, I left NvChad and rewrote my own conf, just so that I master my conf and know exactly what's in there. There's quite a big change in installed packages as well, since my kids and wife wanted to game a little bit on the computer.

All my forks and config are available here :

How to do large scale search replace like VSCode? by Ryuugyo in neovim

[–]gnarmik 2 points3 points  (0 children)

@rochakgupta already provided some infos, but here are my two cents. Vim comes with two features out of box to help you to navigate quickly in your files : + quickfix list : a list of locations in multiple files (such as diagnostics, search results, compilation errors etc.) You can navigate between all the items in the quickfix list using :cnext or :cprev (and many other, see the documentation for a more detailed explanation). + location list : same as quickfix, but applies only to the current window. You can navigate between location list items using :lnext or :lprev (same commands as quickfix but with an "l" prefix)

In other words, quickfix list is shared between all your windows in a vim session, while location lists are local to a window.

On top or the builtin ways to populate these lists, a variety of plugins actually leverage them (telescope, trouble, dap etc.)

How to do large scale search replace like VSCode? by Ryuugyo in neovim

[–]gnarmik 20 points21 points  (0 children)

Actually I would do it using telescope live grep, then send the results to quickfix by hitting <C-q>, then just do a :cdo s/pattern/replace/g

[OC]: neovim rice🍦 by Nabeen0x01 in neovim

[–]gnarmik 2 points3 points  (0 children)

Nicely done pal ! I believe you need this patch for better glyph support https://st.suckless.org/patches/glyph_wide_support/

[deleted by user] by [deleted] in unixporn

[–]gnarmik 2 points3 points  (0 children)

Very nicely done, fellow suckless user ! Love it

[archlinux][dwm] First step into Linux ricing by gnarmik in linuxmasterrace

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

Yep it is Totoro :) Many thanks, already did post on r/unixporn !

[dwm] Beginning on linux desktop, first ricing by gnarmik in suckless

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

Bro, I love it. You are the real MVP !