launcher: ignore exclusivity
This commit is contained in:
parent
abcf099f87
commit
92dc0bcfdd
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ export default class Launcher extends PopupWindow {
|
||||||
anchor:
|
anchor:
|
||||||
Astal.WindowAnchor.TOP | Astal.WindowAnchor.LEFT | Astal.WindowAnchor.BOTTOM | Astal.WindowAnchor.RIGHT,
|
Astal.WindowAnchor.TOP | Astal.WindowAnchor.LEFT | Astal.WindowAnchor.BOTTOM | Astal.WindowAnchor.RIGHT,
|
||||||
keymode: Astal.Keymode.EXCLUSIVE,
|
keymode: Astal.Keymode.EXCLUSIVE,
|
||||||
|
exclusivity: Astal.Exclusivity.IGNORE,
|
||||||
borderWidth: 0,
|
borderWidth: 0,
|
||||||
onKeyPressEvent(_, event) {
|
onKeyPressEvent(_, event) {
|
||||||
const keyval = event.get_keyval()[1];
|
const keyval = event.get_keyval()[1];
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue