PaperWM icon indicating copy to clipboard operation
PaperWM copied to clipboard

Question: Disable minimap for switching between windows

Open terlar opened this issue 4 years ago • 1 comments

Is there a way to disable minimap for switching windows, I see the option opensMinimap, but does that mean I have to override all those keybindings and trying to figure out what the default values are?

Or if it is not possible with a lot of effort is it possible to configure extend the delay until it shows up?

terlar avatar Jul 01 '20 19:07 terlar

opensMinimap is keybind/action specific. There's not a global preference at the moment, others have asked about it before and I've been meaning to implement it, but haven't gotten to it yet.

It should be a really straightforward fix though:

  • Just add a new option (like this)
  • Compile the schemas (eg. make or just glib-compile-schemas schemas/)
  • Add the new option to the internal prefs tracking (like this).
  • And check against it here.

Ideally it should be added to the preference gui too (something like this).

hedning avatar Jul 01 '20 20:07 hedning

This is a duplicate of #173

terlar avatar Mar 03 '23 10:03 terlar