mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-19 07:19:59 -05:00
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