adding a lot of script changes
This commit is contained in:
parent
161abbf381
commit
d25a75a078
15 changed files with 237 additions and 406 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue