some rofi and other changes

This commit is contained in:
Chris Cochrun 2021-10-01 10:44:41 -05:00
parent 3c3559bd84
commit d07781465b
5 changed files with 7 additions and 6 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