summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mut/nushell/config.nu2
-rw-r--r--mvbs.sh1
-rw-r--r--progs.csv2
3 files changed, 4 insertions, 1 deletions
diff --git a/mut/nushell/config.nu b/mut/nushell/config.nu
index ba7cac7..ba565e2 100644
--- a/mut/nushell/config.nu
+++ b/mut/nushell/config.nu
@@ -919,4 +919,4 @@ $env.PISTARCHIO_STACKS_DIR = $pistarchio_dir + "/stacks"
$env.PISTARCHIO_LIBRARY_DIR = $pistarchio_dir + "/library"
$env.PISTARCHIO_VENDOR_DESTINATION_DIR = ($pistarchio_dir + "/../clients") | path expand
# overlay use ~/Programming/Pionative/quickstart/.venv/bin/activate.nu
-. ~/Programming/Pionative/quickstart/.venv/bin/activate
+# . ~/Programming/Pionative/quickstart/.venv/bin/activate
diff --git a/mvbs.sh b/mvbs.sh
index 815c86b..bd473af 100644
--- a/mvbs.sh
+++ b/mvbs.sh
@@ -273,6 +273,7 @@ EndSection' >/etc/X11/xorg.conf.d/40-libinput.conf
# Xdg home
[ ! -f /etc/X11/xorg.conf.d/40-libinput.conf ] && printf 'export PATH="$HOME/.local/bin:$PATH"
+export XINITRC=$HOME/.config/x11/xinitrc
export XDG_CONFIG_HOME=$HOME/.config
export XDG_CACHE_HOME=$HOME/.cache
export XDG_DATA_HOME=$HOME/.local/share' >/etc/profile.d/xdg-home.sh
diff --git a/progs.csv b/progs.csv
index 15c5961..bb74cf4 100644
--- a/progs.csv
+++ b/progs.csv
@@ -31,10 +31,12 @@
,,socat,"is a utility which establishes two byte streams and transfers data between them."
,,moreutils,"is a collection of useful unix tools."
desktop,,ffmpeg,"can record and splice video and audio on the command line."
+desktop,,dbus,"needed to manage your login session (e.g. XDG_RUNTIME_DIR) without soystem-D."
desktop,,xorg-server,"is the graphical server. This first one may take a while as it pulls many other dependencies first on clean installs."
desktop,,xwininfo,"allows querying information about windows."
desktop,,xinit,"starts the graphical server."
desktop,,xset,"utility for configuring and ajusting X server"
+desktop,,xrdb,"reload xresources (does anyone use this?)"
desktop,,polkit,"manages user policies."
desktop,,font-awesome,"provides extended glyph support."
desktop,,dejavu-fonts-ttf,"properly displays emojis."