Commit Graph
12 Commits
Author SHA1 Message Date
taupiqueur 5dc591fe2d docs: fix typo in readme 2022-11-17 14:58:08 +01:00
Jan Evers 0dd5ad032c example/init: fix typos 2022-05-24 23:23:45 +02:00
dfangx d5c915e3cb idle-inhibit: implement protocol 2022-05-11 14:14:01 +02:00
Duncan Overbruck 0b8758a422 Cursor: Add a hide-cursor command
From the riverctl.1 man page:

*hide-cursor* *timeout* _timeout_
    Hide the cursor if it wasn't moved in the last _timeout_
    milliseconds until it is moved again.
    The default value is 0, which disables automatically hiding the
    cursor. Show the cursor again on any movement.

*hide-cursor* *when-typing* *enabled*|*disabled*
    Hide the cursor when pressing any non-modifier key. Show the cursor
    again on any movement.
2022-04-14 13:37:31 +02:00
Leonardo Gibrowski Faé c4c0bece59 docs: fix typo in river(1) man page 2022-03-05 12:24:38 +01:00
pmkap ca47b8a54e command: allow targeting outputs by name
This extends focus-output and send-to-output to allow targeting
outputs by name instead of relative position.
2022-02-06 15:41:40 +01:00
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