Fix env vars for fish, update vesktop settings, minor gpg and sway updates
This commit is contained in:
parent
f47510f9ca
commit
61c490f328
5 changed files with 13 additions and 13 deletions
|
@ -18,8 +18,8 @@ if status is-interactive
|
|||
set -x XDG_DATA_HOME ~/.local/share
|
||||
set -x XDG_CONFIG_HOME ~/.config
|
||||
set -x XDG_STATE_HOME ~/.local/state
|
||||
if not [ -d /tmp/$UID-runtime-dir ]
|
||||
mkdir /tmp/$UID-runtime-dir
|
||||
end
|
||||
set -x XDG_RUNTIME_DIR /tmp/runtime-dir
|
||||
#if not [ -d /tmp/$UID-runtime-dir ]
|
||||
# mkdir /tmp/$UID-runtime-dir
|
||||
#end
|
||||
#set -x XDG_RUNTIME_DIR /tmp/runtime-dir
|
||||
end
|
||||
|
|
|
@ -6,7 +6,7 @@ default-cache-ttl 60
|
|||
max-cache-ttl 120
|
||||
#pinentry-program /usr/bin/pinentry-curses
|
||||
#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-qt
|
||||
#pinentry-program /usr/local/bin/pinentry-curses
|
||||
|
|
|
@ -49,7 +49,9 @@ for_window [app_id="claws-mail" title="TLS certificate is unknown"] floating ena
|
|||
|
||||
# other execs
|
||||
#exec /home/askiiart/.config/sway/dbus-sway-environment.sh
|
||||
|
||||
exec swaync
|
||||
bindsym Mod4+Shift+N exec "sh -c 'pkill swaync; sleep 1; swaync'"
|
||||
|
||||
# polkit
|
||||
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 "kanshi"
|
||||
|
||||
bindsym Mod4+Shift+N exec "pkill -9 swaync; swaync"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"minimizeToTray": true,
|
||||
"minimizeToTray": "on",
|
||||
"discordBranch": "stable",
|
||||
"arRPC": true,
|
||||
"arRPC": "on",
|
||||
"splashColor": "oklab(0.899401 -0.00192499 -0.00481987)",
|
||||
"splashBackground": "rgb(0, 7, 32)",
|
||||
"spellCheckLanguages": [
|
||||
|
|
|
@ -400,9 +400,6 @@
|
|||
"memberList": true,
|
||||
"voiceUsers": true
|
||||
},
|
||||
"SearchReply": {
|
||||
"enabled": false
|
||||
},
|
||||
"SecretRingToneEnabler": {
|
||||
"enabled": false
|
||||
},
|
||||
|
@ -611,6 +608,9 @@
|
|||
},
|
||||
"UserSettingsAPI": {
|
||||
"enabled": true
|
||||
},
|
||||
"FullSearchContext": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
|
@ -623,6 +623,6 @@
|
|||
"authenticated": true,
|
||||
"url": "https://api.vencord.dev/",
|
||||
"settingsSync": true,
|
||||
"settingsSyncVersion": 1719848385601
|
||||
"settingsSyncVersion": 1727271960157
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue