mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 14:30:45 +00:00
flake: update + walker rework
This commit is contained in:
parent
e52008cf2c
commit
3fea2d081e
5 changed files with 260 additions and 205 deletions
100
home/programs/graphical/launchers/walker/config.json
Normal file
100
home/programs/graphical/launchers/walker/config.json
Normal file
|
@ -0,0 +1,100 @@
|
|||
{
|
||||
"list": {
|
||||
"max_entries": 50,
|
||||
"show_initial_entries": true,
|
||||
"single_click": true
|
||||
},
|
||||
"search": {
|
||||
"force_keyboard_focus": true,
|
||||
"history": true,
|
||||
"placeholder": "Search...",
|
||||
"delay": 0
|
||||
},
|
||||
"activation_mode": {},
|
||||
"builtins": {
|
||||
"applications": {
|
||||
"name": "applications",
|
||||
"placeholder": "Applications",
|
||||
"actions": true,
|
||||
"prioritize_new": true,
|
||||
"context_aware": true,
|
||||
"refresh": true,
|
||||
"show_sub_when_single": true,
|
||||
"show_icon_when_single": true
|
||||
},
|
||||
"windows": {
|
||||
"icon": "view-restore",
|
||||
"name": "windows",
|
||||
"placeholder": "Windows"
|
||||
},
|
||||
"clipboard": {
|
||||
"name": "clipboard",
|
||||
"placeholder": "Clipboard",
|
||||
"image_height": 300,
|
||||
"max_entries": 10,
|
||||
"switcher_only": true
|
||||
},
|
||||
"commands": {
|
||||
"icon": "utilities-terminal",
|
||||
"switcher_only": true,
|
||||
"name": "commands",
|
||||
"placeholder": "Commands"
|
||||
},
|
||||
"custom_commands": {
|
||||
"icon": "utilities-terminal",
|
||||
"name": "custom_commands",
|
||||
"placeholder": "Custom Commands"
|
||||
},
|
||||
"emojis": {
|
||||
"name": "emojis",
|
||||
"placeholder": "Emojis",
|
||||
"switcher_only": true,
|
||||
"history": true,
|
||||
"typeahead": true
|
||||
},
|
||||
"finder": {
|
||||
"icon": "folder",
|
||||
"name": "finder",
|
||||
"placeholder": "Finder",
|
||||
"switcher_only": true,
|
||||
"ignore_gitignore": true,
|
||||
"refresh": true,
|
||||
"concurrency": 8
|
||||
},
|
||||
"runner": {
|
||||
"icon": "utilities-terminal",
|
||||
"name": "runner",
|
||||
"placeholder": "Runner",
|
||||
"typeahead": true,
|
||||
"history": true,
|
||||
"generic_entry": false,
|
||||
"refresh": true
|
||||
},
|
||||
"ssh": {
|
||||
"icon": "preferences-system-network",
|
||||
"name": "ssh",
|
||||
"placeholder": "SSH",
|
||||
"switcher_only": true,
|
||||
"history": true,
|
||||
"refresh": true
|
||||
},
|
||||
"switcher": {
|
||||
"name": "switcher",
|
||||
"placeholder": "Switcher",
|
||||
"prefix": "/"
|
||||
},
|
||||
"websearch": {
|
||||
"icon": "applications-internet",
|
||||
"name": "websearch",
|
||||
"placeholder": "Websearch",
|
||||
"engines": [
|
||||
"google"
|
||||
]
|
||||
},
|
||||
"dmenu": {
|
||||
"name": "dmenu",
|
||||
"placeholder": "Dmenu",
|
||||
"switcher_only": true
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue