From d350ef7c511063c4d08b08e5ed86aed8c029baa5 Mon Sep 17 00:00:00 2001 From: Matthias Puchstein Date: Sun, 23 Mar 2025 06:19:34 +0100 Subject: [PATCH] fixed some envs --- .config/autostart##hostname.owlenpc00/qpwgraph.desktop | 2 +- .profile | 1 + .profile##hostname.owlenpc00 | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 120000 .profile create mode 100644 .profile##hostname.owlenpc00 diff --git a/.config/autostart##hostname.owlenpc00/qpwgraph.desktop b/.config/autostart##hostname.owlenpc00/qpwgraph.desktop index ceba07b..9c3e74f 100644 --- a/.config/autostart##hostname.owlenpc00/qpwgraph.desktop +++ b/.config/autostart##hostname.owlenpc00/qpwgraph.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Exec=/usr/bin/qpwgraph -m /home/mpuchstein/.config/qpwgraph/default.qpwgraph +Exec=/usr/bin/qpwgraph Name=qpwgraph Comment=A PipeWire Graph Qt GUI Interface Type=Application diff --git a/.profile b/.profile new file mode 120000 index 0000000..8cc8c00 --- /dev/null +++ b/.profile @@ -0,0 +1 @@ +.profile##hostname.owlenpc00 \ No newline at end of file diff --git a/.profile##hostname.owlenpc00 b/.profile##hostname.owlenpc00 new file mode 100644 index 0000000..9929bf2 --- /dev/null +++ b/.profile##hostname.owlenpc00 @@ -0,0 +1,6 @@ + + +# Added by Toolbox App +export PATH="${PATH}:/home/mpuchstein/.local/share/JetBrains/Toolbox/scripts" +export PATH="${PATH}:/home/mpuchstein/.local/bin" +export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"