Add QT theme
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
ef20a492de
commit
7e30677321
12 changed files with 78 additions and 17 deletions
11
system/.env
11
system/.env
|
@ -22,7 +22,10 @@ export HISTFILESIZE=2000
|
|||
export VISUAL=vim
|
||||
export EDITOR="$VISUAL"
|
||||
export TERMINAL=termite
|
||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||
|
||||
# QT
|
||||
export T_QPA_PLATFORMTHEME=gtk2
|
||||
export QT_STYLE_OVERRIDE=gtk2
|
||||
|
||||
# Ibus
|
||||
export GTK_IM_MODULE=xim
|
||||
|
@ -38,7 +41,6 @@ export STAGING_SHARED_MEMORY=1
|
|||
export STAGING_RT_PRIORITY_SERVER=90
|
||||
export WINEESYNC=1
|
||||
export PBA_ENABLE=1
|
||||
#export LD_PRELOAD="libpthread.so.0 libGL.so.1"
|
||||
export __GL_THREADED_OPTIMIZATIONS=1
|
||||
export __GL_SYNC_TO_VBLANK=0
|
||||
export __GL_YIELD=NOTHING
|
||||
|
@ -46,8 +48,11 @@ export __GL_YIELD=NOTHING
|
|||
# npm
|
||||
export npm_config_prefix="$HOME/.node_modules"
|
||||
|
||||
# Go
|
||||
export GOPATH=$HOME/go
|
||||
|
||||
# Adding folders to the PATH variable
|
||||
export PATH="$PATH:$HOME/bin:$HOME/.node_modules/bin"
|
||||
export PATH="$PATH:$HOME/bin:$npm_config_prefix/bin:$GOPATH/bin"
|
||||
|
||||
# Set bash prompt
|
||||
set_bash_prompt() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue