diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2022-04-09 18:46:47 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2022-04-09 18:46:47 +0200 |
| commit | d78b602efc5b525f178b8e1b265b89f6dfda1580 (patch) | |
| tree | 8394707ee41c7ecbdf44d7e92ca47ae56a3b59b2 /config/x11 | |
| parent | f0ff92c55833a14de9d3fdcccdc29378768a9ba9 (diff) | |
| download | dotfiles-d78b602efc5b525f178b8e1b265b89f6dfda1580.tar.gz dotfiles-d78b602efc5b525f178b8e1b265b89f6dfda1580.tar.bz2 dotfiles-d78b602efc5b525f178b8e1b265b89f6dfda1580.zip | |
Better keyrepeat rate settings, added nvim live grep shortcut
Diffstat (limited to 'config/x11')
| -rwxr-xr-x | config/x11/xinitrc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/x11/xinitrc b/config/x11/xinitrc index 2771e72..f5b65f5 100755 --- a/config/x11/xinitrc +++ b/config/x11/xinitrc @@ -1,10 +1,5 @@ #!/bin/sh -# certain event cause rate to reset (https://wiki.archlinux.org/title/Xorg/Keyboard_configuration) -# -ardelay milliseconds -# -arinterval milliseconds -xset r rate 200 50 # delay before keyrepeat and keyrepeat rate - keynav daemonize # moving the cursor around without the mouse redshift & # filter blue light dunst & # notification daemon |
