dotfiles

regexghost dotfiles and scripts
git clone https://git.regexghost.com/dotfiles.git
Log | Files | Refs | README

keyboard-settings.sh (249B)


      1 #!/bin/sh
      2 
      3 # Increase key rate (delay = 200, repeat rate = 40)
      4 xset r rate 200 40
      5 
      6 # Caps lock -> Escape
      7 setxkbmap -option caps:escape
      8 
      9 # Remap some keys (currently swapping ¬ and \, £ and |)
     10 xmodmap "$XDG_DATA_HOME/regexghost/wm-scripts/Xmodmap"