- Added browsers category, input/caret detection, includes xbindkeys, and xautomation for one off fixes

This commit is contained in:
Ben Reaves
2020-02-16 17:33:28 -06:00
parent 5d5d8de92e
commit 5a56ea823f
8 changed files with 67 additions and 8 deletions

View File

@@ -2,6 +2,9 @@
"name":"gui",
"run":"",
"run_onInput":"",
"run_offInput": "",
"symbols":"",
"types":"",
"de":[],
"appnames":[ "" ]
},
@@ -9,8 +12,21 @@
"name":"term",
"run":"",
"run_onInput":"",
"run_offInput": "",
"symbols":"",
"types":"",
"de":[],
"appnames":[ "Gnome-terminal","konsole","io.elementary.terminal","terminator","sakura","guake","tilda","xterm","eterm" ]
},
{
"name": "browsers",
"run": "",
"run_onInput": "killall xbindkeys > /dev/null 2>&1",
"run_offInput": "xbindkeys -f $HOME/.config/kinto/.browsers",
"symbols":"",
"types":"",
"de": [],
"appnames":[ "Chromium","Firefox" ]
}],
"init": [],
"detypes":["gnome2","gnome3","kde4","kde5","xfce","i3wm"],