Merge branch 'master' to add syl and stop using bling for a bit

This commit is contained in:
Chris Cochrun 2021-03-30 06:17:48 -05:00
commit 1a29e5fee3
7 changed files with 10 additions and 10 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

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

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

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

View file

@ -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