From 139e67af857a1ad4f84781c7d3b3118817a5bab0 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Sun, 17 Mar 2024 14:23:01 -0400 Subject: hyprland: update config --- .profile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to '.profile') diff --git a/.profile b/.profile index d36f8a3..372e74a 100644 --- a/.profile +++ b/.profile @@ -4,3 +4,21 @@ 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" -- cgit 1.4.1