Commit Graph

82 Commits

Author SHA1 Message Date
20d804cdb5 code: switch to custom wlroots/libwayland bindings
This is a big step up over @cImport() for ergonomics and type safety.
Nearly all void pointer casts have been eliminated!
2020-12-13 22:53:33 +01:00
a90ddd305b code: use zig 0.7.0 and wlroots 0.12.0 2020-11-10 11:46:03 +01:00
a7459026f6 code: port riverctl to zig-wayland 2020-11-02 13:59:59 +01:00
185b403854 docs: update zig dependency in readme 2020-10-05 23:17:05 +02:00
989e7aaeda config: implement map-pointer command
This command takes a mode, modifiers, button/event name, and pointer
action as arguments. It stores these in the config data structure.

The currently available pointer actions are move-view and resize-view,
which replace the previously hard-coded functionality.

Closing the hovered view with middle click has temorarily been removed
until it is decided if we wish to make this another special pointer
action or perhaps allow running any arbitrary command (which would of
course include close).
2020-08-24 18:57:43 +02:00
0ebb5ccc17 code: update to wlroots 0.11.0 2020-07-16 21:20:43 +02:00
8223c8c08e docs: fix typo in README.md 2020-06-22 17:23:40 +02:00
d61eee65ac docs: tweak readme 2020-06-17 12:41:37 +02:00
56212eb302 docs: update readme
- clarify design goals
- mention scdoc dependency
- improve build command example
2020-06-16 17:39:46 +02:00
4b674730da docs: mention xkb environment variables in readme 2020-06-13 23:39:22 +02:00
31e47aafba docs: use release-safe in build instructions 2020-06-11 13:34:06 +02:00
79815da9f0 docs: update disclaimer 2020-06-11 13:28:40 +02:00
45a2039067 docs: add IRC channel, remove matrix 2020-06-11 13:24:46 +02:00
1b7c1c7b2c command: implement set-option
Only border and padding options are currently available.
2020-06-10 18:08:21 +02:00
321157bde3 docs: fix link to Config.zig 2020-06-05 10:34:26 +02:00
95175d3115 Explain config through shell script in readme 2020-06-01 21:25:24 +02:00
7209e20139 Add link to NixOS wiki page in build instructions 2020-05-29 12:28:37 +02:00
e2ee41dd2d Add missing deps to the readme 2020-05-28 16:27:49 +02:00
abbbf7fc89 Fix typo 2020-05-26 23:15:51 +02:00
2fc9f67c82 Add licensing info to readme 2020-05-26 23:14:33 +02:00
f8a4f1dbe9 Correct socket -> protocol in readme 2020-05-24 21:07:57 +02:00
ac735719cf Implement initial Xwayland support 2020-05-08 14:51:10 +02:00
809b2eeee1 Flesh out readme and fix typo 2020-04-26 19:06:11 +02:00
440279cb4b Add AUR link to readme 2020-04-21 14:09:05 +02:00
425faff04e Mention contributing.md in readme 2020-04-19 17:25:27 +02:00
6be97c3f3a Fix broken matrix link in readme 2020-04-19 15:58:46 +02:00
93f4133812 Tweak wording in readme 2020-04-14 01:20:17 +02:00
08d3cc32e9 Update readme for zig 0.6.0 release 2020-04-14 00:40:43 +02:00
d92c7a5a71 Add run command to readme 2020-04-12 14:14:20 +02:00
121febc15d Add building instructions to readme 2020-04-12 14:12:48 +02:00
ad8e13df41 Add roadmap to readme and tweak style 2020-04-10 23:18:34 +02:00
e3d2ee84f8 Add README 2020-03-28 18:02:38 +01:00