From 3fcf1a3a0affa5027c399c2ad05b8c573ebedb0e Mon Sep 17 00:00:00 2001 From: DrNuget Date: Thu, 16 Jan 2025 04:37:37 +0200 Subject: initial commit --- .profile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .profile (limited to '.profile') 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 -- cgit v1.2.3