TechieDamien

joined 4 years ago
[–] [email protected] 24 points 1 year ago (1 children)

I wonder how this interacts with tiling window managers...

[–] [email protected] 11 points 1 year ago

I only really use them with the keyboard, desktop mode or any game that uses mouse emulation.

[–] [email protected] 3 points 1 year ago

Try installing nvidia-dkms. It is better integrated into the kernel, so you may have better luck with it. Also make sure to read the xorg page on the arch wiki if you are going to stick with arch.

[–] [email protected] 1 points 1 year ago (1 children)

You missed a factor of ten from the gravitational field strength, but still not great. Their heat batteries work better when it comes to heating, but that is mostly limited to just that.

[–] [email protected] 2 points 2 years ago (2 children)

@[email protected] draw for me an underwater shipwreck surrounded by mermaids.

[–] [email protected] 3 points 2 years ago (2 children)

There's pros and cons. On one hand, packing your dependencies into your executable leads to never having to worry about broken dependencies, but also leads you into other problems. What happens when a dependency has a security update? Now you need an updated executable for every executable that has that bundled dependency. What if the developer has stopped maintaining it and the code is closed source? Well, you are out of luck. You either have the vulnerability or you stop using the program. Additionally bundling dependencies can drastically increase executable size. This is partially why C programs are so small, because they can rely on glibc when not all languages have such a core ubiquitous library.

As an aside, if you do prefer the bundled dependency approach, it is actually available on Linux. For example, you can use appimages, which are very similar to a portable exe file on windows. Of course, you may run afoul of the previously mentioned issues, but it may be an option depending on what was released.

[–] [email protected] 3 points 2 years ago

Can't include any proprietary code, so using the google sdk would invalidate it I believe.

[–] [email protected] 2 points 2 years ago

Sure. If you are using an nvidia optimus laptop, you should also add __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia at the start of the last line when running in hybrid mode to run mpv on the dgpu. You should have a file at ~/.wallpaperrc that contains wallpaper_playlist: /path/to/mpv/playlist. You may want to add this script to your startup sequence via your wm/de.

#!/bin/sh

WALLPAPER_PLAYLIST=$(cat ~/.wallpaperrc | grep -v '^\w*#' | grep 'wallpaper_playlist' | sed "s/wallpaper_playlist: //")


xwinwrap -g 1920x1080 -ov -- mpv -wid WID --no-osc --no-audio --loop-playlist --shuffle --playlist=$WALLPAPER_PLAYLIST

Hope this helps!

[–] [email protected] 1 points 2 years ago (2 children)

I set mpv as the root window which worked well. I stopped using it a while back, but if you are interested, I could dig up the simple script for you (literally one or two lines iirc).

[–] [email protected] 2 points 2 years ago (1 children)

Exploding Kittens is so good. Take a look at the expansions if you haven't already. They add a ton of new cards that really add to the experience.

[–] [email protected] 2 points 2 years ago

Look for a package called imagemagick and install that. Now enjoy the depths of programmatic image manipulation!

[–] [email protected] 18 points 2 years ago* (last edited 2 years ago)

This is a quality meme and I am here for it!

view more: ‹ prev next ›