Compare commits

..

2 Commits

2 changed files with 6 additions and 2 deletions

View File

@ -27,11 +27,11 @@ repos:
# https://github.com/Mikaela/gist/blob/master/doctoc.txt
args: [--update-only]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.4.1"
rev: "v1.5.0"
hooks:
- id: mypy
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0"
rev: "v3.0.1"
hooks:
- id: prettier
exclude_types: [python, pyi, jupyter]

View File

@ -14,6 +14,10 @@ export XDG_CURRENT_DESKTOP=sway
# mentions this
export XDG_SESSION_DESKTOP=sway
# Java applications under non-parenting window managers (incl. sway)
# via https://github.com/simplex-chat/simplex-chat/issues/2889#issuecomment-1677272784
export _JAVA_AWT_WM_NONREPARENTING=1
# Using fcitx
export XMODIFIERS=@im=fcitx
export GTK_IM_MODULE="fcitx"