2019-04-08 20:31:26 +02:00

7 lines
205 B
Bash
Executable File

#!/bin/sh
# This script is called by i3 on startup to remap keys.
# Increase key speed via a rate change
xset r rate 300 50
# Map the menu button to right super as well.
xmodmap -e 'keycode 135 = Super_R'