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
|
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 3; exec kitty;"
|
||||||
exec swaymsg "workspace 1; exec emacs"
|
exec swaymsg "workspace 1; exec emacs"
|
||||||
|
|
|
@ -4,13 +4,13 @@ input * {
|
||||||
xkb_numlock enabled
|
xkb_numlock enabled
|
||||||
xkb_options caps:escape_shifted_capslock
|
xkb_options caps:escape_shifted_capslock
|
||||||
}
|
}
|
||||||
input "1:1:AT_Translated_Set_2_keyboard" {
|
#input "1:1:AT_Translated_Set_2_keyboard" {
|
||||||
xkb_switch_layout 1
|
# xkb_switch_layout 1
|
||||||
}
|
#}
|
||||||
input "type:touchpad" {
|
input "type:touchpad" {
|
||||||
tap enabled
|
tap enabled
|
||||||
natural_scroll disabled
|
natural_scroll disabled
|
||||||
accel_profile adaptive
|
accel_profile adaptive
|
||||||
dwt disabled
|
dwt disabled
|
||||||
pointer_accel 0.4 # set mouse sensitivity (between -1 and 1)
|
pointer_accel 0.4 # set mouse sensitivity (between -1 and 1)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue