Explore >> Select a destination


You are here

shapeshed.com
| | arslan.io
1.4 parsecs away

Travel
| | Last week, when I had to increase my screen's brightness, I figured I was using a pitch-black terminal screen. So, I asked myself, 'what if I use a light theme during the day and switch back to a darker theme later in the evening?'
| | thangqt.com
4.0 parsecs away

Travel
| | NixOS, KDE and text editor
| | hamvocke.com
3.8 parsecs away

Travel
| | Customize the look and feel of tmux
| | memo.mx
17.2 parsecs away

Travel
| WSL configuration Install i3 sudo apt install i3 -y Create an init script vim ~/src/scripts/i3launch.sh #!/bin/zsh source ~/.zshrc # If not running interactively, don't do anything [ -z "$PS1" ] && return export DISPLAY=$(awk '/nameserver / {print $2; exit}' /etc/resolv.conf 2>/dev/null):0 export LIBGL_ALWAYS_INDIRECT=1 dbus_status=$(service dbus status) if [[ $dbus_status = *"is not running"* ]]; then sudo service dbus --full-restart fi i3 To run WSL2 as root wsl.exe -d Ubuntu-20.04 -u root -- /bin/bash...