Fix env vars for fish, update vesktop settings, minor gpg and sway updates

This commit is contained in:
askiiart 2024-09-25 09:10:54 -05:00
parent f47510f9ca
commit 61c490f328
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
5 changed files with 13 additions and 13 deletions

View file

@ -18,8 +18,8 @@ if status is-interactive
set -x XDG_DATA_HOME ~/.local/share set -x XDG_DATA_HOME ~/.local/share
set -x XDG_CONFIG_HOME ~/.config set -x XDG_CONFIG_HOME ~/.config
set -x XDG_STATE_HOME ~/.local/state set -x XDG_STATE_HOME ~/.local/state
if not [ -d /tmp/$UID-runtime-dir ] #if not [ -d /tmp/$UID-runtime-dir ]
mkdir /tmp/$UID-runtime-dir # mkdir /tmp/$UID-runtime-dir
end #end
set -x XDG_RUNTIME_DIR /tmp/runtime-dir #set -x XDG_RUNTIME_DIR /tmp/runtime-dir
end end

View file

@ -6,7 +6,7 @@ default-cache-ttl 60
max-cache-ttl 120 max-cache-ttl 120
#pinentry-program /usr/bin/pinentry-curses #pinentry-program /usr/bin/pinentry-curses
#pinentry-program /usr/bin/pinentry-tty #pinentry-program /usr/bin/pinentry-tty
#pinentry-program /home/askiiart/.nix-profile/bin/pinentry-gtk-2 #pinentry-program ~/.nix-profile/bin/pinentry-gtk-2
#pinentry-program /usr/bin/pinentry-x11 #pinentry-program /usr/bin/pinentry-x11
#pinentry-program /usr/bin/pinentry-qt #pinentry-program /usr/bin/pinentry-qt
#pinentry-program /usr/local/bin/pinentry-curses #pinentry-program /usr/local/bin/pinentry-curses

View file

@ -49,7 +49,9 @@ for_window [app_id="claws-mail" title="TLS certificate is unknown"] floating ena
# other execs # other execs
#exec /home/askiiart/.config/sway/dbus-sway-environment.sh #exec /home/askiiart/.config/sway/dbus-sway-environment.sh
exec swaync exec swaync
bindsym Mod4+Shift+N exec "sh -c 'pkill swaync; sleep 1; swaync'"
# polkit # polkit
exec --no-startup-id lxqt-policykit-agent exec --no-startup-id lxqt-policykit-agent
@ -75,5 +77,3 @@ bindsym Mod4+Mod1+Left exec "pactl set-sink-volume @DEFAULT_SINK@ -2%"
exec "command_exists() { type '$1' &>/dev/null; }; if command_exists 'xbps-install'; then pipewire; fi" exec "command_exists() { type '$1' &>/dev/null; }; if command_exists 'xbps-install'; then pipewire; fi"
exec "kanshi" exec "kanshi"
bindsym Mod4+Shift+N exec "pkill -9 swaync; swaync"

View file

@ -1,7 +1,7 @@
{ {
"minimizeToTray": true, "minimizeToTray": "on",
"discordBranch": "stable", "discordBranch": "stable",
"arRPC": true, "arRPC": "on",
"splashColor": "oklab(0.899401 -0.00192499 -0.00481987)", "splashColor": "oklab(0.899401 -0.00192499 -0.00481987)",
"splashBackground": "rgb(0, 7, 32)", "splashBackground": "rgb(0, 7, 32)",
"spellCheckLanguages": [ "spellCheckLanguages": [

View file

@ -400,9 +400,6 @@
"memberList": true, "memberList": true,
"voiceUsers": true "voiceUsers": true
}, },
"SearchReply": {
"enabled": false
},
"SecretRingToneEnabler": { "SecretRingToneEnabler": {
"enabled": false "enabled": false
}, },
@ -611,6 +608,9 @@
}, },
"UserSettingsAPI": { "UserSettingsAPI": {
"enabled": true "enabled": true
},
"FullSearchContext": {
"enabled": false
} }
}, },
"notifications": { "notifications": {
@ -623,6 +623,6 @@
"authenticated": true, "authenticated": true,
"url": "https://api.vencord.dev/", "url": "https://api.vencord.dev/",
"settingsSync": true, "settingsSync": true,
"settingsSyncVersion": 1719848385601 "settingsSyncVersion": 1727271960157
} }
} }