making awesome notifications better

This commit is contained in:
Chris Cochrun 2021-10-01 06:03:25 -05:00
parent 3c3559bd84
commit 7606fc5369
3 changed files with 20 additions and 13 deletions

View file

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