Adding syl
This commit is contained in:
parent
1cb62c5982
commit
35cd6475ec
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue