AutoYADM commit: 2025-06-06 16:25:18
This commit is contained in:
parent
53b8fc9ac6
commit
e8bcd30a97
2 changed files with 0 additions and 3 deletions
|
@ -34,7 +34,6 @@ hook global WinSetOption filetype=typst %{
|
||||||
} > /dev/null 2>&1 < /dev/null &
|
} > /dev/null 2>&1 < /dev/null &
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
nop %sh{ notify-send "4" }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
hook global WinSetOption filetype=fish %{
|
hook global WinSetOption filetype=fish %{
|
||||||
|
|
|
@ -21,13 +21,11 @@ hook global WinSetOption filetype=typst %(
|
||||||
hook window InsertChar \n -group typst-indent typst-indent-on-new-line
|
hook window InsertChar \n -group typst-indent typst-indent-on-new-line
|
||||||
|
|
||||||
hook -once -always window WinSetOption filetype=.* %{ remove-hooks window typst-.+ }
|
hook -once -always window WinSetOption filetype=.* %{ remove-hooks window typst-.+ }
|
||||||
nop %sh{ notify-send "2" }
|
|
||||||
)
|
)
|
||||||
|
|
||||||
hook -group typst-highlight global WinSetOption filetype=typst %{
|
hook -group typst-highlight global WinSetOption filetype=typst %{
|
||||||
add-highlighter window/typst ref typst
|
add-highlighter window/typst ref typst
|
||||||
hook -once -always window WinSetOption filetype=.* %{ remove-highlighter window/typst }
|
hook -once -always window WinSetOption filetype=.* %{ remove-highlighter window/typst }
|
||||||
nop %sh{ notify-send "3" }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
provide-module typst %~
|
provide-module typst %~
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue