home/sway: refactor inputs
This commit is contained in:
parent
6f45bc254b
commit
0e45e8e390
1 changed files with 14 additions and 7 deletions
|
@ -54,16 +54,23 @@
|
|||
];
|
||||
|
||||
### Inputs
|
||||
input."*" = {
|
||||
input = {
|
||||
"*" = {
|
||||
accel_profile = "flat";
|
||||
natural_scroll = "enabled";
|
||||
};
|
||||
|
||||
# touchpad
|
||||
"type:touchpad" = {
|
||||
tap = "enabled";
|
||||
drag = "enabled";
|
||||
dwt = "disabled";
|
||||
};
|
||||
|
||||
"type:keyboard" = {
|
||||
xkb_options = "caps:escape";
|
||||
};
|
||||
};
|
||||
|
||||
### Keybinds
|
||||
modifier = "Mod4";
|
||||
keybindings = let
|
||||
|
|
Loading…
Reference in a new issue