All kinds of idk changes with idk stuff!

This commit is contained in:
Chris Cochrun 2022-02-01 09:25:01 -06:00
parent 9e5f0ad759
commit 131bb57ac3
25 changed files with 245 additions and 68 deletions

View file

@ -10,6 +10,7 @@ if pgrep -x nyxt > /dev/null; then
# echo $emacsrg
if [ -z $nyxtrg ]; then
echo regnyxt
nyxt
exit
else
@ -34,5 +35,10 @@ if pgrep -x nyxt > /dev/null; then
fi
else
echo not running
nyxt
machine=$(hostname)
if [ $machine = "syl" ]; then
env GDK_DPI_SCALE=0.5 GDK_SCALE=2 nyxt
else
nyxt
fi
fi