This commit is contained in:
Daylin Morgan 2022-09-06 07:49:29 -05:00
parent e5dcd09807
commit 59141c8874
2 changed files with 3 additions and 4 deletions

View file

@ -11,4 +11,3 @@ unclutter --timeout 1 &
~/.config/qtile/.colors/colors.py ~/.config/qtile/.colors/colors.py
SKIP_WM_RESET=1 autorandr -c --default default SKIP_WM_RESET=1 autorandr -c --default default

View file

@ -81,7 +81,7 @@ help() {
} }
format-qmd() { format-qmd() {
# TODO: add support for outputs # TODO: add support for outputs
jupytext --from qmd $1 --pipe black jupytext --from qmd $1 --pipe black
jupytext --from qmd $1 --pipe black --opt 'notebook_metadata_filter=-all' jupytext --from qmd $1 --pipe black --opt 'notebook_metadata_filter=-all'
} }