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