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