From 7a08fbfbbe05351d3f6ebb282da31aa38e2ce99f Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Tue, 31 Mar 2026 12:14:50 +0200 Subject: Disable hot corner --- config/niri/config.kdl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config') diff --git a/config/niri/config.kdl b/config/niri/config.kdl index 9e4c7f0..cea0845 100644 --- a/config/niri/config.kdl +++ b/config/niri/config.kdl @@ -71,6 +71,12 @@ input { // focus-follows-mouse max-scroll-amount="0%" } +gestures { + hot-corners { + off + } +} + // You can configure outputs by their name, which you can find // by running `niri msg outputs` while inside a niri instance. // The built-in laptop monitor is usually called "eDP-1". -- cgit