Skip to content

Commit 3f99d03

Browse files
committed
Added settings and shortcuts configs of Ulauncher.
1 parent 43c1484 commit 3f99d03

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

ulauncher/settings.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"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",
3+
"clear-previous-query": true,
4+
"grab-mouse-pointer": true,
5+
"hotkey-show-app": "<Primary><Alt>r",
6+
"render-on-screen": "mouse-pointer-monitor",
7+
"show-indicator-icon": true,
8+
"show-recent-apps": "3",
9+
"terminal-command": "",
10+
"theme-name": "dark"
11+
}

ulauncher/shortcuts.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"a0c48c54-5338-47ed-a08e-ed0702ee58b5": {
3+
"id": "a0c48c54-5338-47ed-a08e-ed0702ee58b5",
4+
"name": "Google Search",
5+
"keyword": "g",
6+
"cmd": "https://google.com/search?q=%s",
7+
"icon": "/usr/share/ulauncher/media/google-search-icon.png",
8+
"is_default_search": true,
9+
"run_without_argument": false,
10+
"added": 1628590623.0943751
11+
},
12+
"f63759c3-a71a-4cda-86e4-56fb7c90d325": {
13+
"id": "f63759c3-a71a-4cda-86e4-56fb7c90d325",
14+
"name": "Stack Overflow",
15+
"keyword": "so",
16+
"cmd": "http://stackoverflow.com/search?q=%s",
17+
"icon": "/usr/share/ulauncher/media/stackoverflow-icon.svg",
18+
"is_default_search": true,
19+
"run_without_argument": false,
20+
"added": 1628590623.0944703
21+
},
22+
"9502962f-cb57-4ffc-95d5-a34842483750": {
23+
"id": "9502962f-cb57-4ffc-95d5-a34842483750",
24+
"name": "Wikipedia",
25+
"keyword": "wiki",
26+
"cmd": "https://en.wikipedia.org/wiki/%s",
27+
"icon": "/usr/share/ulauncher/media/wikipedia-icon.png",
28+
"is_default_search": true,
29+
"run_without_argument": false,
30+
"added": 1628590623.0945318
31+
}
32+
}

0 commit comments

Comments
 (0)