config/sway: do not auto-switch keyboard

This commit is contained in:
xeruf 2023-03-28 18:09:09 +02:00
parent 5fa14e2189
commit ec71cd264f
2 changed files with 9 additions and 9 deletions

View File

@ -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"

View File

@ -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)
}