Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion dock.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,10 @@ export let Dock = GObject.registerClass(

Main.layoutManager.addChrome(this, {
affectsStruts: false,
// affectsInputRegion: false,
// keep the full-width container out of the input region — on X11 it
// would otherwise block clicks near the screen edge while the dock
// is hidden (#317); struts carries input when the dock is visible
affectsInputRegion: false,
trackFullscreen: true,
});

Expand Down