personal dotfiles: my Hyprland config
Diffstat (limited to '.profile')
-rw-r--r--.profile24
1 files changed, 0 insertions, 24 deletions
diff --git a/.profile b/.profile
deleted file mode 100644
index 372e74a..0000000
--- a/.profile
+++ /dev/null
@@ -1,24 +0,0 @@
-# My path FIRST!
-PATH="$HOME/.local/bin:$PATH"
-export EDITOR="micro"
-export XDG_MUSIC_DIR="$HOME/Music"
-source .config/sxmo/profile
-export MPD_HOST=pine64-pinephone.lan
-
-# Change the used terminal command (rofi)
-export SXMO_TERMINAL="vte-2.91 -T 30 --whole-window-transparent -n 300 --use-theme-colors --"
-export TERMINAL="sxmo_terminal.sh"
-
-# waypipe?
-export XDG_RUNTIME_DIR=/dev/shm/user/10000
-mkdir -p "$XDG_RUNTIME_DIR"
-
-# sxmo XDG vars
-export XDG_DATA_HOME="${XDG_DATA_HOME:-$HOME/.local/share}"
-export XDG_CACHE_HOME="${XDG_CACHE_HOME:-$HOME/.cache}"
-export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
-export XDG_DATA_DIRS="${XDG_DATA_DIRS:-/usr/local/share:/usr/share}"
-export XDG_STATE_HOME="${XDG_STATE_HOME:-$HOME/.local/state}"
-
-# for sxmo_vibrate
-export SXMO_VIBRATE_DEV="/dev/input/by-path/platform-c440000.spmi-platform-c440000.spmi:pmic@3:haptics@c000-event"