diff options
| -rw-r--r-- | config/niri/config.kdl | 6 |
1 files changed, 6 insertions, 0 deletions
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". |