mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 14:30:45 +00:00
Add walker launcher
This commit is contained in:
parent
63113f0fd6
commit
705ef3451a
4 changed files with 201 additions and 1 deletions
97
home/programs/graphical/launchers/walker/config.json
Normal file
97
home/programs/graphical/launchers/walker/config.json
Normal file
|
@ -0,0 +1,97 @@
|
|||
{
|
||||
"placeholder": "Search...",
|
||||
"keep_open": false,
|
||||
"ignore_mouse": false,
|
||||
"ssh_host_file": "",
|
||||
"enable_typeahead": false,
|
||||
"show_initial_entries": true,
|
||||
"fullscreen": false,
|
||||
"scrollbar_policy": "automatic",
|
||||
"hyprland": {
|
||||
"context_aware_history": false
|
||||
},
|
||||
"activation_mode": {
|
||||
"disabled": false,
|
||||
"use_f_keys": false,
|
||||
"use_alt": false
|
||||
},
|
||||
"search": {
|
||||
"delay": 0,
|
||||
"hide_icons": false,
|
||||
"margin_spinner": 10,
|
||||
"hide_spinner": false
|
||||
},
|
||||
"runner": {
|
||||
"excludes": [
|
||||
"rm"
|
||||
]
|
||||
},
|
||||
"clipboard": {
|
||||
"max_entries": 10,
|
||||
"image_height": 300
|
||||
},
|
||||
"align": {
|
||||
"ignore_exlusive": true,
|
||||
"width": 400,
|
||||
"horizontal": "center",
|
||||
"vertical": "start",
|
||||
"anchors": {
|
||||
"top": false,
|
||||
"left": false,
|
||||
"bottom": false,
|
||||
"right": false
|
||||
},
|
||||
"margins": {
|
||||
"top": 20,
|
||||
"bottom": 0,
|
||||
"end": 0,
|
||||
"start": 0
|
||||
}
|
||||
},
|
||||
"list": {
|
||||
"height": 300,
|
||||
"margin_top": 10,
|
||||
"always_show": true,
|
||||
"hide_sub": false
|
||||
},
|
||||
"orientation": "vertical",
|
||||
"icons": {
|
||||
"theme": "",
|
||||
"hide": false,
|
||||
"size": 28,
|
||||
"image_height": 200
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
"name": "runner",
|
||||
"prefix": ""
|
||||
},
|
||||
{
|
||||
"name": "applications",
|
||||
"prefix": ""
|
||||
},
|
||||
{
|
||||
"name": "ssh",
|
||||
"prefix": "",
|
||||
"switcher_exclusive": true
|
||||
},
|
||||
{
|
||||
"name": "finder",
|
||||
"prefix": "",
|
||||
"switcher_exclusive": true
|
||||
},
|
||||
{
|
||||
"name": "commands",
|
||||
"prefix": "",
|
||||
"switcher_exclusive": true
|
||||
},
|
||||
{
|
||||
"name": "websearch",
|
||||
"prefix": "?"
|
||||
},
|
||||
{
|
||||
"name": "switcher",
|
||||
"prefix": "/"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue