Install xfce4
sudo apt update
sudo apt install xfce4 xfce4-goodies
Install TigerVNC -
| #!/bin/bash | |
| # | |
| # Configure sshd on MinGW for Windows | |
| # Create host keys | |
| ssh-keygen -f /etc/ssh/ssh_host_rsa_key -N '' -t rsa | |
| ssh-keygen -f /etc/ssh/ssh_host_dsa_key -N '' -t dsa | |
| ssh-keygen -f /etc/ssh/ssh_host_ecdsa_key -N '' -t ecdsa | |
| ssh-keygen -f /etc/ssh/ssh_host_ed25519_key -N '' -t ed25519 |
| /* | |
| Use paired with Bielefeld theme in dark mode | |
| See also: https://github.com/Zettlr/Zettlr/discussions/2863 | |
| */ | |
| /* ----------------- */ | |
| /* Light mode styles */ | |
| /* ----------------- */ | |
| .CodeMirror .cm-quote { |
| colors: | |
| # Default colors | |
| primary: | |
| background: '0x1e2127' | |
| foreground: '0xabb2bf' | |
| # Bright and dim foreground colors | |
| # | |
| # The dimmed foreground color is calculated automatically if it is not present. |