added astal-apps

This commit is contained in:
biscuit
2025-05-15 18:32:04 -05:00
parent 45639b77cf
commit 861afe8e83
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -65,6 +65,7 @@
p7zip
btop
libnotify
astal.apps
];
environment.sessionVariables = {
+1
View File
@@ -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 packages/ags/epik-shell added at 9002206c8b
+1
View File
@@ -3,5 +3,6 @@
astal.io
astal.gjs
astal.hyprland
astal.apps
];
}