Merge branch 'master' of gitlab.com:chriscochrun/dotfiles

This commit is contained in:
Chris Cochrun 2021-09-29 10:32:10 -05:00
commit 3c3559bd84
6 changed files with 86 additions and 11 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