#Distro-hop suggestions

1 messages ยท Page 1 of 1 (latest)

tulip tangle
#

I'm considering a change from my boring Debian stable "setup" and I don't mind something new as long as I don't have to configure every single bit of the DE/WM (setting up i3 from scratch was painful and some things didn't work well and I eventually gave up).

My dev workflow won't be affected too much since I already have my Neovim/Tmux configs and that should be OS-independent.

I'm half-intending to step into the "arch btw" cult with EndeavourOS but thought I might take some opinions.

#

@dense goblet @tender birch wanna pitch in here? ๐Ÿ˜„

dense goblet
# tulip tangle I'm considering a change from my boring Debian stable "setup" and I don't mind s...

w00t-w00t ๐Ÿฅณ

I rocked EndeavourOS for several years. it was my first venture into tiling widows with bspwm.
They had it as an installable config option in their Calamares installer and I reallllyyy liked it!!!
prior to that, I was a Debian user for over 10 years. I ended my run with PopOS. there are times i kinda sorta miss Debian based distros, but after I made the full Arch jump, I have been far happier!!
I have yet to break my setup, considering the whole "rolling release", this has been absolutely rock-solid!!!

as you mention having used i3wm, then check out sway.
i have yet to use it, but from what i understand, it's a drop-in replacement for i3, and I think you can even use the same i3 configs?! ๐Ÿค”

#

i had to make the switch to something "Wayland", since it's newer and more modern featured.

the biggest reason for my switch was becuase i could never find a simple way to get bspwm on triple monitor setup.
just for a regular dual setup, it was a painful manual config.

I bought this gadget last summer https://www.monoprice.com/product?p_id=44466
and it works flawless!!!

#

that's what's powering this setup here.
it was pretty much just "plug-n-go"!
i was so excited!!!

#

@tulip tangle thanks for the heads-up! ๐Ÿ‘

tulip tangle
#

May I also use this chance to ask you about Wayland?

dense goblet
#

after the recent nvim + tmux chat earlier, i think i am gonna take the plnuge man.

#

i dont know much about Wayland, but sure man.

tulip tangle
#

I only have question: why? ๐Ÿ˜‚

dense goblet
#

from my readings and reddit and Q&A with ChatGPT, i'm still learning quite a bit.

dense goblet
#

I only have question: why? ๐Ÿ˜‚

lol

i have always wanted to feel like a Pro-Coder
and i feel like ThePrimeagan was these external monitors.

minus the ADHD

tulip tangle
dense goblet
#

sure. ask away.

but know, i am also quite the newb, still, haha

tulip tangle
#

"Why should I care?" would be a start

#

from what I know it's "in development" compared to Xorg

#

in other words, everything I used out of the box is Xorg afaik, so I'd have to go out of my way to go Wayland

#

and I have no idea about the implications

tender birch
#

I've only ever done arch with a small xorg DM, but I've run Ubuntu on several machines and it's always worked fine.

#

Also Fedora 40 came out today which uses Hyperland.

#

I personally don't really care, I just want it to work. I think PopOS would even suit.

#

As for dev tools like nvim, tmux, and even terms like Wez / Kitty / etc. - those should all just kinda work on their own.

tulip tangle
tulip tangle
#

Head to https://squarespace.com/thelinuxexperiment to save 10% off your first purchase of a website or domain using code thelinuxexperiment

Grab a brand new laptop or desktop running Linux: https://www.tuxedocomputers.com/en#

๐Ÿ‘ SUPPORT THE CHANNEL:
Get access to a weekly podcast, vote on the next topics I cover, and get your name in the credi...

โ–ถ Play video
#

This was informative

tulip tangle
#

OK It's done people.... EndeavourOS XFCE for now

tender birch
#

I've heard a lot of love on AwesomeWM as well. Might be worth a try?

tulip tangle
#

Why not? I had to pick one of the officially supported Endeavour DEs to make my life potentially easier for now

#

yay and AUR are awesome tho

#

I no longer have to look for debs to download and install manually

#

and it's all searchable

dense goblet
# tulip tangle from what I know it's "in development" compared to Xorg

"Why should I care?" would be a start
from what I know it's "in development" compared to Xorg

from my understandings:
xorg is just old and it's a patch over patch over s'more patches - old & unreliable.
doesn't support "new" stuff, like my triple setup, and I'm sure other things.
to get it working, i went through so many configs and guides and tutorials, dozens of dotfiles I found on reddit and github, over months of frustration - and not a single one worked.

my absolute first boot from a clean archinstall, after installing hyprland and a handful of packages - it just freaking worked!
i didn't have to config anything blobshrug
so i'm sticking with it.

and I'm not one to "like" unnecessary ricing, like colored borders and shadows and animations. i have always liked how minimal bspwm was, and i3 and dwm. those were the tilers I had used in the past.
everytime I saw someones "rice" on /r/unixporn, I always scrolled past those that did not appeal to my "minimal preference" ๐Ÿคฃ

but here i am with the most minimal config I have ever configged, animations & shadows on my windows, bwahahaha.
and it just works.

#
# Search AUR with fzf
# function to install packages
alias fy='fzfyay'

fzfyay () {
  yay -Slq | fzf -m --preview 'bat <(yay -Si {1}) <(yay -Fl {1} | awk "{print \$2}")' | xargs -ro  yay -S
}

The author of LunarVim (chris@machine) had this alias/function on his blog once, and I have been using it ever since.
dependencies fzf & bat.

tulip tangle
#

I think I'll stay with i3

#

the EndeavourOS config is nice enough so far

#

I did very few tweaks

dense goblet
tulip tangle
#

so lots of RTFM to do ๐Ÿ˜„

dense goblet
tulip tangle
#

Arch community on Reddit... yeaaah, I can imagine ๐Ÿ˜‚

tender birch
tulip tangle
#

imagine if having to read a manual for 9 hours like TJ is a requirement before asking something on the internet

dense goblet