diff --git a/.Xmodmap b/.Xmodmap new file mode 100644 index 0000000..1945241 --- /dev/null +++ b/.Xmodmap @@ -0,0 +1,4 @@ +clear lock +clear control +add control = Caps_Lock Control_L Control_R +keycode 66 = Control_L Caps_Lock NoSymbol NoSymbol diff --git a/.config/i3/config b/.config/i3/config index a44ba85..afab7c9 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -9,8 +9,6 @@ # # Please see https://i3wm.org/docs/userguide.html for a complete reference! -exec xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabled" 1 - set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font @@ -181,6 +179,9 @@ mode "resize" { bindsym $mod+r mode "resize" +exec xinput set-prop "DELL07E6:00 06CB:76AF Touchpad" "libinput Tapping Enabled" 1 +exec xmodmap ~/.Xmodmap + # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar {