mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-19 21:07:21 +02:00
Compare commits
2 Commits
52cc1ed161
...
376fa8853a
Author | SHA1 | Date | |
---|---|---|---|
376fa8853a | |||
04d1815570 |
@ -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]
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user