services.xserver.imwheel.rules
NixOS option
Window class translation rules. /etc/X11/imwheelrc is generated based on this config which means this config is global for all users. See official man pages for more information.
type: attribute set of stringDefault
{ }Example
declared in: nixos/modules/services/x11/imwheel.nixView source on NixOS/nixpkgs →{
".*" = ''
None, Up, Button4, 8
None, Down, Button5, 8
Shift_L, Up, Shift_L|Button4, 4
Shift_L, Down, Shift_L|Button5, 4
Control_L, Up, Control_L|Button4
Control_L, Down, Control_L|Button5
'';
}