forked from Shinonome/dots-hyprland
ags: windows spawn on top layer instead of overlay (#894)
This commit is contained in:
@@ -100,7 +100,7 @@ export default (id) => {
|
||||
return PopupWindow({
|
||||
monitor: id,
|
||||
name: `cheatsheet${id}`,
|
||||
layer: 'overlay',
|
||||
layer: 'top',
|
||||
keymode: 'on-demand',
|
||||
visible: false,
|
||||
anchor: ['top', 'bottom', 'left', 'right'],
|
||||
|
||||
Reference in New Issue
Block a user