Commit Graph
6 Commits
Author SHA1 Message Date
Wannes De Meyer 663e839e9d docs: fix wlroots link in readme 2021-11-08 21:18:32 +01:00
Euro20179andEuro 102a0b7cf5 docs: change Enter to Return
xkbcommon uses `Return` to indicate this key, `Enter` isn't a valid keysym name.
Co-authored-by: Euro <no>
2021-10-04 11:10:20 +02:00
Keith Hubbard 2bdf9e20a5 command: support repeating keyboard mappings
Repeating mappings are created using the -repeat option to the map
command:

    % riverctl map normal $mod+Mod1 K -repeat move up 10

- repeating is only supported for key press (not -release) mappings
- unlike -release, -repeat does not create distinct mappings: mapping a
  key with -repeat will replace an existing bare mapping and vice-versa

Resolves #306
2021-08-15 14:49:11 +02:00
Bonicgamer cbd4a2807b control: implement set-repeat 2020-11-18 15:28:33 +01:00
Marten Ringwelski 3f1b0dfaa9 control: implement swap 2020-10-25 12:41:19 +01:00
Bonicgamer 79dc9cc49a xwayland: make behavior more like xdg toplevels
- float fixed size xwayland windows by default
- align configure handling with that of xdg toplevel views
2020-10-22 19:22:54 +02:00