diff --git a/fish/conf.d/custom.fish b/fish/conf.d/custom.fish index c3b7554..444f220 100644 --- a/fish/conf.d/custom.fish +++ b/fish/conf.d/custom.fish @@ -4,8 +4,7 @@ if status is-interactive set -x GPG_TTY (tty) set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket) set -x EDITOR nvim - # TODO: add logic for podman/docker - set DOCKER_HOST unix://$XDG_RUNTIME_DIR/podman/podman.sock + #set -x DOCKER_HOST unix://$XDG_RUNTIME_DIR/docker.sock gpgconf --launch gpg-agent gpg-connect-agent updatestartuptty /bye # ctrl+backspace (^H in kitty) diff --git a/vesktop/settings/settings.json b/vesktop/settings/settings.json index 2bd506d..882d761 100644 --- a/vesktop/settings/settings.json +++ b/vesktop/settings/settings.json @@ -1,6 +1,6 @@ { "notifyAboutUpdates": true, - "autoUpdate": true, + "autoUpdate": false, "autoUpdateNotification": true, "useQuickCss": true, "themeLinks": [], @@ -727,9 +727,6 @@ }, "FixImagesQuality": { "enabled": false - }, - "FullUserInChatbox": { - "enabled": false } }, "notifications": { @@ -742,6 +739,6 @@ "authenticated": false, "url": "https://api.vencord.dev/", "settingsSync": false, - "settingsSyncVersion": 1736978258906 + "settingsSyncVersion": 1735789651501 } } \ No newline at end of file