27 lines
736 B
Plaintext
27 lines
736 B
Plaintext
// ────────────── Input Configuration ──────────────
|
|
// https://github.com/YaLTeR/niri/wiki/Configuration:-Input
|
|
|
|
input {
|
|
keyboard {
|
|
xkb {
|
|
layout "jp,fi"
|
|
model "pc105"
|
|
options "compose:ralt,grp:win_space_toggle"
|
|
}
|
|
numlock // Enable numlock on startup
|
|
}
|
|
|
|
touchpad {
|
|
tap // Enable tap-to-click
|
|
//natural-scroll // Enable natural (macOS-style) scrolling
|
|
}
|
|
|
|
mouse {
|
|
accel-speed 0.0
|
|
accel-profile "flat"
|
|
}
|
|
|
|
//focus-follows-mouse // Automatically focus windows under the mouse pointer
|
|
//workspace-auto-back-and-forth // Enable workspace back & forth switching
|
|
}
|