You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After inspecting this, turns out the following works: glazewm command \"""focus workspace 1\"""
I believe this should be simplified or corrected in the command description.
Problem
Cannot execute GlazeWM commands that have more than 1 word (have their own arguments) through IPC from command line,
Details
Run any command with more than one word.
For example in powershell, with GlazeWM from scoop:
glazewm command "focus workspace 1"
Result:
Invalid command 'focus'
GlazeWM output:
09/22/2023 12:59:33[IpcMessageHandler] IPC message received: command focus workspace 1.
glazewm command '"exit wm"'
Result:
Invalid command 'exit'
GlazeWM output:
09/22/2023 13:01:40[IpcMessageHandler] IPC message received: command exit wm.
Note
Single word command work as expected:
glazewm command "close"
GlazeWM output:
Info
OS: Windows 11
Shell: Powershell 5
Terminal emulator: Alacritty
The text was updated successfully, but these errors were encountered: