diff options
| author | Bonicgamer <44382222+Bonicgamer@users.noreply.github.com> | 2020-11-18 09:28:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-18 15:28:33 +0100 |
| commit | cbd4a2807bcfa74cc87c36d7ec20cdf92a7c77fc (patch) | |
| tree | 4f3b5800ce6aa8a27ebef4fb8b92e57c9d6d931c /contrib | |
| parent | 1626203c446a9987c45ddbde09c4ac5cc0b6ba62 (diff) | |
| download | river-cbd4a2807bcfa74cc87c36d7ec20cdf92a7c77fc.tar.gz river-cbd4a2807bcfa74cc87c36d7ec20cdf92a7c77fc.tar.xz | |
control: implement set-repeat
Diffstat (limited to 'contrib')
| -rwxr-xr-x | contrib/config.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/config.sh b/contrib/config.sh index bab3afc..193b710 100755 --- a/contrib/config.sh +++ b/contrib/config.sh @@ -128,6 +128,9 @@ do riverctl map "${mode}" None XF86MonBrightnessDown spawn light -U 5 done +# Set repeat rate +riverctl set-repeat 50 300 + # Set the layout on startup riverctl layout rivertile left |
