diff --git a/.config/solaar/config.yaml b/.config/solaar/config.yaml new file mode 100644 index 0000000..2f33503 --- /dev/null +++ b/.config/solaar/config.yaml @@ -0,0 +1,41 @@ +- 1.1.16 +- _NAME: Signature M650 L Mouse + _absent: [hi-res-scroll, hires-smooth-invert, hires-smooth-resolution, hires-scroll-mode, scroll-ratchet, smart-shift, thumb-scroll-invert, thumb-scroll-mode, + onboard_profiles, report_rate, report_rate_extended, pointer_speed, dpi_extended, speed-change, backlight, backlight_level, backlight_duration_hands_out, + backlight_duration_hands_in, backlight_duration_powered, backlight-timed, led_control, led_zone_, rgb_control, rgb_zone_, brightness_control, per-key-lighting, + fn-swap, persistent-remappable-keys, disable-keyboard-keys, crown-smooth, divert-crown, divert-gkeys, m-key-leds, mr-key-led, multiplatform, change-host, + gesture2-gestures, gesture2-divert, gesture2-params, sidetone, equalizer, adc_power_management] + _battery: 4100 + _modelId: B02A00000000 + _sensitive: {dpi: false, lowres-scroll-mode: false} + _serial: 5BA99D27 + _unitId: 5BA99D27 + _wpid: B02A + divert-keys: {82: 0, 83: 0, 86: 0} + dpi: 1000 + lowres-scroll-mode: false + reprogrammable-keys: {82: 82, 83: 83, 86: 86} +- _NAME: MX Master 4 + _absent: [hi-res-scroll, lowres-scroll-mode, onboard_profiles, report_rate, report_rate_extended, pointer_speed, dpi_extended, speed-change, backlight, + backlight_level, backlight_duration_hands_out, backlight_duration_hands_in, backlight_duration_powered, backlight-timed, led_control, led_zone_, rgb_control, + rgb_zone_, brightness_control, per-key-lighting, fn-swap, persistent-remappable-keys, disable-keyboard-keys, crown-smooth, divert-crown, divert-gkeys, + m-key-leds, mr-key-led, multiplatform, gesture2-gestures, gesture2-divert, gesture2-params, sidetone, equalizer, adc_power_management] + _battery: 4100 + _dpi-sliding: 16 + _modelId: B04200000000 + _sensitive: {change-host: false, divert-keys: true, dpi: true, hires-scroll-mode: ignore, hires-smooth-invert: ignore, hires-smooth-resolution: ignore, + reprogrammable-keys: true, smart-shift: true} + _serial: 40B6E5FB + _unitId: 40B6E5FB + _wpid: B042 + change-host: null + divert-keys: {82: 0, 83: 0, 86: 0, 195: 0, 196: 0, 416: 1} + dpi: 1000 + hires-scroll-mode: false + hires-smooth-invert: false + hires-smooth-resolution: false + reprogrammable-keys: {82: 82, 83: 83, 86: 86, 195: 195, 196: 196, 416: 195} + scroll-ratchet: 2 + smart-shift: 10 + thumb-scroll-invert: false + thumb-scroll-mode: false diff --git a/.config/solaar/rules.yaml b/.config/solaar/rules.yaml new file mode 100644 index 0000000..fa3ec33 --- /dev/null +++ b/.config/solaar/rules.yaml @@ -0,0 +1,5 @@ +%YAML 1.3 +--- +- Key: [Haptic, pressed] +- Execute: [sh, /home/nicole/.config/niri/get_active_window_id.sh] +...