From 999cba0f41459235ed61519c68c8ed576102cd1a Mon Sep 17 00:00:00 2001 From: askiiart Date: Fri, 17 Jan 2025 07:27:46 -0600 Subject: [PATCH 1/2] set DOCKER_HOST for podman --- fish/conf.d/custom.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fish/conf.d/custom.fish b/fish/conf.d/custom.fish index 444f220..c3b7554 100644 --- a/fish/conf.d/custom.fish +++ b/fish/conf.d/custom.fish @@ -4,7 +4,8 @@ if status is-interactive set -x GPG_TTY (tty) set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket) set -x EDITOR nvim - #set -x DOCKER_HOST unix://$XDG_RUNTIME_DIR/docker.sock + # TODO: add logic for podman/docker + set DOCKER_HOST unix://$XDG_RUNTIME_DIR/podman/podman.sock gpgconf --launch gpg-agent gpg-connect-agent updatestartuptty /bye # ctrl+backspace (^H in kitty) From 4b4b337b3f6ab6f38e291bd4c453e1afb8961239 Mon Sep 17 00:00:00 2001 From: askiiart Date: Fri, 17 Jan 2025 07:28:08 -0600 Subject: [PATCH 2/2] enable auto update for vesktop --- vesktop/settings/settings.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vesktop/settings/settings.json b/vesktop/settings/settings.json index 882d761..2bd506d 100644 --- a/vesktop/settings/settings.json +++ b/vesktop/settings/settings.json @@ -1,6 +1,6 @@ { "notifyAboutUpdates": true, - "autoUpdate": false, + "autoUpdate": true, "autoUpdateNotification": true, "useQuickCss": true, "themeLinks": [], @@ -727,6 +727,9 @@ }, "FixImagesQuality": { "enabled": false + }, + "FullUserInChatbox": { + "enabled": false } }, "notifications": { @@ -739,6 +742,6 @@ "authenticated": false, "url": "https://api.vencord.dev/", "settingsSync": false, - "settingsSyncVersion": 1735789651501 + "settingsSyncVersion": 1736978258906 } } \ No newline at end of file