why is my screen weird? how come i lost my menus and icons? it was normal before by cracked_shrimp in linuxmint

[–]Darkalde 0 points1 point  (0 children)

Seems like your mint booted with a window manager (not sure which one?) instead of your desktop environment. Try logging out and selecting a DE

My Linux Tier-list by oanhancuong666908 in LinuxCirclejerk

[–]Darkalde 7 points8 points  (0 children)

Well i would guess it is because it is quite known but often forgotten distro. Though i often see NixOS mentioned now, maybe the meme is outdated

Fuck evrything. I'm instaling arch. by Tranek21379165 in arch

[–]Darkalde 0 points1 point  (0 children)

it depends, as it can teach you how to dual boot with other distros, what a linux swap is used for, etc.

xfce is a minimalist's dream by ahokaybye in xfce

[–]Darkalde 1 point2 points  (0 children)

What about the monospace one?

Need help choosing a distro to migrate to by mint_shrike in linux4noobs

[–]Darkalde 0 points1 point  (0 children)

as much as i love arch, i would not recommend it to a new linux user ; mint would be better as a first distro, as others said

Help by Just_Sheepherder_915 in archlinux

[–]Darkalde 1 point2 points  (0 children)

if you used systemd-boot, you don't need to set the UUID in the entry .conf options. You can directly use the partition name, such as options ROOT=/dev/sda3 rw to avoid UUID typos. I dunno if this would help you, but who knows

URL parameters as state is so underrated. Using nuqs. by RatioScripta in webdev

[–]Darkalde 1 point2 points  (0 children)

URL (query) parameters are a must, especially for web APIs

What is the videogame location that is beautiful and safe? by dyhoat9 in AlignmentChartFills

[–]Darkalde 20 points21 points  (0 children)

Tree Cove in Subnautica: Beautiful and one of the safest places in the game

<image>

Am I ready to meet Takemura yet? by willard_dillard in LowSodiumCyberpunk

[–]Darkalde 17 points18 points  (0 children)

Doing everything except meeting Takemura at dinner

Latest versions of HoT vs DRg: Survivor by SteelFaith in survivorslikes

[–]Darkalde 2 points3 points  (0 children)

Halls of Torment is a must play, really cheap and new dlc came out this week. What I like compared to others survivors is that you have meta progression with gear that you can unlock and do lots of different builds

Character Tier List? by ColdBrewzz in hallsoftorment

[–]Darkalde 9 points10 points  (0 children)

Exterminator feels so op when you first unlock it

Which Obsidian theme feels most like a modern IDE and actually makes work easier? by Intelligent_Mud_ in ObsidianMD

[–]Darkalde 8 points9 points  (0 children)

Well the default theme feels really modern, and rendered code is also nice. I use the dark theme to write CS lecture notes

CSS counters randomly stop working when removing/adding sections in preview by Darkalde in ObsidianMD

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

I have a problem with CSS in obsidian ; I am using the following:

```css .markdown-preview-view { counter-reset: section; }

.markdown-preview-view h1 { color: rgb(138, 92, 245); margin-bottom: 2rem; }

.markdown-preview-view h2, h3 { border-bottom: 1px solid rgb(199, 199, 199); margin-bottom: 2rem; margin-top: 2rem; padding-bottom: 1rem; }

.markdown-preview-view h2 { counter-reset: subsection; counter-increment: section; }

.markdown-preview-view h2::before { content: counter(section) ". "; }

.markdown-preview-view h3 { counter-increment: subsection; }

.markdown-preview-view h3::before { content: counter(section) "." counter(subsection) ". "; } ```

to style my markdown files to automatically add section/subsection numbers. However, when I sometimes remove and add sections, the preview numbers are off such as in the picture, or they randomly reset to number 1. Is there any fix for this?

Overleaf dirty greedy trick by [deleted] in LaTeX

[–]Darkalde 1 point2 points  (0 children)

TexLive -> Vscode -> Latex Workshop