• 1 Post
  • 13 Comments
Joined 3 years ago
cake
Cake day: June 26th, 2021

help-circle




  • 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!








  • OpenFOAM. I needed powerful software to do CFD that was free, as in free beer, and found OpenFOAM. To run it on windows, the installation instructions first step was install linux on a vm then follow the linux installation instructions. I did that and started using the vm for other stuff until I found myself using the vm for most tasks, but kept using windows for gaming. To learn more, I got myself a pinebook, which replaced most of the usage of my vm. When windows decided to self destruct, I had learnt enough to install and configure arch with minimal help. Now, nothing can persuade me to go back.