Duplicate sericea configs into hyprland

This commit is contained in:
2024-08-27 13:39:37 -05:00
parent 11beb9b182
commit 9783051217
22 changed files with 1514 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# vim: set ft=swayconfig:
#
# This file stores global confguration for input devices
#
# Mice
#input "type:pointer" {
# accel_profile flat # Disables mouse acceleration
# pointer_accel 0.000 # Set a sens that I like
#}
input "type:touchpad" {
drag enabled
dwt disabled
tap enabled
tap_button_map lrm
}
# Keyboards
input "type:keyboard" {
xkb_capslock disabled
xkb_numlock enabled
}