added astal-apps
This commit is contained in:
@@ -104,6 +104,7 @@ function Workspaces() {
|
||||
const ws = hypr.workspaces.find(w => w.id === id)
|
||||
return <button
|
||||
className={fw.id === id ? "focused" : ""}
|
||||
// onClick={() => Utils.exec(`hyprctl dispatch workspace ${id}`)}
|
||||
onClick={() => ws?.focus()}>
|
||||
{id}
|
||||
</button>
|
||||
|
||||
Submodule
+1
Submodule packages/ags/epik-shell added at 9002206c8b
Reference in New Issue
Block a user