config/sway: do not auto-switch keyboard
This commit is contained in:
parent
5fa14e2189
commit
ec71cd264f
|
@ -1,4 +1,4 @@
|
|||
assign [app_id="firefox"] workspace 2
|
||||
# exec swaymsg "workspace 2; exec firefox;"
|
||||
exec swaymsg "workspace 2; exec firefox;"
|
||||
exec swaymsg "workspace 3; exec kitty;"
|
||||
exec swaymsg "workspace 1; exec emacs"
|
||||
|
|
|
@ -4,13 +4,13 @@ input * {
|
|||
xkb_numlock enabled
|
||||
xkb_options caps:escape_shifted_capslock
|
||||
}
|
||||
input "1:1:AT_Translated_Set_2_keyboard" {
|
||||
xkb_switch_layout 1
|
||||
}
|
||||
#input "1:1:AT_Translated_Set_2_keyboard" {
|
||||
# xkb_switch_layout 1
|
||||
#}
|
||||
input "type:touchpad" {
|
||||
tap enabled
|
||||
natural_scroll disabled
|
||||
accel_profile adaptive
|
||||
dwt disabled
|
||||
pointer_accel 0.4 # set mouse sensitivity (between -1 and 1)
|
||||
tap enabled
|
||||
natural_scroll disabled
|
||||
accel_profile adaptive
|
||||
dwt disabled
|
||||
pointer_accel 0.4 # set mouse sensitivity (between -1 and 1)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue