From ec71cd264fdc07a4423d511152848eac65544c6d Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Tue, 28 Mar 2023 18:09:09 +0200 Subject: [PATCH] config/sway: do not auto-switch keyboard --- .config/sway/config.d/autostart.conf##default | 2 +- .config/sway/config.d/keyboard.conf | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/sway/config.d/autostart.conf##default b/.config/sway/config.d/autostart.conf##default index a04b0f0..3565ade 100644 --- a/.config/sway/config.d/autostart.conf##default +++ b/.config/sway/config.d/autostart.conf##default @@ -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" diff --git a/.config/sway/config.d/keyboard.conf b/.config/sway/config.d/keyboard.conf index d825c0a..6bf17ec 100644 --- a/.config/sway/config.d/keyboard.conf +++ b/.config/sway/config.d/keyboard.conf @@ -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) }