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:
parent
a9a3a93a7d
commit
fdb056032a
3 changed files with 419 additions and 9 deletions
11
x11/.xinitrc
11
x11/.xinitrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue