diff --git a/rofi/launchers-git/windows.sh b/rofi/launchers-git/windows.sh
index f4af3e1..f10e75e 100755
--- a/rofi/launchers-git/windows.sh
+++ b/rofi/launchers-git/windows.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-if [ $(hostname) = "chris-linuxlaptop" ]; then
+if [ $(hostname) = "syl" ]; then
     style="laptop"
     #echo "this is hidpi"
 else 
diff --git a/rofi/rofi-pass/config b/rofi/rofi-pass/config
index 125a1ce..9c32fd7 100644
--- a/rofi/rofi-pass/config
+++ b/rofi/rofi-pass/config
@@ -2,7 +2,7 @@
 # which can be switched at runtime with shift+left/right
 # root=/path/to/root
 
-if [ $(hostname) = "chris-linuxlaptop" ]; then
+if [ $(hostname) = "syl" ]; then
     style="laptop"
     #echo "this is hidpi"
 else