adding a lot of script changes

This commit is contained in:
Chris Cochrun 2021-08-17 20:39:50 -05:00
parent 161abbf381
commit d25a75a078
15 changed files with 237 additions and 406 deletions

View file

@ -1,8 +1,12 @@
#!/bin/sh
if [ $(hostname) = "syl" ]; then
style="laptop"
#echo "this is hidpi"
if [ $WAYLAND_DISPLAY = "wayland-0" ]; then
style="desktop"
else
style="laptop"
#echo "this is hidpi"
fi
else
style="desktop"
#echo "this is not hidpi"