forked from Shinonome/dots-hyprland
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