do not forget profile.d

wayland
Norman Köhring 7 years ago
parent d9462f9a42
commit 605bee57bc

@ -0,0 +1 @@
alias howto="howdoi -c"

@ -0,0 +1,4 @@
export EDITOR=kak
export GOPATH=$HOME/src/go
export PATH=$HOME/.local/bin:$GOPATH/bin:$PATH
export MANPATH=$HOME/.local/share/man:/usr/share/man:/usr/local/share/man

@ -0,0 +1,2 @@
export FREETYPE_PROPERTIES="truetype:interpreter-version=35 cff:darkening-parameters=500,300,1000,200,1500,100,2000,0 autofitter:warping=1"
export INFINALITY_FT_FILTER_PARAMS='10 35 40 35 10'

@ -0,0 +1,9 @@
export XKB_DEFAULT_LAYOUT=de
export GDK_BACKEND=wayland
export CLUTTER_BACKEND=wayland
export QT_QPA_PLATFORM=wayland-egl
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
export ECORE_EVAS_ENGINE=wayland_egl
export ELM_ENGINE=wayland_egl
export SDL_VIDEODRIVER=wayland
export _JAVA_AWT_WM_NONREPARENTING=1
Loading…
Cancel
Save