added config for dunst, a notifcation program.

made caps lock a ctrl key, made pressing both shifts a shift lock.
This commit is contained in:
Gabe Venberg 2020-07-27 01:11:27 -05:00
parent a9a3a93a7d
commit fdb056032a
3 changed files with 419 additions and 9 deletions

View file

@ -1,11 +1,4 @@
setmouse () {
for id in $(xinput --list |grep 'Razer Razer Naga Hex .* pointer'|sed 's/.*id=\([0-9]*\).*/\1/')
do
#echo "setting device ID $id"
xinput --set-prop $id 'Coordinate Transformation Matrix' 0.500000, 0.000000, 0.000000, 0.000000, 0.500000, 0.000000, 0.000000, 0.000000, 1.000000
xinput --set-prop $id 'libinput Accel Profile Enabled' 0, 1
done
}
#setmouse
#remap caps lock to a third control key. both shifts at once toggle shiftlock
setxkbmap -option ctrl:nocaps,shift:both_shiftlock
xrdb -merge ~/.Xresources
i3