mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-18 14:59:59 -05:00
ags: windows spawn on top layer instead of overlay (#894)
This commit is contained in:
@@ -13,7 +13,7 @@ export default ({
|
||||
return Window({
|
||||
name,
|
||||
visible: false,
|
||||
layer: 'overlay',
|
||||
layer: 'top',
|
||||
...props,
|
||||
|
||||
child: Box({
|
||||
|
||||
Reference in New Issue
Block a user