nirish

config files for niri window manager
Log | Files | Refs | README | LICENSE

input.kdl (296B)


      1 input {
      2   focus-follows-mouse max-scroll-amount="95%"
      3     keyboard {
      4         xkb {
      5             layout "us"
      6             // options "caps:escape"   // swap caps with escape key
      7         }
      8     }
      9 
     10     touchpad {
     11         dwt				// palm rejection while typing
     12         tap
     13         natural-scroll
     14     }
     15 }