diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-10-02 16:19:38 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-10-02 16:19:38 +0200 |
| commit | 1bf800391f4d02a2cd2781b2e6b7cec1e62b478f (patch) | |
| tree | 2a5e7f5641156f74e2f516885353d41607674b4b | |
| parent | fb6d9a33c8a7b10557f7119865877f648d8f05da (diff) | |
| download | dotfiles-1bf800391f4d02a2cd2781b2e6b7cec1e62b478f.tar.gz dotfiles-1bf800391f4d02a2cd2781b2e6b7cec1e62b478f.tar.bz2 dotfiles-1bf800391f4d02a2cd2781b2e6b7cec1e62b478f.zip | |
Added keyrepeat delay, vim css,html 2 shiftwidth
| -rw-r--r-- | .vimrc | 2 | ||||
| -rwxr-xr-x | .xinitrc | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -242,7 +242,7 @@ autocmd Filetype vim setlocal foldmethod=marker autocmd FileType haskell set formatprg=stylish-haskell -autocmd FileType lisp set shiftwidth=2 +autocmd FileType lisp,html,css set shiftwidth=2 " }}} """""""""""" @@ -1,4 +1,5 @@ # xinput disable 'ETPS/2 Elantech Touchpad' & redshift -c /home/charles/.config/redshift.conf & dunst & +xset r rate 300 40 exec xmonad |
