update profile
This commit is contained in:
parent
6cea9ad7db
commit
2f8f009291
20
.zprofile
20
.zprofile
@ -1,15 +1,27 @@
|
|||||||
# Adds `~/.local/bin` to $PATH
|
# Adds `~/.local/bin` to $PATH
|
||||||
export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
|
export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
|
||||||
|
|
||||||
|
# Session
|
||||||
|
export XDG_SESSION_TYPE=wayland
|
||||||
|
export XDG_SESSION_DESKTOP=sway
|
||||||
|
export XDG_CURRENT_DESKTOP=sway
|
||||||
|
|
||||||
# Default programs:
|
# Default programs:
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
export TERMINAL="gnome-terminal"
|
export TERMINAL="kitty"
|
||||||
export BROWSER="brave"
|
export BROWSER="firefox"
|
||||||
export READER="xreader"
|
export READER="zathura"
|
||||||
|
|
||||||
|
# Env vars
|
||||||
|
export CLUTTER_BACKEND=wayland
|
||||||
|
export QT_QPA_PLATFORM=wayland-egl
|
||||||
|
export ECORE_EVAS_ENGINE=wayland-egl
|
||||||
|
export ELM_ENGINE=wayland_egl
|
||||||
|
export SDL_VIDEODRIVER=wayland
|
||||||
|
export NO_AT_BRIDGE=1
|
||||||
export QT_QPA_PLATFORMTHEME="qt5ct"
|
export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
|
|
||||||
# ~/ Clean-up:
|
# ~/ Clean-up:
|
||||||
export XDG_CONFIG_HOME="$HOME/.config"
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
|
Loading…
Reference in New Issue
Block a user