From 35cd6475ec953f0cacdfd4a277b4e48c613781e2 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 30 Mar 2021 06:16:07 -0500 Subject: [PATCH] Adding syl --- rofi/launchers-git/windows.sh | 2 +- rofi/rofi-pass/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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