mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
special fix
This commit is contained in:
parent
b9348180f5
commit
2d0fdaeec6
@ -263,7 +263,7 @@ auto Workspace::handle_clicked(GdkEventButton *bt) -> bool {
|
|||||||
} else if (id() != -99) { // named special
|
} else if (id() != -99) { // named special
|
||||||
gIPC->getSocket1Reply("dispatch togglespecialworkspace name" + name());
|
gIPC->getSocket1Reply("dispatch togglespecialworkspace name" + name());
|
||||||
} else { // special
|
} else { // special
|
||||||
gIPC->getSocket1Reply("dispatch togglespecialworkspace special");
|
gIPC->getSocket1Reply("dispatch togglespecialworkspace");
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
} catch (const std::exception &e) {
|
} catch (const std::exception &e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user