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