elementary / greeter

Login and Lock Screen greeter for elementary OS and Pantheon, using LightDM
GNU General Public License v3.0
152 stars 39 forks source link

Compositor: disable tiling shortcuts #710

Closed lenemter closed 4 months ago

lenemter commented 4 months ago

Fixes #691

tintou commented 4 months ago

@lenemter Couldn't we just add a KeyBinding.set_custom_handler ("toggle-tiled-left", () => {});?