💾 Archived View for tilde.team › ~txusinho › projects › shellfish › choices.gmi captured on 2021-12-03 at 14:04:38. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

Choices

2021025

I'm keeping i3, and updates for the alternatives and set it afterwards.

sudo update-alternatives --install /usr/bin/x-session-manager x-session-manager /usr/bin/i3 60
sudo update-alternatives --config x-session-manager

And directly I get i3 running.

I've downloaded the pale blue dot pic and used as background like this

feh --bg-scale /home/pi/Pictures/palebluedot.jpg 

For getting some transparency in the default terminal emulator (LXTerminal) I've installed compton

sudo apt install compton
compton --opacity-rule 80:'class_g *= "X-terminal-emulator"' &

And the last bit, I've put the bar at the top. Updating .config/i3/config

bar {
        position top
        status_command i3status
}

I should defenitely upload my dotfiles.

20210223

Finally I installed raspberryOS lite on raspi3.

For wm I've just nstalled i3, since sway is not available (easily, at least)

Now I'm trying to decide the terminal emulator