- Resolved Cmd-Tab bug with terminals under KDE

This commit is contained in:
Ben Reaves
2020-04-15 00:48:32 -05:00
parent d11598077d
commit ac87e8f144
3 changed files with 8 additions and 8 deletions

View File

@@ -21,8 +21,8 @@
{
"name": "firefox",
"run": "",
"run_onInput": "killall xbindkeys > /dev/null 2>&1",
"run_offInput": "killall xbindkeys > /dev/null 2>&1;xbindkeys -f $HOME/.config/kinto/.firefox-nw",
"run_onInput": "pkill -f ~/.config/kinto/.firefox-nw",
"run_offInput": "xbindkeys -f $HOME/.config/kinto/.firefox-nw",
"symbols": "",
"types": "",
"de": [],