DPI ; DNS
parent
c38e3a10b9
commit
6abae7cb8f
|
@ -1,7 +1,7 @@
|
||||||
!*dpi is used by i3WM
|
!*dpi is used by i3WM
|
||||||
!See https://i3wm.org/docs/userguide.html#xresources
|
!See https://i3wm.org/docs/userguide.html#xresources
|
||||||
*dpi: 100
|
*dpi: 120
|
||||||
Xft.dpi: 100
|
Xft.dpi: 120
|
||||||
Xft.autohint: 0
|
Xft.autohint: 0
|
||||||
Xft.lcdfilter: lcddefault
|
Xft.lcdfilter: lcddefault
|
||||||
Xft.hintstyle: hintfull
|
Xft.hintstyle: hintfull
|
||||||
|
|
2
.env
2
.env
|
@ -1,5 +1,7 @@
|
||||||
export SCENARI_SSH_USER='qduchemin'
|
export SCENARI_SSH_USER='qduchemin'
|
||||||
export SCENARI_SSH_KEY_PATH="/home/.ssh/id_gpg.pub"
|
export SCENARI_SSH_KEY_PATH="/home/.ssh/id_gpg.pub"
|
||||||
|
export PICASOFT_SSH_USER='qduchemi'
|
||||||
|
export PICASOFT_SSH_KEY_PATH='/home/.ssh/id_gpg.pub'
|
||||||
export PATH="$PATH:/home/go/bin:/usr/local/.local/bin:~/node_modules/.bin"
|
export PATH="$PATH:/home/go/bin:/usr/local/.local/bin:~/node_modules/.bin"
|
||||||
# trash-cli supports top-level trash (see https://specifications.freedesktop.org/trash-spec/trashspec-latest.html)
|
# trash-cli supports top-level trash (see https://specifications.freedesktop.org/trash-spec/trashspec-latest.html)
|
||||||
# gio, which is otherwise used by default, wants to write to ~/.local/share/Trash, which is on my
|
# gio, which is otherwise used by default, wants to write to ~/.local/share/Trash, which is on my
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
navigate = true # use n and N to move between diff sections
|
navigate = true # use n and N to move between diff sections
|
||||||
side-by-side = true
|
side-by-side = true
|
||||||
hyperlinks = true
|
hyperlinks = true
|
||||||
hyperlinks-file-link-format = "vscode://file/{path}:{line}"
|
hyperlinks-file-link-format = "vscode://file/{path}"
|
||||||
|
|
||||||
[merge]
|
[merge]
|
||||||
conflictstyle = diff3
|
conflictstyle = diff3
|
||||||
|
|
|
@ -99,6 +99,9 @@ function init_system() {
|
||||||
sudo systemctl enable --now updatedb.timer
|
sudo systemctl enable --now updatedb.timer
|
||||||
systemctl --user enable --now pipewire-pulse
|
systemctl --user enable --now pipewire-pulse
|
||||||
systemctl --user enable --now pipewire-pulse.socket
|
systemctl --user enable --now pipewire-pulse.socket
|
||||||
|
echo -e "* Enable resolvctl..."
|
||||||
|
sudo systemctl enable --now systemd-resolved
|
||||||
|
sudo ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
|
||||||
~/.config/bootstrap/init_netctl.sh ${ENV}
|
~/.config/bootstrap/init_netctl.sh ${ENV}
|
||||||
echo -e "* Ensure hardware clock is up to date..."
|
echo -e "* Ensure hardware clock is up to date..."
|
||||||
sudo hwclock --systohc
|
sudo hwclock --systohc
|
||||||
|
|
Loading…
Reference in New Issue