diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-10-02 18:55:35 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-10-02 18:55:35 +0200 |
| commit | cf6bd83b9bc3f739c755516706d6702dc2567550 (patch) | |
| tree | a45c637df7f905eebb2d3ab8c1762b9c4a6e9e23 /.xinitrc | |
| parent | 901207d1651a555cfd45828abd2f441a44be5a7c (diff) | |
| download | dotfiles-cf6bd83b9bc3f739c755516706d6702dc2567550.tar.gz dotfiles-cf6bd83b9bc3f739c755516706d6702dc2567550.tar.bz2 dotfiles-cf6bd83b9bc3f739c755516706d6702dc2567550.zip | |
Added keyrepeat, ti ignore node_modules
Diffstat (limited to '.xinitrc')
| -rwxr-xr-x | .xinitrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,7 +1,11 @@ # xinput disable 'ETPS/2 Elantech Touchpad' & + echo 'Starting redshift' redshift -c /home/charles/.config/redshift.conf & echo 'Starting dunst' dunst & + +xset r rate 300 40 + echo 'Starting XMonad' exec xmonad 2>&1 > /dev/null |
