Add .config/ulauncher/ext_preferences/com.github.dhelmr.ulauncher-duckduckgo-bangs.db
Add .config/ulauncher/ext_preferences/com.github.nastuzzisamy.ulauncher-youtube-search.db Add .config/ulauncher/ext_preferences/com.github.rdnetto.ulauncher-sway.db Add .config/ulauncher/ext_preferences/com.github.ulauncher.ulauncher-kill.db Add .config/ulauncher/extensions.json Add .config/ulauncher/settings.json Add .config/ulauncher/shortcuts.json
This commit is contained in:
parent
70d5eaddc9
commit
b86467a66f
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
23
dot_config/ulauncher/extensions.json
Normal file
23
dot_config/ulauncher/extensions.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"com.github.ulauncher.ulauncher-kill": {
|
||||||
|
"id": "com.github.ulauncher.ulauncher-kill",
|
||||||
|
"url": "https://github.com/Ulauncher/ulauncher-kill",
|
||||||
|
"updated_at": "2022-11-26T04:26:06.111291",
|
||||||
|
"last_commit": "7ba3f9fb273c4cbbecd26352c88a3156205417db",
|
||||||
|
"last_commit_time": "2020-01-05T13:02:00"
|
||||||
|
},
|
||||||
|
"com.github.dhelmr.ulauncher-duckduckgo-bangs": {
|
||||||
|
"id": "com.github.dhelmr.ulauncher-duckduckgo-bangs",
|
||||||
|
"url": "https://github.com/dhelmr/ulauncher-duckduckgo-bangs",
|
||||||
|
"updated_at": "2022-11-26T04:37:29.731548",
|
||||||
|
"last_commit": "23d64d66120b06d5373da9a061680a34d6d6691a",
|
||||||
|
"last_commit_time": "2021-09-03T15:25:03"
|
||||||
|
},
|
||||||
|
"com.github.rdnetto.ulauncher-sway": {
|
||||||
|
"id": "com.github.rdnetto.ulauncher-sway",
|
||||||
|
"url": "https://github.com/rdnetto/ulauncher-sway",
|
||||||
|
"updated_at": "2022-11-26T04:38:20.575243",
|
||||||
|
"last_commit": "9fc141f01959fb5086518699229af97d920ca865",
|
||||||
|
"last_commit_time": "2021-07-22T12:29:13"
|
||||||
|
}
|
||||||
|
}
|
12
dot_config/ulauncher/settings.json
Normal file
12
dot_config/ulauncher/settings.json
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"blacklisted-desktop-dirs": "/usr/share/locale:/usr/share/app-install:/usr/share/kservices5:/usr/share/fk5:/usr/share/kservicetypes5:/usr/share/applications/screensavers:/usr/share/kde4:/usr/share/mimelnk",
|
||||||
|
"clear-previous-query": true,
|
||||||
|
"disable-desktop-filters": false,
|
||||||
|
"grab-mouse-pointer": false,
|
||||||
|
"hotkey-show-app": "<Primary>space",
|
||||||
|
"render-on-screen": "mouse-pointer-monitor",
|
||||||
|
"show-indicator-icon": true,
|
||||||
|
"show-recent-apps": "3",
|
||||||
|
"terminal-command": "foot",
|
||||||
|
"theme-name": "dark"
|
||||||
|
}
|
42
dot_config/ulauncher/shortcuts.json
Normal file
42
dot_config/ulauncher/shortcuts.json
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
{
|
||||||
|
"9730b39e-537f-45de-b87a-a9d2dd17dda8": {
|
||||||
|
"id": "9730b39e-537f-45de-b87a-a9d2dd17dda8",
|
||||||
|
"name": "Google Search",
|
||||||
|
"keyword": "g",
|
||||||
|
"cmd": "https://google.com/search?q=%s",
|
||||||
|
"icon": "/usr/share/ulauncher/media/google-search-icon.png",
|
||||||
|
"is_default_search": true,
|
||||||
|
"run_without_argument": false,
|
||||||
|
"added": 1669421014.6201887
|
||||||
|
},
|
||||||
|
"23be77f1-de11-404d-99c9-1c9a36bf3f0b": {
|
||||||
|
"id": "23be77f1-de11-404d-99c9-1c9a36bf3f0b",
|
||||||
|
"name": "Stack Overflow",
|
||||||
|
"keyword": "so",
|
||||||
|
"cmd": "https://stackoverflow.com/search?q=%s",
|
||||||
|
"icon": "/usr/share/ulauncher/media/stackoverflow-icon.svg",
|
||||||
|
"is_default_search": true,
|
||||||
|
"run_without_argument": false,
|
||||||
|
"added": 1669421014.6202574
|
||||||
|
},
|
||||||
|
"74e396a6-55d2-46f0-adef-40a415805d6c": {
|
||||||
|
"id": "74e396a6-55d2-46f0-adef-40a415805d6c",
|
||||||
|
"name": "Wikipedia",
|
||||||
|
"keyword": "wiki",
|
||||||
|
"cmd": "https://en.wikipedia.org/wiki/%s",
|
||||||
|
"icon": "/usr/share/ulauncher/media/wikipedia-icon.png",
|
||||||
|
"is_default_search": true,
|
||||||
|
"run_without_argument": false,
|
||||||
|
"added": 1669421014.6203218
|
||||||
|
},
|
||||||
|
"4d6f0781-bcb0-479d-8ca3-3e8c38aa870c": {
|
||||||
|
"id": "4d6f0781-bcb0-479d-8ca3-3e8c38aa870c",
|
||||||
|
"name": "bashmount",
|
||||||
|
"keyword": "mount",
|
||||||
|
"cmd": "foot bashmount",
|
||||||
|
"icon": null,
|
||||||
|
"is_default_search": false,
|
||||||
|
"run_without_argument": true,
|
||||||
|
"added": 1669424525.5824773
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue