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 p7zip
btop btop
libnotify libnotify
astal.apps
]; ];
environment.sessionVariables = { environment.sessionVariables = {
+1
View File
@@ -104,6 +104,7 @@ function Workspaces() {
const ws = hypr.workspaces.find(w => w.id === id) const ws = hypr.workspaces.find(w => w.id === id)
return <button return <button
className={fw.id === id ? "focused" : ""} className={fw.id === id ? "focused" : ""}
// onClick={() => Utils.exec(`hyprctl dispatch workspace ${id}`)}
onClick={() => ws?.focus()}> onClick={() => ws?.focus()}>
{id} {id}
</button> </button>
Submodule packages/ags/epik-shell added at 9002206c8b
+1
View File
@@ -3,5 +3,6 @@
astal.io astal.io
astal.gjs astal.gjs
astal.hyprland astal.hyprland
astal.apps
]; ];
} }