diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-12 21:42:31 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-12 21:42:31 -0500 |
| commit | 0ce31f88b540d136b11203f06978364d2471b6a5 (patch) | |
| tree | 471d2dc7837db7bdf96d4ba6e590ec44b95e91b5 /linux-ncaps.sh | |
| parent | 4c256094f728a1618f0128814f350a94d8721173 (diff) | |
| download | dotfiles-0ce31f88b540d136b11203f06978364d2471b6a5.tar.gz dotfiles-0ce31f88b540d136b11203f06978364d2471b6a5.tar.xz | |
Add udev command to install on non systemd distros
Diffstat (limited to 'linux-ncaps.sh')
| -rw-r--r-- | linux-ncaps.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-ncaps.sh b/linux-ncaps.sh index f48d9cb..82d3aa4 100644 --- a/linux-ncaps.sh +++ b/linux-ncaps.sh @@ -11,6 +11,8 @@ cat > "$hwdb_f" <<EOF # This is a fucking lifesaver # evdev:name:AT Translated Set 2 keyboard:* # systemd-hwdb update && udevadm trigger +# or perhaps: +# udevadm hwdb -u # This should match all AT keyboards, apparently evdev:atkbd:dmi:bvn*:bvr*:bd*:svn*:pn*:pvr* KEYBOARD_KEY_3a=leftctrl |
