diff --git a/config/xfce4-desktop/xfce4-desktop b/config/xfce4-desktop/xfce4-desktop
deleted file mode 120000
index 611dce7..0000000
--- a/config/xfce4-desktop/xfce4-desktop
+++ /dev/null
@@ -1 +0,0 @@
-/home/jas/repos/git.hyperreal.coffee/hyperreal/dotfiles/config/xfce4-desktop
\ No newline at end of file
diff --git a/config/xfce4-desktop/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml b/config/xfce4-desktop/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
index 5bafdc9..7db5094 100644
--- a/config/xfce4-desktop/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
+++ b/config/xfce4-desktop/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
@@ -3,10 +3,12 @@
+
+
diff --git a/config/xfce4-desktop/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml b/config/xfce4-desktop/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
index bbad095..d22463e 100644
--- a/config/xfce4-desktop/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
+++ b/config/xfce4-desktop/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
@@ -5,5 +5,8 @@
+
+
+
diff --git a/config/xfce4-desktop/xfconf/xfce-perchannel-xml/xfwm4.xml b/config/xfce4-desktop/xfconf/xfce-perchannel-xml/xfwm4.xml
index 7c81b6c..fa56cd8 100644
--- a/config/xfce4-desktop/xfconf/xfce-perchannel-xml/xfwm4.xml
+++ b/config/xfce4-desktop/xfconf/xfce-perchannel-xml/xfwm4.xml
@@ -73,7 +73,7 @@
-
+
diff --git a/config/zellij/layouts/monitoring.kdl b/config/zellij/layouts/monitoring.kdl
new file mode 100644
index 0000000..449fc11
--- /dev/null
+++ b/config/zellij/layouts/monitoring.kdl
@@ -0,0 +1,36 @@
+layout {
+ default_tab_template {
+ pane size=1 borderless=true {
+ plugin location="zellij:tab-bar"
+ }
+ children
+ pane size=2 borderless=true {
+ plugin location="zellij:status-bar"
+ }
+ }
+ tab name="nas 100.64.0.13" {
+ pane command="autossh" {
+ args "-M 0" "-tttt" "jas@nas.headscale.moonshadow.dev" "btop"
+ }
+ }
+ tab name="moonshadow 100.64.0.8" {
+ pane command="autossh" {
+ args "-M 0" "-tttt" "jas@moonshadow.headscale.moonshadow.dev" "btop"
+ }
+ }
+ tab name="hyperreal.coffee 100.64.0.14" {
+ pane command="autossh" {
+ args "-M 0" "-tttt" "jas@hyperreal.headscale.moonshadow.dev" "btop"
+ }
+ }
+ tab name="rpi400 100.64.0.5" {
+ pane command="autossh" {
+ args "-M 0" "-tttt" "root@rpi400.headscale.moonshadow.dev" "btop"
+ }
+ }
+ tab name="glances" {
+ pane command="/home/jas/bin/swivel" {
+ args "100.64.0.13" "100.64.0.8" "100.64.0.14" "100.64.0.5"
+ }
+ }
+}
diff --git a/doom/.doom.d/.doom.d b/doom/.doom.d/.doom.d
new file mode 120000
index 0000000..3f4b475
--- /dev/null
+++ b/doom/.doom.d/.doom.d
@@ -0,0 +1 @@
+/home/jas/repos/git.hyperreal.coffee/hyperreal/dotfiles/doom/.doom.d
\ No newline at end of file
diff --git a/just/.justfile b/just/.justfile
index 9156408..48b4b51 100644
--- a/just/.justfile
+++ b/just/.justfile
@@ -12,6 +12,8 @@ refresh-doom-emacs:
link-dotfiles:
#!/usr/bin/env bash
+ rm -rfv {{configdir}}/xfce4
+
if [ "$(hostname)" = "desktop" ]; then
ln -sf {{dotfiles_repo}}/config/xfce4-desktop {{configdir}}/xfce4
fi
diff --git a/zsh/.zshrc.d/.zshrc.d b/zsh/.zshrc.d/.zshrc.d
new file mode 120000
index 0000000..ee37fca
--- /dev/null
+++ b/zsh/.zshrc.d/.zshrc.d
@@ -0,0 +1 @@
+/home/jas/repos/git.hyperreal.coffee/hyperreal/dotfiles/zsh/.zshrc.d
\ No newline at end of file