summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-06-23 18:59:35 -0700
committerxyz <gky44px1999@gmail.com>2021-06-23 18:59:35 -0700
commit66c7bcb5c3e478e938827718b75e3c231a9d2c94 (patch)
treedcef73346aacb2d8000a8c98505efa7b7a085e6d /.xinitrc
parentb9a0e5f23bc44d7470c822ceaafc2304cc8c2730 (diff)
xset r rate 250 30
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/.xinitrc b/.xinitrc
index 610c6313..6b316d73 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -46,5 +46,9 @@ fcitx5 -d &
redshift &
sxhkd &
udiskie &
-xwallpaper --maximize $HOME/pictures/wallpaper.png
+# default fastest windows 10 keyboard repeat delay and rate
+# without editing registry, using filter key, or other third party program
+# see http://stereopsis.com/keyrepeat/
+xset r rate 250 30 &
+xwallpaper --maximize $HOME/pictures/wallpaper.png &
exec dwm