Refactor sway config somewhat
This commit is contained in:
parent
883872de74
commit
44ad60e6dc
8 changed files with 330 additions and 326 deletions
46
home/dot_config/sway/config.d/inputs
Normal file
46
home/dot_config/sway/config.d/inputs
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
# vi: ft=swayconfig
|
||||
#
|
||||
#### Input configuration
|
||||
#
|
||||
# Example configuration:
|
||||
#
|
||||
# input "2:14:SynPS/2_Synaptics_TouchPad" {
|
||||
# dwt enabled
|
||||
# tap enabled
|
||||
# natural_scroll enabled
|
||||
# middle_emulation enabled
|
||||
# }
|
||||
#
|
||||
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
||||
# Read `man 5 sway-input` for more information about this section.
|
||||
# This keyboard has this layout on all machines:
|
||||
|
||||
input 5426:133:Razer_Razer_Basilisk_V2 {
|
||||
accel_profile flat
|
||||
pointer_accel -0.5
|
||||
}
|
||||
|
||||
|
||||
input type:touchpad {
|
||||
dwt enabled
|
||||
tap enabled
|
||||
tap_button_map lmr
|
||||
natural_scroll enabled
|
||||
}
|
||||
|
||||
#input type:keyboard {
|
||||
# xkb_layout gb
|
||||
# xkb_variant colemak
|
||||
# xkb_options ctrl:nocaps
|
||||
#}
|
||||
|
||||
input 65261:4871:TMK/Cub_Ergodox {
|
||||
xkb_layout gb
|
||||
xkb_options compose:prsc
|
||||
}
|
||||
|
||||
input 1241:36:HOLDCHIP_USB_Keyboard {
|
||||
xkb_layout us
|
||||
xkb_variant colemak
|
||||
xkb_options ctrl:nocaps
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue