mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
make cheatsheet ignore pinned sidebar
This commit is contained in:
parent
81bf723d12
commit
21c4c937e4
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ const clickOutsideToClose = Widget.EventBox({
|
|||
|
||||
export default () => Widget.Window({
|
||||
name: 'cheatsheet',
|
||||
exclusivity: 'normal',
|
||||
exclusivity: 'ignore',
|
||||
focusable: true,
|
||||
popup: true,
|
||||
visible: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue