forked from Shinonome/dots-hyprland
cheatsheet open anim from bottom
This commit is contained in:
@@ -71,7 +71,6 @@ const ClickOutsideToClose = () => Widget.EventBox({
|
|||||||
export default (id) => PopupWindow({
|
export default (id) => PopupWindow({
|
||||||
name: `cheatsheet${id}`,
|
name: `cheatsheet${id}`,
|
||||||
layer: 'overlay',
|
layer: 'overlay',
|
||||||
exclusivity: 'ignore',
|
|
||||||
keymode: 'exclusive',
|
keymode: 'exclusive',
|
||||||
visible: false,
|
visible: false,
|
||||||
child: Widget.Box({
|
child: Widget.Box({
|
||||||
|
|||||||
Reference in New Issue
Block a user