sorted by: new top controversial old
[-] Samueru@lemmy.ml 13 points 1 week ago

I'm pretty sure sbin originally meant static binaries and not system binaries lol

[-] Samueru@lemmy.ml 3 points 2 weeks ago

posix sh + awk for manipulating data?

[-] Samueru@lemmy.ml 4 points 3 weeks ago

It makes me mad to see the current state sway is in, I even bought an AMD GPU for nothing.

[-] Samueru@lemmy.ml 1 points 1 month ago

Test adding the preferences page to "excluded URLs" in the settings of vimium.

[-] Samueru@lemmy.ml 5 points 1 month ago
[-] Samueru@lemmy.ml 2 points 1 month ago

I really don't know lol

Increasing the max_map_count is needed for some Steam games, iirc Arch is now dong this by default.

iirc the dirty_bytes settings prevent the system from hanging if there is too much disk IO

And setting transparent_hugepages to madvise was something I did when archlinux had this bug in the kernel: https://old.reddit.com/r/archlinux/comments/1atueo0/higher_ram_usage_since_kernel_67_and_the_solution/

It was eventually fixed but I later ran into the issue again and I decided to keep it on madvise.

[-] Samueru@lemmy.ml 2 points 1 month ago

Here is what I ended up using for my sysctl conf, iirc I got some of these from popos default config:

vm.swappiness = 180
vm.page-cluster = 0
vm.watermark_boost_factor = 0
vm.watermark_scale_factor = 125
vm.dirty_bytes = 268435456
vm.dirty_background_bytes = 134217728
vm.max_map_count = 2147483642
vm.dirtytime_expire_seconds = 1800
vm.transparent_hugepages = madvise
[-] Samueru@lemmy.ml 1 points 1 month ago

nvm I just noticed that the issue is that I had the gcompat package installed in alpine, which fixes that issue you just had, I don't know if chimera has something similar to it.

[-] Samueru@lemmy.ml 1 points 1 month ago

That's interesting that it doesn't work, iirc the biggest difference of chimera is that it uses musl like alpine does.

Can you extract the appimage with --appimage-extract flag and run the AppRun that's inside of it directly? Or that also fails?

Isn't lite-xl in your distro repo?

[-] Samueru@lemmy.ml 2 points 1 month ago

I use lite-xl, it has been very good, but I'm not a Go developer though.

They also release an appimage and I just did a quick test on a alpine container and it works, so it should work on Chimera as well.

[-] Samueru@lemmy.ml 5 points 1 month ago

Venezuela has been a target of US diplomatic aggression since they nationalized their oil.

Since 1976? Venezuela's oil was nationalized by Rafael Caldera in that year.

And yes that Rafael Caldera, the guy Chavez tried to overthrow lmao.

21
submitted 3 months ago* (last edited 3 months ago) by Samueru@lemmy.ml to c/linux@lemmy.ml

I'm a i3 user that has been trying to migrate to sway.

I use it with these environment variables:

export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/var/state"
export XDG_CONFIG_HOME="$HOME/.local/config"
export XDG_CACHE_HOME="$HOME/.local/var/cache"

Which gives me a clean home with only ~/.local for my dotfiles.

And issue that I've noticed that I haven't been able to fix is that every time that I start sway, hyprland and also the alpha of cosmic is that I get a new ~/.cache directory created in my home that contains a mesa_shader_cache directory.

Btw in the middle of writing this post I just ran into another bug, thunar for some reason decided to steal my key presses from the web browser, and even though I had the browser window focused as I have sway configured to change the border color of the window with focus, thunar was like nope wtf.

Thank you all for the help, ended up opening a bug report at sway: https://github.com/swaywm/sway/issues/8191

182
submitted 5 months ago by Samueru@lemmy.ml to c/linux@lemmy.ml
view more: next ›

Samueru

joined 9 months ago