Fix polybar configuration
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
2487548c67
commit
1aada5a29e
7 changed files with 13 additions and 22 deletions
17
system/.env
17
system/.env
|
@ -32,22 +32,7 @@ export GTK_IM_MODULE=xim
|
|||
export XMODIFIERS=@im=ibus
|
||||
export QT_IM_MODULE=xim
|
||||
|
||||
# Wine
|
||||
export WINEDEBUG=-all
|
||||
export __GL_FSAA_MODE=0
|
||||
export __GL_DEFAULT_LOG_ANISO=0
|
||||
export __GL_LOG_MAX_ANISO=0
|
||||
export STAGING_SHARED_MEMORY=1
|
||||
export STAGING_RT_PRIORITY_SERVER=90
|
||||
export WINEESYNC=1
|
||||
export PBA_ENABLE=1
|
||||
export __GL_THREADED_OPTIMIZATIONS=1
|
||||
export __GL_SYNC_TO_VBLANK=0
|
||||
export __GL_YIELD=NOTHING
|
||||
|
||||
# Node.js
|
||||
NODE_EXTRA_CA_CERTS="$(mkcert -CAROOT)/rootCA.pem"
|
||||
export NODE_EXTRA_CA_CERTS
|
||||
export npm_config_prefix="$HOME/.node_modules"
|
||||
|
||||
# Go
|
||||
|
@ -67,4 +52,4 @@ set_bash_prompt() {
|
|||
export MSYS2_PS1="$PS1"
|
||||
}
|
||||
|
||||
export PROMPT_COMMAND=set_bash_prompt
|
||||
export PROMPT_COMMAND=set_bash_prompt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue