do not forget profile.d

This commit is contained in:
Norman Köhring 2017-12-12 11:40:00 +01:00
parent d9462f9a42
commit 605bee57bc
4 changed files with 16 additions and 0 deletions

View file

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

View file

@ -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

View file

@ -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'

View file

@ -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