All kinds of idk changes with idk stuff!
This commit is contained in:
parent
9e5f0ad759
commit
131bb57ac3
25 changed files with 245 additions and 68 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue