mirror of
https://github.com/rbreaves/kinto.git
synced 2025-06-28 00:51:44 +02:00
77 lines
2.2 KiB
JSON
77 lines
2.2 KiB
JSON
{"config":[{
|
|
"name":"gui",
|
|
"run":"",
|
|
"run_onInput":"",
|
|
"run_offInput": "killall xbindkeys > /dev/null 2>&1",
|
|
"symbols":"",
|
|
"types":"",
|
|
"de":[],
|
|
"appnames":[ "" ]
|
|
},
|
|
{
|
|
"name":"term",
|
|
"run":"",
|
|
"run_onInput":"",
|
|
"run_offInput": "killall xbindkeys > /dev/null 2>&1",
|
|
"symbols":"",
|
|
"types":"",
|
|
"de":[],
|
|
"appnames":[ "Gnome-terminal","konsole","io.elementary.terminal","terminator","sakura","guake","tilda","xterm","eterm","kitty","alacritty","mate-terminal","tilix","xfce4-terminal" ]
|
|
},
|
|
{
|
|
"name": "firefox",
|
|
"run": "",
|
|
"run_onInput": "pkill -f ~/.config/kinto/.firefox-nw",
|
|
"run_offInput": "xbindkeys -f $HOME/.config/kinto/.firefox-nw",
|
|
"symbols": "",
|
|
"types": "",
|
|
"de": [],
|
|
"appnames": [ "Firefox" ]
|
|
},
|
|
{
|
|
"name": "chrome",
|
|
"run": "",
|
|
"run_onInput": "xkbcomp -w0 -I$HOME/.xkb ~/.xkb/keymap/kbd.mac.gui $DISPLAY",
|
|
"run_offInput": "xkbcomp -w0 -I$HOME/.xkb ~/.xkb/keymap/kbd.mac.gui.chrome $DISPLAY",
|
|
"symbols": "",
|
|
"types": "",
|
|
"de": [],
|
|
"appnames": [ "Chromium","Chromium-browser","Google-chrome","Epiphany" ]
|
|
}],
|
|
"init": [],
|
|
"detypes":["gnome2","gnome3","kde4","kde5","xfce","i3wm"],
|
|
"de":[{
|
|
"id": 1,
|
|
"type": ["gnome3"],
|
|
"active": false,
|
|
"intent":"init",
|
|
"name":"gnome-init",
|
|
"description":"Gnome - Remove Superkey Overlay keybinding to Activities Overview",
|
|
"run":"gsettings set org.gnome.mutter overlay-key ''",
|
|
"run_term":"",
|
|
"run_gui":""
|
|
},
|
|
{
|
|
"id": 2,
|
|
"type": ["gnome3"],
|
|
"active": false,
|
|
"intent":"gui_term",
|
|
"name":"Gnome Activities Overview",
|
|
"description":"Cmd+Space activates Activities Overview",
|
|
"run":"",
|
|
"run_term":"gsettings set org.gnome.desktop.wm.keybindings panel-main-menu \"['<Control><Shift>Space']\"",
|
|
"run_gui":"gsettings set org.gnome.desktop.wm.keybindings panel-main-menu \"['<Ctrl>Space']\""
|
|
},
|
|
{
|
|
"id": 3,
|
|
"type": ["kde5"],
|
|
"active": false,
|
|
"intent":"init",
|
|
"name":"kde-init",
|
|
"description":"KDE Plasma 5 - Removes Superkey Overlay from the Launcher Menu",
|
|
"run":"kwriteconfig5 --file ~/.config/kwinrc --group ModifierOnlyShortcuts --key Meta \"\";qdbus org.kde.KWin /KWin reconfigure",
|
|
"run_term":"",
|
|
"run_gui":""
|
|
}]
|
|
}
|