Ottatop
5cdf9769de
Use drm-extras for monitor info
...
And also remove matching outputs by serial. TODO: add matching by the new serial string
2024-12-17 19:52:28 -06:00
Ottatop
a9d9a38e9d
Bump non-smithay dependencies
CI (Pinnacle) / Build (push) Has been cancelled
CI (Pinnacle) / Run tests (push) Has been cancelled
CI (Pinnacle) / Check formatting (push) Has been cancelled
CI (Pinnacle) / Clippy check (push) Has been cancelled
Build and Publish Lua Docs / Build (push) Has been cancelled
Build Rust Docs / Build docs (push) Has been cancelled
2024-12-16 14:50:42 -06:00
Ottatop
be18f9f884
Make snowcap a workspace member
2024-12-15 23:36:30 -06:00
Ottatop
503cc06aa7
Change default keybinds
2024-08-07 11:37:54 -05:00
Ottatop
4b9ee3c4f5
Disable tracing for default Rust config
...
CI (Pinnacle) / Build (push) Has been cancelled
CI (Pinnacle) / Run tests (push) Has been cancelled
CI (Pinnacle) / Check formatting (push) Has been cancelled
CI (Pinnacle) / Clippy check (push) Has been cancelled
Build Rust Docs / Build docs (push) Has been cancelled
This is a massive issue of skill
2024-07-28 13:13:43 -05:00
Ottatop
bff2e12987
Update dependencies, api/lua: Fix log source
2024-07-16 14:53:52 -05:00
Ottatop
d30d9b9c90
api/rust: Update docs
2024-07-14 18:53:17 -05:00
Ottatop
db3bfd9e5f
api/rust: Add error handling
2024-07-14 15:45:02 -05:00
Ottatop
b57c8e0dac
api/rust: Transition to statics for clients
2024-07-05 18:54:42 -05:00
Ottatop
f4f61a9d1f
api: Add new window state stuff
2024-06-27 18:42:23 -05:00
Ottatop
036380c592
Impl xdg-decoration
2024-06-23 20:03:38 -05:00
Ottatop
b51d10649f
Add API calls for xcursor settings
2024-06-21 18:34:54 -05:00
Ottatop
9df86c8e14
snowcap: Add Lua API
2024-06-17 16:27:02 -05:00
Ottatop
350468f970
Fix clippy warnings
2024-06-15 20:46:39 -05:00
Ottatop
23b1e9d62a
Add default config with no snowcap
2024-06-15 20:31:30 -05:00
Ottatop
6be6c6d5f6
Add keybind overlay
2024-06-15 16:58:47 -05:00
Ottatop
5b241a626b
Add keybind descriptions
2024-06-15 14:06:23 -05:00
Ottatop
d70a0abda5
Add builtin quit prompt
2024-06-14 21:29:19 -05:00
Ottatop
df96838c51
Wait for Snowcap to start, rust-api: Fix signals
...
Test with --no-default-features, add Snowcap submodule
2024-06-14 14:47:05 -05:00
Ottatop
8fd1606557
Add preliminary snowcap integration
2024-06-13 17:21:32 -05:00
Ottatop
6c21f49177
api: Add modeline to Output::setup
2024-06-04 18:37:45 -05:00
Ottatop
1c55296d8f
api: Add output powered and enabled props
2024-06-04 16:52:12 -05:00
Ottatop
bc8ec3d5a6
rust-api: Add custom modelines
...
Still need to do the Lua side
2024-06-03 22:27:48 -05:00
Ottatop
8bc0f40f18
Add output power on/off
...
Note that this does *not* remove the output from the space; it merely turns it off
2024-05-30 19:17:21 -05:00
Ottatop
dbccfa9c76
Expose keyboard focus stack to API
2024-05-15 21:24:20 -05:00
Ottatop
ac15e2d566
Fix Rust API not exiting correctly
...
My goodness was that not fun to debug
2024-04-22 20:34:06 -05:00
Ottatop
f54516bbe3
Embed default rust config
...
Need to clean up how the Rust API handles shutdown signals
2024-04-21 23:45:03 -05:00
Ottatop
6320b4d107
Update default Rust config
2024-04-18 16:45:31 -05:00
Ottatop
457f0d3d56
Add reload config API call
2024-04-18 16:30:10 -05:00
Ottatop
1c2f639a56
Add tag active signal
2024-04-18 14:42:49 -05:00
Ottatop
c0aa9067f3
Add some more docs
2024-04-18 12:54:39 -05:00
Ottatop
d2445afe10
Allo wmatching outputs by EDID serial
...
Note that EDID serials are not totally unique across all monitors. Also some monitors don't have an EDID serial number. Also this hasn't been tested yet
2024-04-18 11:04:15 -05:00
Ottatop
0284a70c10
Add serial to ouptut properties
2024-04-17 23:01:56 -05:00
Ottatop
b77e9fa9b1
Add transform to Rust output setup
2024-04-17 21:31:39 -05:00
Ottatop
a8f393deb3
Improve Lua output setup API
...
I really like this compared to the previous iteration
2024-04-17 21:22:54 -05:00
Ottatop
5634cbbfe7
Improve Rust output setup API
2024-04-17 18:56:01 -05:00
Ottatop
6c8b643577
Add OutputHandle::set_transform
2024-04-16 21:30:59 -05:00
Ottatop
f6ad192c86
Finish Lua setup and setup_locs
2024-04-16 19:25:59 -05:00
Ottatop
3f5a56c201
Finish Rust Output::setup and ::setup_locs
2024-04-16 16:26:54 -05:00
Ottatop
ce4352a9fb
Split off location setting from setup
2024-04-16 14:29:53 -05:00
Ottatop
43809d4210
Remove statics from Rust API
...
And a bunch of other things, this commit doesn't build
2024-04-16 11:10:47 -05:00
Ottatop
f557afcaa1
Start on Rust API tests
...
Does not currently work because every api struct is a static, yikes
2024-04-16 07:04:34 -05:00
Ottatop
ce8b56eee8
Add Output::setup
...
Still needs polishing and more importantly testing, also the Lua impl isn't finished yet
2024-04-15 15:50:09 -05:00
Ottatop
023ebe8a2d
Add output resize and move signals
2024-04-12 11:46:52 -05:00
Ottatop
6d78436d18
Add TagHandle::windows
2024-04-12 07:57:22 -05:00
Ottatop
d6ccb53087
Merge branch 'main' into hidpi
2024-03-30 15:59:12 -05:00
Jörg Sommer
b8502f4b17
Fix minor mistakes, add some dependencies for Debian
2024-03-30 15:58:32 -05:00
Ottatop
e523d4b204
Add some docs
2024-03-30 03:20:10 -05:00
Ottatop
063164c07f
Fix Rust API scaling filter setting
...
Remind me to set those enums to start as one, thanks
2024-03-30 02:21:44 -05:00
Ottatop
9ebc3074b9
Clean up default configs
2024-03-30 02:13:35 -05:00