diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-31 12:14:50 +0200 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-31 12:32:49 +0200 |
| commit | 7a08fbfbbe05351d3f6ebb282da31aa38e2ce99f (patch) | |
| tree | 2e530b2bcb36aa6130f67d1f937de68f9994bafe /config/niri/config.kdl | |
| parent | 099c1266a91202a31d7e42ed04fbb1553fe63975 (diff) | |
Disable hot corner
Diffstat (limited to 'config/niri/config.kdl')
| -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". |