fix(workspaces/sway): handle workspaces with quotes
This commit is contained in:
@@ -23,7 +23,7 @@ class Workspaces : public AModule, public sigc::trackable {
|
||||
auto update() -> void override;
|
||||
|
||||
private:
|
||||
static constexpr std::string_view workspace_switch_cmd_ = "workspace {} \"{}\"";
|
||||
static constexpr std::string_view workspace_switch_cmd_ = "workspace {} {}";
|
||||
static constexpr std::string_view persistent_workspace_switch_cmd_ =
|
||||
R"(workspace {} "{}"; move workspace to output "{}"; workspace {} "{}")";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user