Change toggle key again due to i3 related issues

This commit is contained in:
David Holland 2019-12-28 00:14:00 +01:00
parent 87f72a0d2c
commit 2b33395893
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
3 changed files with 9 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@
!/.bashrc
!/.gitconfig
!/.inputrc
!/.nvidia-xinitrc
!/.password-store
!/.xinitrc
!/.Xmodmap.example

7
.nvidia-xinitrc Normal file
View File

@ -0,0 +1,7 @@
#!/bin/sh
if [ $# -gt 0 ]; then
$*
else
i3
fi

View File

@ -7,7 +7,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
unset f
fi
setxkbmap "us,us" ",intl" "grp:alt_shift_toggle"
setxkbmap "us,us" ",intl" "grp:shifts_toggle"
[ -f ~/.Xmodmap ] && xmodmap ~/.Xmodmap
exec i3