Making some changes for laptop now named syl

This commit is contained in:
Chris Cochrun 2021-03-28 04:21:57 -05:00
parent 3b6d7cac88
commit cc1cf1454c
5 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
if [ $(hostname) = "chris-linuxlaptop" ]; then
if [ $(hostname) = "syl" ]; then
style="laptop"
#echo "this is hidpi"
else