From e26400b8419c674496f4761b8053aa5b42da82eb Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sat, 17 Jan 2026 17:37:11 -0600 Subject: [PATCH] Disabling hot corners in Niri. --- .config/niri/config.kdl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.config/niri/config.kdl b/.config/niri/config.kdl index 6e14c8f..6a6b19f 100644 --- a/.config/niri/config.kdl +++ b/.config/niri/config.kdl @@ -119,6 +119,13 @@ cursor { hide-when-typing } +// Turning off the 'toggle-overview' when cursor is in the corner. +gestures { + hot-corners { + off // Disables only the top-left corner + } +} + // Settings that influence how windows are positioned and sized. // Find more information on the wiki: // https://yalter.github.io/niri/Configuration:-Layout