feat(ahk): add config watching + reloading cmds

Adds two new commands that enable the manual reloading of an AHK config
file in the default location and the watching and automatic reloading of
an AHK config file in the default location.
This commit is contained in:
LGUG2Z
2021-08-15 14:26:13 -07:00
parent 126eee49ca
commit b6ff862705
10 changed files with 402 additions and 49 deletions

View File

@@ -52,6 +52,8 @@ pub enum SocketMessage {
WorkspaceName(usize, usize, String),
WorkspaceLayout(usize, usize, Layout),
// Configuration
ReloadConfiguration,
WatchConfiguration(bool),
FloatClass(String),
FloatExe(String),
FloatTitle(String),