summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile13
1 files changed, 13 insertions, 0 deletions
diff --git a/.profile b/.profile
new file mode 100644
index 0000000..d1fd1d9
--- /dev/null
+++ b/.profile
@@ -0,0 +1,13 @@
+export WLR_DRM_NO_ATOMIC=1
+
+export PATH="$PATH:$HOME/.scripts"
+export WALLPAPER=""
+export LANG="en_US.UTF-8"
+export TERMIMAL="foot"
+export EDITOR="vim"
+
+[[ -f ~/.bashrc ]] && . ~/.bashrc
+
+if [ $(tty) == "/dev/tty1" ]; then
+ ~/.scripts/wm
+fi