fix dumb tmux conf
This commit is contained in:
44
.config/ulauncher/extensions.json
Normal file
44
.config/ulauncher/extensions.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"com.github.lighttigerxiv.ulauncher-session-manager": {
|
||||
"id": "com.github.lighttigerxiv.ulauncher-session-manager",
|
||||
"url": "https://github.com/lighttigerXIV/ulauncher-session-manager",
|
||||
"updated_at": "2022-12-31T12:46:06.062960",
|
||||
"last_commit": "fcf75949888eeb5ee5920ca43fc70d28151de33c",
|
||||
"last_commit_time": "2022-12-05T09:13:19"
|
||||
},
|
||||
"com.github.kbialek.ulauncher-bitwarden": {
|
||||
"id": "com.github.kbialek.ulauncher-bitwarden",
|
||||
"url": "https://github.com/kbialek/ulauncher-bitwarden",
|
||||
"updated_at": "2022-12-31T13:03:45.051425",
|
||||
"last_commit": "e5c25ebc24142f064eaebb29f6e473ded6d6b315",
|
||||
"last_commit_time": "2022-10-19T06:09:55"
|
||||
},
|
||||
"com.github.prophet-five.ulauncher-moodle": {
|
||||
"id": "com.github.prophet-five.ulauncher-moodle",
|
||||
"url": "https://github.com/prophet-five/ulauncher-moodle",
|
||||
"updated_at": "2022-12-31T13:04:50.864873",
|
||||
"last_commit": "a02468cfcdb9031cf0874fc4e252d38b33005a57",
|
||||
"last_commit_time": "2021-05-04T21:42:07"
|
||||
},
|
||||
"com.github.lighttigerxiv.ulauncher-terminal-runner-extension": {
|
||||
"id": "com.github.lighttigerxiv.ulauncher-terminal-runner-extension",
|
||||
"url": "https://github.com/lighttigerXIV/ulauncher-terminal-runner-extension/",
|
||||
"updated_at": "2022-12-31T13:07:11.673277",
|
||||
"last_commit": "8cbcf85e8b3a48a45d2d181488af6e5d89bff1b0",
|
||||
"last_commit_time": "2022-05-22T12:33:25"
|
||||
},
|
||||
"com.github.ygun.ulauncher-nm": {
|
||||
"id": "com.github.ygun.ulauncher-nm",
|
||||
"url": "https://github.com/ygun/ulauncher-nm",
|
||||
"updated_at": "2022-12-31T13:13:37.338893",
|
||||
"last_commit": "036a0b3b24fb325f7aa648872c916d04966e7101",
|
||||
"last_commit_time": "2021-02-03T13:17:59"
|
||||
},
|
||||
"com.github.ahaasler.ulauncher-tmux": {
|
||||
"id": "com.github.ahaasler.ulauncher-tmux",
|
||||
"url": "https://github.com/ahaasler/ulauncher-tmux",
|
||||
"updated_at": "2022-12-31T13:16:06.744191",
|
||||
"last_commit": "dd631a2e5a1d8bf2ab21095b43afe068443f02b9",
|
||||
"last_commit_time": "2021-06-05T16:42:59"
|
||||
}
|
||||
}
|
||||
12
.config/ulauncher/settings.json
Normal file
12
.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": "",
|
||||
"render-on-screen": "mouse-pointer-monitor",
|
||||
"show-indicator-icon": false,
|
||||
"show-recent-apps": "0",
|
||||
"terminal-command": "",
|
||||
"theme-name": "light"
|
||||
}
|
||||
32
.config/ulauncher/shortcuts.json
Normal file
32
.config/ulauncher/shortcuts.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"6c4d96bb-4545-4ad5-a922-3b39fa2475c1": {
|
||||
"id": "6c4d96bb-4545-4ad5-a922-3b39fa2475c1",
|
||||
"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": 1660301448.2133906
|
||||
},
|
||||
"a6f27a50-e557-49ef-8acc-185e041c427a": {
|
||||
"id": "a6f27a50-e557-49ef-8acc-185e041c427a",
|
||||
"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": 1660301448.2135096
|
||||
},
|
||||
"19f4c76b-a589-454e-8660-b6cc898447e1": {
|
||||
"id": "19f4c76b-a589-454e-8660-b6cc898447e1",
|
||||
"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": 1660301448.2135994
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user