Add initial dotfiles

This commit is contained in:
2021-12-15 12:59:29 +00:00
parent 61ba238a88
commit 2aa8f732d6
448 changed files with 29562 additions and 1 deletions

9
.xprofile Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
xinput --set-prop "MSFT0001:00 06CB:CE44 Touchpad" "libinput Accel Profile Enabled" 0, 1
xinput --set-prop "MSFT0001:00 06CB:CE44 Touchpad" "Coordinate Transformation Matrix" 5, 0, 0, 0, 5, 0, 0, 0, 1
xinput set-prop "MSFT0001:00 06CB:CE44 Touchpad" "libinput Natural Scrolling Enabled" 1
xinput set-prop "MSFT0001:00 06CB:CE44 Touchpad" "libinput Tapping Enabled" 0
xinput set-prop "pointer:Razer Razer DeathAdder Elite" "libinput Accel Speed" -0.65
setxkbmap -layout "us,gr" -option "grp:alt_shift_toggle"
export WINIT_X11_SCALE_FACTOR=1