forked from Shinonome/dots-hyprland
ags: windows spawn on top layer instead of overlay (#894)
This commit is contained in:
@@ -9,7 +9,7 @@ export default (id = '') => PopupWindow({
|
||||
keymode: 'on-demand',
|
||||
visible: false,
|
||||
anchor: ['top', 'bottom', 'left', 'right'],
|
||||
layer: 'overlay',
|
||||
layer: 'top',
|
||||
child: Widget.Box({
|
||||
vertical: true,
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user