AutoYADM commit: 2025-06-06 16:25:18

This commit is contained in:
Daniel Fichtinger 2025-06-06 16:25:18 -04:00
parent 53b8fc9ac6
commit e8bcd30a97
2 changed files with 0 additions and 3 deletions

View file

@ -34,7 +34,6 @@ hook global WinSetOption filetype=typst %{
} > /dev/null 2>&1 < /dev/null &
}
}
nop %sh{ notify-send "4" }
}
hook global WinSetOption filetype=fish %{

View file

@ -21,13 +21,11 @@ hook global WinSetOption filetype=typst %(
hook window InsertChar \n -group typst-indent typst-indent-on-new-line
hook -once -always window WinSetOption filetype=.* %{ remove-hooks window typst-.+ }
nop %sh{ notify-send "2" }
)
hook -group typst-highlight global WinSetOption filetype=typst %{
add-highlighter window/typst ref typst
hook -once -always window WinSetOption filetype=.* %{ remove-highlighter window/typst }
nop %sh{ notify-send "3" }
}
provide-module typst %~