diff --git a/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/bridge-netgear-r6250 b/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/bridge-netgear-r6250
index 95b45a4..13a5e70 100755
--- a/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/bridge-netgear-r6250
+++ b/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/bridge-netgear-r6250
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-alacritty -T root@bridge-netgear-r6250 -e ssh root@bridge-netgear-r6250
+alacritty -T ' bridge-netgear-r6250' -e ssh root@bridge-netgear-r6250
diff --git a/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/router-netgear-r8000 b/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/router-netgear-r8000
index 45bff7e..3bf761b 100755
--- a/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/router-netgear-r8000
+++ b/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/router-netgear-r8000
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-alacritty -T root@router-netgear-r8000 -e ssh root@router-netgear-r8000
+alacritty -T ' router-netgear-r8000' -e ssh root@router-netgear-r8000
diff --git a/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-dell-7050sff-debian b/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-dell-7050sff-debian
index 235c76a..b82f567 100755
--- a/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-dell-7050sff-debian
+++ b/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-dell-7050sff-debian
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-alacritty -e bash -c '\
+alacritty -T ' server-dell-7050sff-debian' -e bash -c '\
 eval $(ssh-agent) &> /dev/null; \
 ssh-add ~/.ssh/id_ed25519 &> /dev/null; \
 ssh -A pogmom@server-dell-7050sff-debian'
diff --git a/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-dell-p95g001-debian b/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-dell-p95g001-debian
index 550f9cf..fc651b7 100755
--- a/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-dell-p95g001-debian
+++ b/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-dell-p95g001-debian
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-alacritty -e bash -c '\
+alacritty -T ' server-dell-p95g001-debian' -e bash -c '\
 eval $(ssh-agent) &> /dev/null; \
 ssh-add ~/.ssh/id_ed25519 &> /dev/null; \
 ssh -A pogmom@server-dell-p95g001-debian'
diff --git a/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-hp-y2z63av b/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-hp-y2z63av
index ef4c51a..868c871 100755
--- a/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-hp-y2z63av
+++ b/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-hp-y2z63av
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-alacritty -e bash -c '\
+alacritty -T ' server-hp-y2z63av' -e bash -c '\
 eval $(ssh-agent) &> /dev/null; \
 ssh-add ~/.ssh/id_ed25519 &> /dev/null; \
 ssh -A pogmom@server-hp-y2z63av'