diff --git a/bigbox-random/hotkeyapps.json b/bigbox-random/hotkeyapps.json new file mode 100644 index 0000000..883a58a --- /dev/null +++ b/bigbox-random/hotkeyapps.json @@ -0,0 +1,84 @@ +[ + { + "Path": "C:/Users/Administrator/scoop/apps/cursor/current/Cursor.exe", + "findFirst": true, + "process": "Cursor.exe", + "processClass": "Chrome_WidgetWin_1", + "hotkey": "Shift+Alt+F", + "runArgs": "--profile Default" + }, + { + "Path": "C:/Users/Administrator/scoop/apps/cursor/current/Cursor.exe", + "findFirst": false, + "process": "Cursor.exe", + "processClass": "Chrome_WidgetWin_1", + "hotkey": "Shift+Alt+W", + "runArgs": "--profile Default" + }, + { + "Path": "C:/Users/Administrator/Seafile/My Library/programs/KLogg/klogg_portable.exe", + "findFirst": true, + "process": "klogg_portable.exe", + "processClass": "Qt651QWindowIcon", + "hotkey": "Shift+Alt+L" + }, + { + "Path": "C:/Users/Administrator/Seafile/Projects-Other/Projects/journaler/src-tauri/target/release/journaler.exe", + "process": "journaler.exe", + "findFirst": true, + "runOnly": true, + "hotkey": "Shift+Alt+T" + }, + { + "Path": "C:/Users/Administrator/scoop/apps/systeminformer-nightly/current/SystemInformer.exe", + "findFirst": true, + "process": "SystemInformer.exe", + "hotkey": "Shift+Alt+P" + }, + { + "Path": "C:/Users/Administrator/scoop/apps/sublime-text/current/sublime_text.exe", + "findFirst": true, + "process": "sublime_text.exe", + "hotkey": "Shift+Alt+E" + }, + { + "Path": "C:/Users/Administrator/scoop/shims/alacritty.exe", + "findFirst": false, + "process": "alacritty.exe", + "processClass": "Window Class", + "hotkey": "Win+W", + "runArgs": "--working-directory C:\\Users\\Administrator" + }, + { + "Path": "C:/Users/Administrator/scoop/shims/alacritty.exe", + "findFirst": true, + "process": "alacritty.exe", + "processClass": "Window Class", + "hotkey": "Win+Shift+W", + "runArgs": "--working-directory C:\\Users\\Administrator" + }, + { + "Path": "C:/Users/Administrator/scoop/apps/pyfa/current/pyfa.exe", + "findFirst": true, + "process": "pyfa.exe", + "hotkey": "Win+Shift+Q" + }, + { + "Path": "C:/Users/Administrator/scoop/apps/dbgate/current/DbGate.exe", + "findFirst": true, + "process": "DbGate.exe", + "hotkey": "Shift+Alt+C" + }, + { + "Path": "C:/Users/Administrator/scoop/apps/libreoffice/current/LibreOffice/program/scalc.exe", + "findFirst": true, + "process": "soffice.bin", + "hotkey": "Ctrl+Shift+H" + }, + { + "Path": "C:/Users/Administrator/scoop/apps/zulip/Zulip.exe", + "findFirst": true, + "process": "Zulip.exe", + "hotkey": "Alt+Shift+Y" + } +] diff --git a/bigbox-random/sync.yml b/bigbox-random/sync.yml index b22aa28..b107dfa 100644 --- a/bigbox-random/sync.yml +++ b/bigbox-random/sync.yml @@ -13,4 +13,7 @@ delete: true - source: RTSS target: ~/scoop/apps/rtss/current/Profiles + delete: true +- source: hotkeyapps.json + target: ~/AppData/Roaming/Administrator/.config/hotkeyapps.json delete: true \ No newline at end of file