Adding syl

This commit is contained in:
Chris Cochrun 2021-03-30 06:16:07 -05:00
parent 1cb62c5982
commit 35cd6475ec
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -2,7 +2,7 @@
# which can be switched at runtime with shift+left/right # which can be switched at runtime with shift+left/right
# root=/path/to/root # root=/path/to/root
if [ $(hostname) = "chris-linuxlaptop" ]; then if [ $(hostname) = "syl" ]; then
style="laptop" style="laptop"
#echo "this is hidpi" #echo "this is hidpi"
else else