Link Diary March 2025
-
- Major 3D studios shut down
- Blender Animation to animated GIF
- 5 stages of grieve
- Take care of your car
- Snow can warm you
- vim motions
- Batman bin Suparman
- I Tesla better than coyote?
- One idea, 8 Game Engines
- Turning a Scam Office into a Pizza service
Deactivate Windows Hypernation
powercfg.exe -h off
Update nvim Plugins
The messages on startup are super annoying. This could run as a
nvim --headless "+Lazy! sync" +qa
Update Arch without signing errors
pacman -Sy --needed archlinux-keyring && pacman -Su
Hyperland fullscreen key binding
bind=SUPER,F,fullscreen
Duudel
A german aternative to Doodle appointment finder.
Show disk activity on Linux
sudo apt update && sudo apt install --assume-yes sysstat iotop ioping
Then try sysstat
, iotop
and ioping
.
i3 autotiling
This plugin will decide where the nex window upens depending on the space available horizontally or vertically.
sudo apt install autotiling
Stop nvim from double-pasting
Add to init.lua
:
vim.cmd("map <MiddleMouse> <Nop>")
i3 remove title of windows
for_window [class="^.*"] border pixel 2
i3 configuration guide
A study on the moral circle in liberal/conservative ideologies
Randomize i3 wallpaper from folder
Select a random wallpaper at startup.
Change wallpaper with Super+P
exec --no-startup-id nitrogen --head=-1 --random ~/Bilder/Wallpaper/00_All --set-zoom-fill --save bindsym $mod+p exec nitrogen --head=-1 --random ~/Bilder/Wallpaper/00_All --set-zoom-fill --save
A more complicated approach can be found here:
Discussion