diff --git a/.Xresources b/.Xresources index fadab56..47323a4 100644 --- a/.Xresources +++ b/.Xresources @@ -1,7 +1,7 @@ !*dpi is used by i3WM !See https://i3wm.org/docs/userguide.html#xresources -*dpi: 100 -Xft.dpi: 100 +*dpi: 120 +Xft.dpi: 120 Xft.autohint: 0 Xft.lcdfilter: lcddefault Xft.hintstyle: hintfull diff --git a/.env b/.env index 7017454..a97c91a 100644 --- a/.env +++ b/.env @@ -1,5 +1,7 @@ export SCENARI_SSH_USER='qduchemin' 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" # 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 diff --git a/.gitconfig b/.gitconfig index e018ad5..671d366 100644 --- a/.gitconfig +++ b/.gitconfig @@ -8,7 +8,7 @@ navigate = true # use n and N to move between diff sections side-by-side = true hyperlinks = true - hyperlinks-file-link-format = "vscode://file/{path}:{line}" + hyperlinks-file-link-format = "vscode://file/{path}" [merge] conflictstyle = diff3 diff --git a/.init_config.sh b/.init_config.sh index 9789670..eb4afc8 100755 --- a/.init_config.sh +++ b/.init_config.sh @@ -99,6 +99,9 @@ function init_system() { sudo systemctl enable --now updatedb.timer systemctl --user enable --now pipewire-pulse 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} echo -e "* Ensure hardware clock is up to date..." sudo hwclock --systohc