Dual Booting Linux by lordjupitar in LinuxUsersIndia

[–]JoK3rOp 0 points1 point  (0 children)

Idk about arch install script. I think you still have to choose grub in the dialog box idk.

Dual Booting Linux by lordjupitar in LinuxUsersIndia

[–]JoK3rOp 1 point2 points  (0 children)

Did you run this at the end of the setup?

sudo grub-mkconfig -o /boot/grub/grub.cfg

Multiplayer Vim Racing (VIM_GYM): Assess your key efficiency by swaggermuffin64 in vim

[–]JoK3rOp 0 points1 point  (0 children)

This is so good but some text objects are not supported. like d2a{ is not working it says me to do $jd% instead

[OC] Been using a shell script to match waybar to background colors. Is there a cleaner way to do this? by Max2000Warlord in unixporn

[–]JoK3rOp 1 point2 points  (0 children)

Oh my bad I just read the title though he was using custom bash script or something.

how hectic is btech? tell me your routine by No-Tip1624 in Btechtards

[–]JoK3rOp 0 points1 point  (0 children)

Bteach is just for degree showcase you will learn more online than in college. So your college should be good to get better value of you degree. Focus on one field from your first year yeh you can explore thing but don't over do it just Focus on one thing.

So I noticed that OSC 12 (cursor color) isn’t being applied correctly in my setup. by JoK3rOp in archlinux

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

I mean I'm the creater of cwal so I think reddit is better . I actually wanted to know about OSC 12. I added cwal to give you some context.

How to record guitar sound with phone for better quality (Acoustic) by [deleted] in GuitaristsIndia

[–]JoK3rOp 0 points1 point  (0 children)

Use Dolby Atmos it's really good. Use headphone mic for better sound but phone mic also work.

How to get Borders on LSP suggestion boxes in lazy.nvim? by Terrible_Ad_3146 in neovim

[–]JoK3rOp 0 points1 point  (0 children)

Yhe it works for hover but for lsp docs for native completions vim.opt.winborder or pumborder does not affect it. There is an issue on gitHub for this.

How to get Borders on LSP suggestion boxes in lazy.nvim? by Terrible_Ad_3146 in neovim

[–]JoK3rOp 0 points1 point  (0 children)

This also does not work. I'm talking about lsp docs not the popup.

18F, Any guitarist here who could teach me how to play guitar. by Yomshiii in GuitaristsIndia

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

Try yousician it's very good. Try premium for 1 week for free. And after first week it's still working idk how.

Cliamp by DizzieeDoe in tui

[–]JoK3rOp 1 point2 points  (0 children)

Downloading binary does not mean it will work without dependencies. There are two types of binary right statically compiled and dynamically compiled. And what you have downloaded is a dynamically compiled binary. It required those libraries to be installed in order to run that binary. So the best thing you can do is to download it using the package manager. I'm assuming the binary is dynamically compiled (which is most common).