Compare commits

..

2 commits

Author SHA1 Message Date
askiiart
4b4b337b3f
enable auto update for vesktop 2025-01-17 07:28:08 -06:00
askiiart
999cba0f41
set DOCKER_HOST for podman 2025-01-17 07:27:46 -06:00
2 changed files with 7 additions and 3 deletions

View file

@ -4,7 +4,8 @@ if status is-interactive
set -x GPG_TTY (tty) set -x GPG_TTY (tty)
set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket) set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
set -x EDITOR nvim 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 gpgconf --launch gpg-agent
gpg-connect-agent updatestartuptty /bye gpg-connect-agent updatestartuptty /bye
# ctrl+backspace (^H in kitty) # ctrl+backspace (^H in kitty)

View file

@ -1,6 +1,6 @@
{ {
"notifyAboutUpdates": true, "notifyAboutUpdates": true,
"autoUpdate": false, "autoUpdate": true,
"autoUpdateNotification": true, "autoUpdateNotification": true,
"useQuickCss": true, "useQuickCss": true,
"themeLinks": [], "themeLinks": [],
@ -727,6 +727,9 @@
}, },
"FixImagesQuality": { "FixImagesQuality": {
"enabled": false "enabled": false
},
"FullUserInChatbox": {
"enabled": false
} }
}, },
"notifications": { "notifications": {
@ -739,6 +742,6 @@
"authenticated": false, "authenticated": false,
"url": "https://api.vencord.dev/", "url": "https://api.vencord.dev/",
"settingsSync": false, "settingsSync": false,
"settingsSyncVersion": 1735789651501 "settingsSyncVersion": 1736978258906
} }
} }