blob: 45ce07db052b6e81b5d59b49d985fd1c560e21b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
export WLR_DRM_NO_ATOMIC=1
export _JAVA_AWT_WM_NONREPARENTING=1
export GTK_THEME="Adwaita:dark"
export PATH="$PATH:$HOME/.scripts"
export WALLPAPER=""
export LANG="en_US.UTF-8"
export TERMIMAL="foot"
export EDITOR="vim"
export MANPAGER="nvim +Man!"
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [ $(tty) == "/dev/tty1" ]; then
~/.scripts/wm
fi
|