forked from Shinonome/dots-hyprland
make cheatsheet ignore pinned sidebar
This commit is contained in:
@@ -69,7 +69,7 @@ const clickOutsideToClose = Widget.EventBox({
|
|||||||
|
|
||||||
export default () => Widget.Window({
|
export default () => Widget.Window({
|
||||||
name: 'cheatsheet',
|
name: 'cheatsheet',
|
||||||
exclusivity: 'normal',
|
exclusivity: 'ignore',
|
||||||
focusable: true,
|
focusable: true,
|
||||||
popup: true,
|
popup: true,
|
||||||
visible: false,
|
visible: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user