diff --git a/dock.js b/dock.js index d3202ad..a782127 100644 --- a/dock.js +++ b/dock.js @@ -436,7 +436,7 @@ export let Dock = GObject.registerClass( Main.layoutManager.addChrome(this, { affectsStruts: false, - // affectsInputRegion: false, + affectsInputRegion: false, trackFullscreen: true, }); @@ -1152,7 +1152,7 @@ export let Dock = GObject.registerClass( // dwell //! add scaleFactor? - let dwellHeight = 2; + let dwellHeight = 4; if (vertical) { this.dwell.width = dwellHeight; this.dwell.height = this.height;