do not forget profile.d
This commit is contained in:
parent
d9462f9a42
commit
605bee57bc
4 changed files with 16 additions and 0 deletions
1
dot.config/profile.d/aliases.sh
Normal file
1
dot.config/profile.d/aliases.sh
Normal file
|
@ -0,0 +1 @@
|
|||
alias howto="howdoi -c"
|
4
dot.config/profile.d/exports.sh
Normal file
4
dot.config/profile.d/exports.sh
Normal 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
|
2
dot.config/profile.d/font_exports.sh
Normal file
2
dot.config/profile.d/font_exports.sh
Normal 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'
|
9
dot.config/profile.d/wayland_exports.sh
Normal file
9
dot.config/profile.d/wayland_exports.sh
Normal 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
|
Loading…
Add table
Reference in a new issue