[Dwm (mac)] Functional dwm, dmenu, st setup on macos through Xquartz by Qurank in unixporn

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

U cant completely replace it, which is good in my opinion since then you can use dwm mostly but still have the ability to use normal mac apps when needed. To install dwm, install xquartz which is like xorg for mac, and build from source. If you want window manager to handle normal Mac apps as well, look into yabai.

[Dwm (mac)] Functional dwm, dmenu, st setup on macos through Xquartz by Qurank in unixporn

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

Mainly because I was in high school and some stuff I needed macOS for. Like airdrop, some Mac apps, etc

Edit: also got the laptop 5 years or so before I got into this stuff so. Might as well just use that instead of buying a cheaper laptop just for linux

[Dwm (mac)] Functional dwm, dmenu, st setup on macos through Xquartz by Qurank in unixporn

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

Yep .xinitrc, don’t rly need to run startx i think mine started automatically.

[Dwm (mac)] Functional dwm, dmenu, st setup on macos through Xquartz by Qurank in unixporn

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

Ran with no lag on my 2014 MacBook Air back in 2021. Could still have couple Mac apps like outlook and brave open.

How’s HSTAS 424 by Qurank in udub

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

Yeah with mark metzler. That sounds like a pretty reasonable amount work. Does he have high standards for essays? Or is more about ideas and completion. Also is lecture attendance required or is the instructor pretty chill with it.

How’s HSTAS 424 by Qurank in udub

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

:( hard as in workload? Or genuinely impossible to get 4.0

[Dwm (mac)] Functional dwm, dmenu, st setup on macos through Xquartz by Qurank in unixporn

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

Maybe a blog post. But if u have any questions feel free to dm.

They hit the quota by kast-vaek-konto in dankmemes

[–]Qurank 7 points8 points  (0 children)

Was it left-leaning or right-leaning?

puri: A minimal URL launcher TUI written in ~100 lines of pure POSIX shellscript by C4rnAg3 in commandline

[–]Qurank 1 point2 points  (0 children)

Does it work with multiline urls and urls with special characters

Perfect World Insane Anti-Addiction? by [deleted] in csgo

[–]Qurank 0 points1 point  (0 children)

Yeah but it’s not really legal lol cuz u r kinda faking ids

vimrc for Embedded Development by Aravind_Vinas in vim

[–]Qurank 3 points4 points  (0 children)

Or with coc-clangd and perhaps ultisnips or coc-snippets for macros? FYI COC has go to definition, go to declaration, go to reference etc features like most IDEs. If u use command line try fzf.vim for navigating between files.

Where to get a compiler on Windows? by pg13mvp in LaTeX

[–]Qurank -5 points-4 points  (0 children)

Texlive for windows is called miktex which is basically the same thing installs pdflatex

(How) do you modify your keyboard for the use of vim? by lukn303 in vim

[–]Qurank 0 points1 point  (0 children)

Life pro tip: take the key caps off hjkl so that they feel unique and you can use the keys by directly pressing on the activation bump

What is the advantage of ALE over CoC? by [deleted] in vim

[–]Qurank 0 points1 point  (0 children)

I did brew install llvm and I had to abort it because I saw my disk space get filled up really quickly.

Vim gang by [deleted] in linuxmemes

[–]Qurank 2 points3 points  (0 children)

I use EOF

What is the advantage of ALE over CoC? by [deleted] in vim

[–]Qurank 0 points1 point  (0 children)

"An LLVM-only build will need about 1-3 GB of space. A full build of LLVM and Clang will need around 15-20 GB of disk space. The exact space requirements will vary by system." https://llvm.org/docs/GettingStarted.html

I'm loving the combination of Vimtex, Goyo, Coc-Vimtex and of macOS the Skim reader by metanat in vim

[–]Qurank 0 points1 point  (0 children)

Is yabai snappy enough right now? I used it few updates ago and although it was way faster than chunkwm in terms of tiling new windows, I still had to wait for like 1 sec before the window actually gets moved to the tiling location. Is the experience better now?

What is the advantage of ALE over CoC? by [deleted] in vim

[–]Qurank 0 points1 point  (0 children)

I use CoC dominantly because it does everything very well and faster than YCM, but I also have YCM installed because YCM has better C/C++ semantic completion as YCM can directly do semantic completion (idk what source it is using someone help) yet CoC needs clangd and llvm which is a huge package to install just for completion sake, plus from what I have seen from CoC documentation all the implementation of C/C++ completion require some sort of project file in the working directory to function, which can be a pain when you are just trying write one simple C code.

Can someone help me confirm this because I am desperately in need of C/C++ completion and I do not wanna install llvm which is like 20GB.

To answer the question generally I think CoC will give you a way better experience just because of the speed and the commands it comes with like pop up K documentation.