From 9c2025d5a87caa0486eec2711bbcacbccc6d3253 Mon Sep 17 00:00:00 2001 From: reo Date: Thu, 5 Sep 2024 11:49:14 +0300 Subject: [PATCH] Add primary startup script --- primary-startup.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 primary-startup.sh diff --git a/primary-startup.sh b/primary-startup.sh new file mode 100755 index 0000000..809d298 --- /dev/null +++ b/primary-startup.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +setxkbmap -option "caps:ctrl_modifier" +xset r rate 350 30