mirror of
https://github.com/rad4day/Waybar.git
synced 2025-08-25 15:02:26 +02:00
special fix
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user