added astal-apps
This commit is contained in:
@@ -65,6 +65,7 @@
|
||||
p7zip
|
||||
btop
|
||||
libnotify
|
||||
astal.apps
|
||||
];
|
||||
|
||||
environment.sessionVariables = {
|
||||
|
||||
@@ -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
@@ -3,5 +3,6 @@
|
||||
astal.io
|
||||
astal.gjs
|
||||
astal.hyprland
|
||||
astal.apps
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user