Compare commits

..

No commits in common. "376fa8853ac4e1a68b0351fd26f176eec726276a" and "52cc1ed16149d5069b598f2fb86816d158fd5a39" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

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

View File

@ -14,10 +14,6 @@ export XDG_CURRENT_DESKTOP=sway
# mentions this # mentions this
export XDG_SESSION_DESKTOP=sway 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 # Using fcitx
export XMODIFIERS=@im=fcitx export XMODIFIERS=@im=fcitx
export GTK_IM_MODULE="fcitx" export GTK_IM_MODULE="fcitx"