dual purpose linux files
Find a file
2025-12-17 08:48:30 -08:00
etc migration from dickfiles 2025-07-30 18:22:14 -07:00
home/dick experiment from over a year ago I found 2025-12-17 08:48:30 -08:00
usr moved some stuff back to /usr/share/ 2025-12-16 10:28:05 -08:00
var/lib/AccountsService/icons migration from dickfiles 2025-07-30 18:22:14 -07:00
package.list added fuzzel as backup launcher 2025-08-22 10:39:05 -07:00
README.md Update README.md 2025-12-16 08:01:55 -08:00

YouTube
Steam
Forgejo

dickfiles

this is a collection of .files
some of this is stolen but I prefer the term borrowed, I try to provide the original if I have it
mw4l is definitely one
I am not a fan of waybar which is probably my fault. I just don't see the point. A desktop background that is also a virtual desktop pager would be cool
please have a nice day

after installing mpd run
systemctl --user enable --now mpd.service

do not use sudo

this is for me - you should probably go by the original

git clone https://github.com/UZDoom/UZDoom.git

# prepare

mkdir -p UZDoom/build

cd UZDoom

cmake                                \
  -DCMAKE_BUILD_TYPE=RelWithDebInfo  \
  -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
  -G Ninja                           \
  ..

# build

cmake --build build
sudo cmake --install build
sudo cp $HOME/dplinux/usr/share/applications/UZDoom.desktop /usr/share/applications/
sudo cp $HOME/dplinux/usr/share/pixmaps/uzdoom.png /usr/share/pixmaps/

#dick