sway/sway/commands
Ryan Dwyer 5b30391383 Make key repeat configurable
This creates two input commands for configuring the repeat delay and rate.

Example config:

    input "myidentifier" {
        repeat_delay 250
        repeat_rate 25
    }
2018-04-18 23:19:23 +10:00
..
bar Clean up imported bar commands 2018-03-29 22:11:08 -04:00
input Make key repeat configurable 2018-04-18 23:19:23 +10:00
seat Clean up cursor simulation code. 2018-04-10 15:40:27 -04:00
bar.c Use statically allocated text buffer 2018-03-29 22:11:08 -04:00
bind.c sway: change all sway_log to wlr_log 2018-01-05 23:39:46 +01:00
default_orientation.c Add default_orientation command 2018-03-30 10:43:55 -04:00
exec.c sway: change all sway_log to wlr_log 2018-01-05 23:39:46 +01:00
exec_always.c Fix gcc string truncation warnings 2018-04-13 22:47:27 +09:00
exit.c remove checks for command handlers 2018-02-24 13:22:57 -05:00
focus.c Merge branch 'wlroots' into seat-fixes 2018-04-02 13:23:43 -04:00
focus_follows_mouse.c Implement focus_follows_mouse 2018-03-31 13:05:45 -04:00
include.c Add include command 2017-12-05 18:47:57 +01:00
input.c Make key repeat configurable 2018-04-18 23:19:23 +10:00
kill.c address feedback 2018-04-03 19:23:59 -04:00
layout.c clean up container_get_default_layout 2018-04-03 13:23:34 -04:00
mode.c Implement modes 2018-03-29 22:11:08 -04:00
mouse_warping.c Implement mouse warping 2018-03-31 13:05:45 -04:00
move.c Add workspace_auto_back_and_forth for move cmd 2018-04-09 21:34:56 +02:00
opacity.c Simplify damage tracking functions, use them in layer shell 2018-04-06 11:45:40 -04:00
output.c Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree" 2018-03-29 23:41:33 -04:00
reload.c Merge remote-tracking branch 'origin/wlroots' into swaybar-layers 2018-03-30 00:04:04 -04:00
resize.c Implement resize command 2018-04-05 00:03:20 -04:00
seat.c Implement cursor event simulation with sway commands. 2018-04-10 12:40:50 -04:00
set.c add config handlers 2018-02-24 13:34:47 -05:00
split.c container_create_notify on split 2018-04-07 18:01:18 -04:00
swaybg_command.c Add swaybg_command 2018-03-29 22:11:08 -04:00
workspace.c move workspace create to workspace.c 2018-04-03 19:52:17 -04:00
ws_auto_back_and_forth.c Add workspace_auto_back_and_forth command 2018-04-08 16:44:59 +02:00