diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-30 23:39:39 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-30 23:39:39 +0100 |
commit | 7bc429018c0587f6806873e0c65959eb0de4087f (patch) | |
tree | 08ef9d838bd120e270aac219d860091b86384612 | |
parent | fix(modules/river): Only activate the moonlander udev rules on tiamat (diff) | |
download | nixos-config-7bc429018c0587f6806873e0c65959eb0de4087f.zip |
fix(modules/legacy/river): Include usage and usage_page in spawn cmd
This should probably be configurable, but right-now hardcoding works.
-rw-r--r-- | modules/home.legacy/wms/river/res/moonlander.ron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home.legacy/wms/river/res/moonlander.ron b/modules/home.legacy/wms/river/res/moonlander.ron index 4051635f..247c1697 100644 --- a/modules/home.legacy/wms/river/res/moonlander.ron +++ b/modules/home.legacy/wms/river/res/moonlander.ron @@ -47,7 +47,7 @@ RiverctlCommandArray( RiverctlCommand( map_mode: Map, mode: ["normal"], key: "0", mods: "Alt+Control+Shift", command: "set-view-tags", command_args: "4294967295"), // Support Unicode input - RiverctlCommand( map_mode: Map, mode: ["normal"], key: "Z", mods: "Alt+Control+Super+Shift", command: "spawn", command_args: "qmk-unicode-type",), + RiverctlCommand( map_mode: Map, mode: ["normal"], key: "Z", mods: "Alt+Control+Super+Shift", command: "spawn", command_args: "qmk-unicode-type 106 65377",), // Mouse RiverctlCommand( map_mode: MapMouse, mode: ["normal"], key: "BTN_LEFT", mods: "Super", command: "move-view", command_args: None,), |