feat: update anyrun & use gtk4 css, revert nvidia to prod driver (#220)

fix: nvidia: revert to prod driver to fix GTK4 apps hang on close
This commit is contained in:
Ryan Yin
2025-09-11 10:41:09 +08:00
committed by GitHub
parent 07d6a5e102
commit e902a9bdb1
7 changed files with 153 additions and 119 deletions

View File

@@ -0,0 +1,10 @@
Config(
// The prefix that the search needs to begin with to yield symbol results
prefix: "",
// Custom user defined symbols to be included along the unicode symbols
symbols: {
// "name": "text to be copied"
"shrug": "¯\\_(ツ)_/¯",
},
max_entries: 3,
)