mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-28 11:47:04 +02:00
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:
10
home/linux/gui/base/desktop/conf/anyrun/symbols.ron
Normal file
10
home/linux/gui/base/desktop/conf/anyrun/symbols.ron
Normal 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,
|
||||
)
|
||||
Reference in New Issue
Block a user