Merge branch 'master' of ssh://git.jonathanh.co.uk:2222/jab2870/dotfiles
This commit is contained in:
commit
853f680702
2 changed files with 120 additions and 1 deletions
11
x/.xinitrc
11
x/.xinitrc
|
@ -19,7 +19,16 @@ export CORPPASSCOMMAND="pass IRM/corp"
|
|||
|
||||
#setxkbmap -layout gb,gb -variant "colemak," -option grp:shifts_toggle
|
||||
#xset r rate 200 70
|
||||
#xinput --list | grep -E 'ErgoDox EZ ErgoDox EZ\s+id' | grep -oE 'id=[0-9]+' | cut -d'=' -f2 | xargs -r setxkbmap -layout gb -device
|
||||
|
||||
# Set keymap to colemak
|
||||
setxkbmap -layout gb,gb -variant "colemak," -option grp:shifts_toggle
|
||||
|
||||
# Set key rate
|
||||
xset r rate 200 70;
|
||||
|
||||
# Unset my ergodox as it is already colemak
|
||||
xinput --list | grep -Ei 'ErgoDox EZ\s+id' | grep -oE 'id=[0-9]+' |
|
||||
cut -d'=' -f2 | xargs -r setxkbmap -layout gb -device
|
||||
#
|
||||
type -p compton > /dev/null && exec /usr/bin/compton --config "$HOME/.config/picom/picom.conf" &
|
||||
#setbackground &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue