From 3e51bd3c7c94164322b879fd5e98cad057ff9a28 Mon Sep 17 00:00:00 2001 From: juan Date: Tue, 3 May 2022 10:33:21 +0800 Subject: [PATCH] Workaround vscode and fix wine --- .config/sway/config | 1 + .zshrc | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 4950661..6f23ae2 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -18,6 +18,7 @@ exec light -S 70 exec gentoo-pipewire-launcher exec swaync exec playerctld daemon +exec dbus-update-activation-environment --all #my keybinds diff --git a/.zshrc b/.zshrc index adcfc29..5e2d31f 100644 --- a/.zshrc +++ b/.zshrc @@ -110,7 +110,6 @@ export GOPATH=$HOME/.cache/go export LESSHISTFILE=/dev/null export LYNX_CFG=$HOME/.config/lynx/lynxrc export TASKRC=$HOME/.config/task/taskrc -export WINEPREFIX=$HOME/.config/wine export XDG_CACHE_HOME=$HOME/.cache export XDG_CONFIG_HOME=$HOME/.config