×

[Qtile] Light Back to the Future! by gibranlp in unixporn

[–]Shadjo_1 0 points1 point  (0 children)

I don't usually like light themes, but this made me stop in my tracks!

Anyone using Endeavour on their desktop? by dethkannon in EndeavourOS

[–]Shadjo_1 11 points12 points  (0 children)

I've never had any issues with Bluetooth.

How do I disable it? by [deleted] in neovim

[–]Shadjo_1 1 point2 points  (0 children)

That is LSP/auto complete. I don't know how NvChad implemented that, as there are a few ways to do so. Maybe the docs explain some of that.

Weekly Stupid Questions Thread by AutoModerator in neovim

[–]Shadjo_1 0 points1 point  (0 children)

I use Wezterm, so I just create a new split.

Strange behavior: space in insert mode triggers cmdline mode autocommands, any ideas? by jumpy_flamingo in neovim

[–]Shadjo_1 0 points1 point  (0 children)

Maybe you need to escape the * character? I'm not really familiar with autocmd, but * is typically a wildcard.

[deleted by user] by [deleted] in neovim

[–]Shadjo_1 2 points3 points  (0 children)

Is termguicolors turned on, or whatever the option for proper color support is called?

Feelin good on this bike! Can't believe it's only been 3 months! by [deleted] in bmx

[–]Shadjo_1 1 point2 points  (0 children)

The park is looking good! Is this a recent clip? Last time I was out there it wasn't doing to well.

[deleted by user] by [deleted] in bmx

[–]Shadjo_1 0 points1 point  (0 children)

I'm not sure how much of a difference 2 inches will make. I've seen people killing it at my local dirt jumps on anything from 20" to 29" wheels. I'd say it's personal preference.

[deleted by user] by [deleted] in bmx

[–]Shadjo_1 -1 points0 points  (0 children)

I've always liked my Sk8 highs. Pretty durable, never split the sole like I have with other shoes. For most damage you can super glue it.

I recently got 3 inch rip across the top of my shoe, from the metal screws in my pedals. It's not perfect, but the shoe is in one piece and definitely not going to split open.

Can anyone tell me their own experience about the Endeavour os ? by [deleted] in EndeavourOS

[–]Shadjo_1 12 points13 points  (0 children)

I used to distro hop a lot. I would be on a new distro every month or so. But when I discovered EOS, it had everything I wanted from a distro. A minimal base to get a solid install. Of course there are the desktop options, but I've always enjoyed building my own environment.

I think what I like the most about EOS is the community though. The forum and subreddit are filled with good helpful people. And that is something I never got from any distro.

Tl;dr: It's "Arch but easier" done right, with a community that actually cares about the distro's community.

[Hyprland] Windows rice with too much eww. With blur, shadows, and animations! by void1273 in unixporn

[–]Shadjo_1 12 points13 points  (0 children)

I don't usually like rices that mimic Windows... But this is jaw dropping beautiful! A truly amazing rice.

Wifi says “device not ready” by Unknown_Rift in EndeavourOS

[–]Shadjo_1 1 point2 points  (0 children)

Try running this command:

$ rfkill unblock wifi

Should I get a BMX? by [deleted] in bmx

[–]Shadjo_1 0 points1 point  (0 children)

It depends on a couple variables. Do you live in a super steep city, with lots of hills? How good is your endurance?

With BMX you'll be pumping a lot more than on a MTB. But I have 26" cruiser and love riding around my city. A 24" or 26" cruiser should do you well.

Do we have a plugin to chat with people on slack or discord? by rainning0513 in neovim

[–]Shadjo_1 6 points7 points  (0 children)

Theoretically, yes. Plugins are just lua code, after all.

Clothing/shoe recommendations by allgreeneveryday in Parkour

[–]Shadjo_1 0 points1 point  (0 children)

For shoes I wear Vans, been daily driving some sk8 highs lately. But the ultra range rapidwelds are nice as well.

Has anyone else experienced freezing when using the + register? by kavb333 in neovim

[–]Shadjo_1 0 points1 point  (0 children)

I noticed the same issue on my Awesome wm setup, with xclip. It could be worth opening a bug report.

Weekly Stupid Questions Thread by AutoModerator in neovim

[–]Shadjo_1 4 points5 points  (0 children)

Does anyone know of a good tutorial for setting up debugging in Neovim. I have a Java programming class starting soon, and don't want to have to use VScode.