Commit Graph

44 Commits

Author SHA1 Message Date
galister 0b7cd61d05 wayvr modifiers 2025-03-10 03:45:00 +09:00
AdiMCS b0883e81bf
Switch to WheelHiRes. Add horizontal scrolling (#171)
* Switch to HiResScroll. Add horizontal scrolling

* Fix OpenVR compilation for horizontal scrolling

* fix OpenXR scroll using x axis for both scroll axes
2025-03-09 17:20:10 +00:00
Aleksander 075e55a8e8
WayVR: Add `DashboardShown` and `DashboardHidden` events, add `WlxInputState` support (#167)
Wlx: Fix various Clippy warnings
2025-02-28 21:05:27 +00:00
Aleksander eb3087f230
Merge Staging into main (#130)
* config: add use_passthrough

* do not use ALPHA_BLEND if passthrough is off

* keyboard.yaml auto_labels

* OSC: Finish XSOverlay parity (#124)

* osc-battery - utilise match return value to set parameter

this just lets parameter be a `&str` instead of a `String`, and reduces repetition.

* osc-battery - fix error where trackers were 1-indexed instead of 0-indexed

* osc-battery: xsoverlay parity! add average tracker and controller battery parameters.

this should now be in parity with xsoverlay's parameters.

gone back to 1-indexing trackers because it's more user-friendly, so other programs can standardise more easily.

* osc battery: ...that was not 1-indexed.

no idea how I made that mistake but the sent tracker parameters were actually still 0-indexed.

* Update Envision section (#123)

add directions for appimage autostart

* Add Flatpak instructions (#127)

* Add Flatpak instructions

fix small inconsistencies between instructions

* Clarify Flatpak Steam setup for SteamVR and Monado/WiVRn users

* Additional instructions

* default AltLayout is None

* WayVR: IPC [1]: Local socket server, handshake receiver

* WayVR : IPC [2]: `ListDisplays`, `GetDisplay` commands

* WayVR: IPC [3]: `ListProcesses`, `TerminateProcess` commands

* WayVR: IPC [4]: Minor refactoring

* WayVR: Move IPC to separate Git repository

* Restore default features in Cargo.toml

* WayVR: Implement `WvrDisplayCreate`, Implement `WvrProcessLaunch`, Refactoring

* WayVR: Dashboard toggle support, minor refactoring

* Update Cargo.toml

* fix formatting for openxr_actions.json5

---------

Co-authored-by: galister <22305755+galister@users.noreply.github.com>
Co-authored-by: Jay <157681441+cubee-cb@users.noreply.github.com>
Co-authored-by: Marcus Howser <mhowser.git@mailbox.org>
Co-authored-by: Joshua Vandaële <joshua@vandaele.software>
2025-01-11 08:46:54 +00:00
galister ab6b5c0b46 default AltLayout is None 2025-01-04 22:05:43 +09:00
galister 1903271d05 keyboard.yaml auto_labels 2024-12-23 17:16:24 +09:00
galister e23444aa89 apply pipewire transforms to screens 2024-11-20 22:50:22 +01:00
Aleksander 96db24d02e WayVR: Modify readme, Various improvements
- Add "Quick setup" and images in readme
- Implement `click_freeze_time_ms`
- Automatically show hidden display if AppClick has been triggered
2024-11-03 16:26:37 +01:00
Anon_11487 24096b7b5a Configurable Purple laser modifier 2024-11-03 09:34:44 +01:00
Anon_11487 f941f76339 Enable CTRL modifier key with purple laser 2024-11-03 09:34:44 +01:00
Aleksander edfa77e07c Integrate WayVR into wlx directly 2024-10-18 21:11:56 +02:00
galister 7f72abc62a release modifiers on keyboard hide 2024-09-28 01:53:20 +09:00
galister f4cc49ca69 fix keyboard macro regex 2024-08-09 23:25:59 +00:00
galister c29bbbb142 review unwraps 2024-08-03 20:50:34 +09:00
Adalyn Black e14b35bece Cattpuccin Macchiato Re-theme 2024-07-24 23:59:39 +00:00
Adalyn Black f27c320231 feat: rounded corners
A proof of concept commit for rounded corners. Currently unoptimized and in need of reorganization too. May also make keyboard keys invisible
2024-07-24 23:59:39 +00:00
galister 7a6040bfee feat: ui sprites + openxr skybox 2024-07-24 21:06:37 +00:00
galister bb88137533 keyboard debug logging 2024-06-07 12:15:20 +09:00
galister 3a3cda7a45 feat: libxkbcommon layouts 2024-06-05 19:54:11 +09:00
galister a0a853825c fix: settings spawn in wrong spot 2024-06-04 17:51:31 +09:00
galister 1fa842bb44 feat: anchor point for working set 2024-04-24 10:19:26 +09:00
galister 5db7524787
feat: ui dev window (#29)
* feat: ui dev window

* remove unneeded dep
2024-04-14 05:36:47 +00:00
galister e70aaa002e chore: clippy 2024-03-23 15:41:54 +01:00
galister 54dfb297ac improve error handling 2024-03-17 16:11:05 +01:00
galister b045f46b12 modular ui rework 2024-02-25 19:27:48 +01:00
galister ddba450475 notification sounds 2024-02-21 21:27:09 +01:00
galister e7b415ae4e clippy 2024-02-20 20:55:14 +01:00
galister d31b3ca6c0 omg big commit 2024-02-20 20:54:06 +01:00
galister 5d812c3b09 even more error handling 2024-02-19 03:21:00 +01:00
galister 1d9fa95ea0 more error handling 2024-02-19 01:05:50 +01:00
galister 63b43c0e59 improve error handling 2024-02-18 22:24:54 +01:00
galister 95f587279c customizable watch 2024-02-05 19:55:23 +01:00
galister 82f53e6668 rework interactions 2024-02-04 14:25:09 +01:00
galister 6786f997d1 keyboard shift mode 2024-02-02 19:53:45 +01:00
galister 832e5a7ecb show-hide binding 2024-02-01 19:49:37 +01:00
galister 7888898018 keyboard: release modifier when a non-modifier is released 2024-02-01 18:45:26 +01:00
Aleksander dded4f6398
Port changes from -x repo (#3)
* Port config support from -x repo

* Port changes from -x repo
2024-01-29 17:14:54 +00:00
galister 220b87659e fix keyboard scaling, fix openvr spawn 2024-01-28 20:01:17 +01:00
galister 328ef3cfde laser colors, improve scaling (wip) 2024-01-28 18:50:50 +01:00
Aleksander 2e05c82e58
Implement interaction_transform for keyboard (#1) 2024-01-27 20:09:04 +00:00
galister 6cfbc6ffcd grab with realign 2023-12-09 22:26:55 +01:00
galister a3b60b9607 screens & basic interactions 2023-12-07 02:07:13 +01:00
galister e5ab46be91 initial commit 2023-12-05 00:16:21 +01:00
galister f193f33f4e nothing works 2023-11-09 22:27:05 +09:00