summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorDrNuget <drnuget@outlook.com>2025-01-16 04:37:37 +0200
committerDrNuget <drnuget@outlook.com>2025-01-16 04:37:37 +0200
commit3fcf1a3a0affa5027c399c2ad05b8c573ebedb0e (patch)
tree9c03e6450cedd0afa006c12bff0c0b13542fb8e8 /.profile
initial commit
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