Adding syl
This commit is contained in:
parent
1cb62c5982
commit
35cd6475ec
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [ $(hostname) = "chris-linuxlaptop" ]; then
|
||||
if [ $(hostname) = "syl" ]; then
|
||||
style="laptop"
|
||||
#echo "this is hidpi"
|
||||
else
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue