This commit is contained in:
Chris Cochrun 2021-09-29 10:31:45 -05:00
parent 12cba73398
commit 468e28e952
5 changed files with 6 additions and 6 deletions

View file

@ -10,7 +10,7 @@ if pgrep -x nyxt > /dev/null; then
# echo $emacsrg
if [ -z $nyxtrg ]; then
nyxt
env GDK_SCALE=2 GDK_DPI_SCALE=0.5 nyxt
exit
else
wmctrl -ia $nyxtrg
@ -29,5 +29,5 @@ if pgrep -x nyxt > /dev/null; then
fi
else
echo not running
nyxt
env GDK_SCALE=2 GDK_DPI_SCALE=0.5 nyxt
fi