Merge branch 'master' of gitlab.com:chriscochrun/dotfiles
This commit is contained in:
commit
3c3559bd84
6 changed files with 86 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue